setup-cms
简化 CMS 与 SEO 工具的对接流程,适合站长与运维。
会在本地写入凭据到 .env.local,存在凭据泄露风险
引导将常见 CMS(WordPress/Strapi/Contentful/Ghost)接入 NotFair 工具并写入 .env.local。
把 WordPress、Strapi、Contentful 或 Ghost 接到 NotFair 的 SEO 工具,按步骤测试连接并把凭证写进 .env.local。连好后,seo-analysis 会把 CMS 内容和 Google Search Console 数据对照,帮你发现看不见的页面、内容缺口和缺失的 SEO 字段。适合想把站内文章自动纳入 SEO 报告或排查数据缺失时用。
▸ 展开 SKILL.md 英文原文
Connect a CMS to notfair SEO tools. Guides users through configuring WordPress, Strapi, Contentful, or Ghost — tests the connection, and writes credentials to .env.local. Once set up, seo-analysis automatically cross- references CMS content against Google Search Console data. Use whenever the user says "connect my CMS", "set up WordPress", "configure Strapi", "add Contentful", "connect Ghost", or "CMS setup". Also trigger if the user asks why no CMS data appears in a seo-analysis report.
帮我安装这个 skill:https://raw.githubusercontent.com/nowork-studio/NotFair/main/seo/setup-cms/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/nowork-studio/NotFair/main/seo/setup-cms/SKILL.md"# /setup-cms Guide the user through connecting their CMS to notfair's SEO analysis tools. Once configured, `/seo-analysis` automatically pulls published content from the CMS and cross-references it against Google Search Console data — finding invisible pages, content gaps, stale articles, and missing SEO fields. --- ## Step 0 — Setup Read and follow `../shared/preamble.md` — it locates the SEO scripts directory. Use `$SKILL_SCRIPTS` from the preamble for all script calls below. ## Step 1 — Detect existing CMS configuration ```bash CMS_TYPE=$(python3 "$SKILL_SCRIPTS/cms_detect.py" 2>/dev/null) CMS_STATUS=$? echo "CMS_TYPE=$CMS_TYPE EXIT=$CMS_STATUS" ``` - `CMS_STATUS=0` → a CMS is al