setup-cms

仓库创建 2026年3月27日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

简化 CMS 与 SEO 工具的对接流程,适合站长与运维。

▸ 风险提示

会在本地写入凭据到 .env.local,存在凭据泄露风险

这个 Skill 做什么

引导将常见 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.

自动化集成CMS 连接配置向导WordPress通用
3.3k
Stars
406
Forks
28
仓库内 Skill
+216
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nowork-studio/NotFair/main/seo/setup-cms/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nowork-studio/NotFair/main/seo/setup-cms/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有