Skills
SEO planning and auditing
for AI tool and SaaS websites
anycap-ai-tool-seo is an installable skill that gives Claude Code, Cursor, Codex, and similar coding agents a structured SEO workflow for AI tool and SaaS websites. Without this skill, an agent performing an SEO audit cannot inspect live SERPs to understand which page types rank for a given keyword, cannot crawl competitor pages to analyze their on-page structure and content depth, and cannot cross-reference multiple signals to produce a keyword opportunity list grounded in current data. With the skill installed, the agent uses AnyCap web search to retrieve live SERP data for target keywords and web crawl to analyze the full content of ranking competitor pages. It produces structured recommendations for page type alignment, content gap coverage, and internal linking improvements. This skill is particularly useful for developer-focused marketing teams, SEO practitioners who want to run audits inside an agent workflow, and engineering teams building content pipelines that need programmatic SEO analysis. The skill is compatible with Claude Code, Cursor, and Codex.
Install time
< 5 min
Supported agents
Claude Code · Cursor · Codex
Platform
macOS · Linux · Windows
Install this skill
npx -y skills add anycap-ai/anycap -s 'anycap-ai-tool-seo' -g -y
How the workflow changes after install
BEFORE
Agent gives SEO recommendations from training knowledge. No live SERP data. No competitor page analysis. Recommendations may be outdated or generic.
AFTER
Agent pulls live SERP data for the target keyword, crawls ranking competitor pages, and delivers structured recommendations based on what Google is rewarding right now.
What changes after installing the skill
| WITHOUT SKILL | WITH SKILL | |
|---|---|---|
| SERP data source | Claude training data (may be months old) | Live Google results fetched at run time |
| Competitor analysis | Generic observations from training | Full page crawl of top 5 ranking URLs |
| Keyword gap detection | Not available | PAA + related searches cross-referenced against your page |
| Schema audit | Not available | Auto-detected from live SERP features and competitor markup |
| Report format | Free-form text, quality varies | Structured: gaps ranked by impact, schema fixes, keyword opportunities |
- 1
Receive target URL and keyword
User provides the page to audit and the primary target keyword.
- 2
Pull live SERP data
Agent calls `anycap web search` for the target keyword to retrieve current ranking pages, features, and patterns.
- 3
Crawl top competitor pages
Agent calls `anycap web crawl` on the top 5 ranking URLs to analyze content depth, heading structure, schema, and page type.
- 4
Compare target page
Agent compares the target page against SERP consensus across 7 dimensions: page type, content depth, schema, media, UX, authority, and freshness.
- 5
Output recommendations
Agent delivers a structured report: gaps ranked by impact, specific fixes for schema and content, and keyword opportunities the SERP shows but the target page misses.
SAMPLE OUTPUT
SEO audit: anycap.ai/capabilities/image-generation Target keyword: "AI image generation API" ├── SERP consensus: Tool / product page (8/10 results) ├── Your page type: Tool ✓ (aligned) ├── Content gap: 840 words below SERP median ├── Missing schema: FAQPage, HowTo ├── PAA signals: 4 unanswered questions on page └── Top opportunity: Add comparison block vs. Midjourney API
Capabilities used by this skill
Supported agents
Frequently asked questions
- What does this skill do that direct prompting doesn't?
- Direct prompting gives SEO advice from training data. This skill pulls live SERP data and crawls real competitor pages, so recommendations reflect what Google is ranking right now — not what it ranked 18 months ago.
- What SERP features does it analyze?
- Organic page types, content depth, schema markup signals, People Also Ask questions, featured snippets, and related search patterns.
- Is this only for AI tool websites?
- It works for any SaaS or software product website, but is optimized for AI tool SEO patterns — emerging queries, intent fragmentation, and GEO signals.
- Do I need an AnyCap account?
- Yes. Install the CLI and run `anycap login` before your first session.