Agent Skills
› nowork-studio/notfair-plugin
› setup-cms
setup-cms
GitHub指导用户连接WordPress、Strapi等CMS,测试连接并写入凭证,用于后续SEO分析。
Trigger Scenarios
用户要求连接或配置CMS
用户询问SEO报告中为何缺少CMS数据
Install
npx skills add nowork-studio/notfair-plugin --skill setup-cms -g -y
SKILL.md
Frontmatter
{
"name": "setup-cms",
"description": "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.\n",
"allowed-tools": [
"Bash",
"Read",
"Write",
"AskUserQuestion"
],
"argument-hint": "<CMS name: wordpress, strapi, contentful, or ghost>"
}
Canonical NotFair workflow
Read ../../seo/setup-cms/SKILL.md completely, then follow it as the active workflow. Resolve every relative reference from that file against ../../seo/setup-cms/.
Version History
- 8d9d54b Current 2026-08-19 23:14


