setup-cms

Featured

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.

Data & Documents 3,283 stars 406 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /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 already configured (`$CMS_TYPE` is the name). Show the user: "You already have **[$CMS_TYPE]** connected. Would you like to reconfigure it, or switch to a different CMS?" Wait for their reply. If they say reconfigure/switch, continue to Step 2. If they say test or verify, jump to Step 5 (skip to connection test). - `CMS_STATUS=2` → nothing configured yet. Continue to Step 2. --- ## Step 2 — Choose a CMS Ask the user: > "Which CMS are you connecting? I support: > > 1. **WordPress** — self-hosted or WordPress.com (uses REST API + Application Password) > 2. **Strapi** — v4 or v5, self-hosted (uses API Token) > 3. **Contentful** — cloud headless CMS (uses Delivery API key) > 4. **Ghost** — Ghost.org or self-hosted (uses Content API key) > > Reply with the name or number." Wait for ...

Details

Author
nowork-studio
Repository
nowork-studio/NotFair
Created
4 months ago
Last Updated
4 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

setting-up-seo-measurement

Use when bootstrapping SEO measurement on a new or existing site — verifying Google Search Console, submitting a sitemap, wiring GA4 or Plausible analytics, enabling Bing Webmaster Tools, or laying groundwork for AI-citation (GEO) tracking. Triggers on "set up Google Search Console", "verify domain", "submit sitemap", "GA4 setup", "measure SEO", "track AI citations", "connect GSC". Pairs with `/seo-setup` (credentials) and runs once at site bootstrap; every other skill in this plugin assumes GSC is already streaming data.

0 Updated 3 days ago
benskamps
AI & Automation Listed

dispatchseo-setup

Connect a website's repo to a DispatchSEO backend and install its content pipeline. Use when the user asks to set up DispatchSEO, connect their site to it, or install the SEO pipeline.

2 Updated today
NeoZi12
Data & Documents Featured

seo-analysis

Full SEO audit: Google Search Console data + URL Inspection API + PageSpeed Insights API + technical crawl + keyword research + metadata audit + schema markup audit + search intent analysis + Core Web Vitals monitoring. Feeds real GSC data and PageSpeed metrics into AI to surface quick wins, diagnose traffic drops, find content gaps, identify metadata mismatches, detect schema gaps, monitor page performance, and produce an actionable 30-day plan. Use this skill whenever the user asks about SEO, search rankings, organic traffic, Google Search Console, keyword performance, traffic drops, content gaps, search visibility, technical SEO, meta tags, schema markup, structured data, URL indexing, keyword research, indexing issues, page speed, performance, Core Web Vitals, LCP, INP, CLS, or Lighthouse scores. Also trigger on: "why is my traffic down", "what keywords am I ranking for", "improve my rankings", "check my search console", "SEO audit", "analyze my SEO", "technical SEO", "meta tags", "indexing issues", "craw

3,283 Updated 4 days ago
nowork-studio