{
  "markdown": "<p align=\"center\">\n    <a href=\"https://thatseoagent.com?utm_source=github&utm_medium=banner&utm_campaign=that-seo-agent-skills\">\n      <picture>\n        <source media=\"(prefers-color-scheme: dark)\" srcset=\"assets/logo-lockup-dark.svg\">\n        <img alt=\"That SEO Agent — Skills\" src=\"assets/logo-lockup.svg\">\n      </picture>\n    </a>\n</p>\n\n[![skills.sh](https://skills.sh/b/thatseoagent/skills)](https://skills.sh/thatseoagent/skills)\n\n\n# That SEO Agent — Skills\n\nSEO tools for any MCP-compatible AI agent. Connects to Google Search Console, GA4, PageSpeed Insights, and your site's technical layer via the Model Context Protocol.\n\n## Install as a plugin (Claude Code & Claude Cowork)\n\nThe fastest path. Bundles all 7 skills plus the That SEO Agent MCP server, and signs you in with OAuth in your browser — **no API key to paste**.\n\n```\n/plugin marketplace add thatseoagent/skills\n/plugin install thatseoagent@thatseoagent-skills\n```\n\nOn enable, your browser opens to authenticate with That SEO Agent. Tokens are stored securely and refreshed automatically. Skills are invoked automatically by Claude, or explicitly as `/thatseoagent:site-audit`, `/thatseoagent:gsc-insights`, etc.\n\n## Install in Grok\n\nThree different things are called Grok, and they install this differently.\n\n**grok.com (chat)** — add it as a custom connector:\n\n1. Open [grok.com/connectors](https://grok.com/connectors)\n2. **New Connector → Custom**\n3. Name: `That SEO Agent`. Server URL: `https://thatseoagent.com/api/mcp` — no trailing slash, and not the `/oauth/authorize` URL\n4. Complete the OAuth sign-in on thatseoagent.com\n\nThen ask for it by name in a chat: *\"Audit example.com with That SEO Agent\"*.\n\nOn Grok Business or Enterprise an admin has to provision the custom MCP first, from [console.x.ai](https://console.x.ai) → Grok Business → Connectors → Other. See xAI's [connector management docs](https://docs.x.ai/grok/connector-management).\n\n**Grok Build (CLI)** — install the plugin from the marketplace once it is listed, or point Grok at the server directly today:\n\n```\ngrok mcp add --transport http thatseoagent https://thatseoagent.com/api/mcp\n```\n\nGrok Build blocks a plugin's MCP server until you trust it: `grok plugin install thatseoagent --trust`.\n\n## Install in Cursor and Grok Bot\n\nOnce the plugin is listed on the [Cursor Marketplace](https://cursor.com/marketplace), install it from there. Until then, add the server as a custom remote MCP in Settings → Plugins, with the same URL:\n\n```\nhttps://thatseoagent.com/api/mcp\n```\n\nGrok Bot runs in the cloud, so it reaches public HTTPS servers only — there is no stdio or localhost path here, and none is needed.\n\n**Do not paste an API key into Grok or Cursor.** The server speaks OAuth 2.0 with dynamic client registration, so these clients open a browser and sign you in. The `sea_` key below is for clients that cannot do OAuth.\n\n## Manual MCP setup (other clients)\n\nIf you're not using the plugin, add the server to your MCP client's config:\n\n```json\n{\n  \"mcpServers\": {\n    \"thatseoagent\": {\n      \"type\": \"http\",\n      \"url\": \"https://thatseoagent.com/api/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer sea_YOUR_KEY_HERE\"\n      }\n    }\n  }\n}\n```\n\nGet your API key at [thatseoagent.com](https://thatseoagent.com).\n\n## Built-in prompts\n\nThree orchestration prompts are pre-loaded once the MCP is connected — no skill install required:\n\n- **audit_site** — Runs a full site audit and returns a shareable report URL.\n\n- **find_quick_wins** — Surfaces high-impact, low-effort improvements from your GSC data.\n\n- **track_fixes** — Reviews open tasks, audits the site, and creates tasks for critical issues.\n\n## Install skills individually (npx)\n\nPrefer one skill at a time, or not using the plugin? Each skill installs standalone:\n\n### Audits & monitoring\n\n- **site-audit** — Full site audit across 18+ dimensions, shareable client reports, and page-level task management.\n\n  ```\n  npx skills add thatseoagent/skills/site-audit\n  ```\n\n- **audit-cadence** — Structured 14-day monitoring cycle: traffic pulse, index health, content gaps, technical checks, and AI visibility.\n\n  ```\n  npx skills add thatseoagent/skills/audit-cadence\n  ```\n\n### Search & rankings\n\n- **gsc-insights** — GSC analysis workflows: quick wins, traffic anomalies, trends, cannibalization, and featured snippet opportunities.\n\n  ```\n  npx skills add thatseoagent/skills/gsc-insights\n  ```\n\n### Technical SEO\n\n- **technical-seo** — Crawlability, indexing, canonical tags, robots.txt, hreflang, security headers, and URL inspection.\n\n  ```\n  npx skills add thatseoagent/skills/technical-seo\n  ```\n\n### Content\n\n- **content-audit** — On-page SEO, content quality, readability, schema detection, and structured data generation.\n\n  ```\n  npx skills add thatseoagent/skills/content-audit\n  ```\n\n- **content-checklist** — Pre-publish checklist: on-page SEO, schema, content structure, copy quality, and final tool validation before going live.\n\n  ```\n  npx skills add thatseoagent/skills/content-checklist\n  ```\n\n### AI visibility\n\n- **ai-visibility** — Content signals correlated with AI citation: E-E-A-T, structured data, crawler access, and entity presence. Based on peer-reviewed research — no official AI citation standard exists.\n\n  ```\n  npx skills add thatseoagent/skills/ai-visibility\n  ```\n\n### Install all skills at once\n\n```\nnpx skills add thatseoagent/skills\n```\n\n## What this plugin is, and what reviews it\n\nIt is a thin package: seven skills plus a pointer at the That SEO Agent MCP server, which runs at thatseoagent.com and is not part of this repo. The tools it exposes are listed in the [server card](https://thatseoagent.com/.well-known/mcp/server-card.json) rather than here, so the list cannot go stale.\n\nMarketplaces that carry it — Claude, Cursor, Grok Build — publish third-party plugins without vetting them for security. Read the manifests; they are four small JSON files and hold no secrets.\n\n---\n\nMIT License\n",
  "bytes": 5957,
  "sha": "29f2a0a694bc0a0bce81b8fae8daf250a350ff1849404daea731389b8103bf2d",
  "repo_slug": "thatseoagent/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_thatseoagent_seo_f9dc9127/readme"
}