From smart-blog-skills
Generates SEO-optimized blog posts with anti-hallucination verification, analyzes quality with 100-point scores, rewrites, outlines with keyword research, checks PageSpeed, and monitors content. Tailors output for Next.js, Astro, Hugo, etc. Use for 'blog', 'write blog', '寫文章' queries.
npx claudepluginhub rainday/smart-blog-skills --plugin smart-blog-skillsThis skill uses the workspace's default tool permissions.
---
references/content-rules.mdreferences/content-templates.mdreferences/eeat-signals.mdreferences/humanizer-patterns.mdreferences/internal-linking.mdreferences/platform-guides.mdreferences/research-cache.mdreferences/schema-stack.mdreferences/seo-landscape.mdreferences/video-embeds.mdreferences/visual-media.mdtemplates/benchmark-report.mdtemplates/case-study.mdtemplates/comparison.mdtemplates/how-to-guide.mdtemplates/interview.mdtemplates/listicle.mdtemplates/news-analysis.mdtemplates/pillar-page.mdManages full blog lifecycle: strategy, writing, rewriting, audits, outlines, schema, repurposing, images, topic clusters, multilingual publishing for SEO and AI citations across platforms like Next.js, WordPress.
Generates new Traditional Chinese blog articles from a topic: confirms details, selects templates, approves outlines, researches stats/images/YouTube with anti-hallucination, humanizes writing, delivers with stats. Triggers on 'write blog' or '寫文章'.
Generates full SEO-optimized blog posts from keywords or topics. Includes keyword research via SemRush API if available, SERP analysis, detailed outlines, and E-E-A-T framework.
Share bugs, ideas, or general feedback.
繁體中文優先的 AI 部落格寫作工具。內建反幻覺驗證,雙重優化 Google 排名與 AI 引用。
| 指令 | 功能 |
|---|---|
/smart-blog-skills:blog write <主題> | 從零寫一篇新文章 |
/smart-blog-skills:blog analyze <檔案> | 品質審計 + 100 分評分 |
/smart-blog-skills:blog rewrite <檔案> | 優化改寫現有文章 |
/smart-blog-skills:blog outline <主題> | 生成 SERP 導向大綱 + 關鍵字研究 + 競品分析 |
/smart-blog-skills:google [pagespeed|crux|setup] <URL> | Google PageSpeed / CrUX 效能檢測 |
/smart-blog-skills:monitor [snapshot|compare|trend] <檔案> | 品質監控與月度比較 |
write / 寫 → writeanalyze / 分析 / audit → analyzerewrite / 改寫 / 優化 / update → rewriteoutline / 大綱 / 簡報 / brief / 策略 → outlinegoogle / pagespeed / crux / 效能 → googlemonitor / 監控 / 追蹤 / trend / snapshot / compare → monitor| Flag | 說明 | 適用指令 |
|---|---|---|
--force-research | 忽略 research cache,強制重新研究 | write, rewrite, outline |
--pdf | 輸出 PDF 報告(需要 Python + WeasyPrint) | analyze, monitor compare |
在使用者的專案目錄中偵測以下訊號:
| 偵測訊號 | 平台 | 輸出格式 |
|---|---|---|
.mdx + next.config | Next.js/MDX | JSX 相容 markdown |
hugo.toml / hugo.yaml | Hugo | 標準 markdown |
_config.yml | Jekyll | 標準 markdown |
.astro 檔案 | Astro | MDX 或 markdown |
wp-content/ | WordPress | HTML |
gatsby-config.js | Gatsby | MDX |
.html 檔案 | 靜態 HTML | 語義化 HTML5 |
| 無法辨識 | 預設 | 標準 markdown |
所有涉及網路研究的指令都內建驗證機制:
[V] 已驗證 / [S] 搜尋摘要 / [F] 讀取失敗[V] 和 [S] 的數據,[F] 用 placeholder 替代references/seo-landscape.md — SEO + AI 引用優化references/content-rules.md — 寫作規則 + 100 分評分references/eeat-signals.md — E-E-A-T 作者與信任指標references/content-templates.md — 5 個模板選擇指南references/platform-guides.md — 平台偵測與差異references/visual-media.md — 圖片與圖表規範references/schema-stack.md — JSON-LD Schema 範例references/internal-linking.md — 內部連結策略references/research-cache.md — Research cache 規格和過期規則references/video-embeds.md — YouTube 影片嵌入策略與 VideoObject Schemareferences/humanizer-patterns.md — 29 個 AI 寫作模式偵測與修正(基於 Wikipedia AI Cleanup)呼叫 Agent tool 時必須使用完整名稱(含 plugin prefix):
| Agent type(呼叫時使用) | 角色 |
|---|---|
smart-blog-skills:blog-researcher | 研究協調者。管理 cache + 派遣平行 sub-agents |
smart-blog-skills:stats-researcher | 搜尋 + 驗證統計數據(由 blog-researcher 派遣) |
smart-blog-skills:image-researcher | 搜尋圖片 + 圖表規劃(由 blog-researcher 派遣) |
smart-blog-skills:competitor-researcher | SERP 分析 + 競品結構(由 blog-researcher 派遣) |
smart-blog-skills:blog-writer | 寫作 + 自檢。遵循模板和寫作規則 |
npm install -g agent-browser
讓研究 agent 可以真正讀取網頁內容,大幅降低幻覺風險。
未安裝時退回到 WebFetch(幻覺風險較高)。