Bundled agent skills for Crawlcat — workflow guides that teach Cursor, Codex, ChatGPT, and MCP clients when and how to run SEO site audits: list imported sites, start crawls, poll progress, and export Copy for AI reports.
This repo holds skill text only (SKILL.md files). Live crawlcat_* tools and user sign-in come from Crawlcat’s hosted MCP server at https://mcp.crawl.cat/mcp.
| Resource | URL |
|---|---|
| Product | crawl.cat |
| Agents & integrations | crawl.cat/agents |
| MCP endpoint (Streamable HTTP) | https://mcp.crawl.cat/mcp |
| REST API examples | github.com/crawlcat/crawlcat-public-api |
Keywords: MCP skills · agent skills · Codex plugin · SEO audit automation · technical SEO · Copy for AI · Cursor · Claude Desktop · ChatGPT connector
Users connect through the plugin or MCP client UI and sign in with their Crawlcat account (OAuth on ChatGPT) or an API key (Cursor / Claude Desktop). This repository does not contain credentials or server code.
.codex-plugin/plugin.json
skills/
browse-crawlcat-sites/SKILL.md
import-crawlcat-site/SKILL.md
run-crawlcat-audit/SKILL.md
export-crawlcat-audit-report/SKILL.md
| Skill | When to use |
|---|---|
browse-crawlcat-sites |
List imported sites, read overview metrics, or audit history |
import-crawlcat-site |
Add a new site by URL for SEO auditing |
run-crawlcat-audit |
Start or stop a crawl and poll progress |
export-crawlcat-audit-report |
Export Copy for AI markdown, issues, pages, or crawl log |
Each skill documents MCP tools named crawlcat_* on the hosted server.
Portal uploads expect one top-level folder in the zip: either a single skill directory or a skills/ directory of skill roots. Do not add README, .codex-plugin, or other files to the skills archive unless your publish flow requires them separately.
All bundled skills:
zip -r crawlcat-plugin-skills.zip skillsSingle skill:
zip -r import-crawlcat-site.zip skills/import-crawlcat-sitegithub.com/crawlcat/crawlcat-skills
git clone https://github.com/crawlcat/crawlcat-skills.gitRelated: crawlcat-public-api (REST examples)