From anycap
Guide for planning and auditing SEO for AI tool, SaaS, and product-led websites. Powered by AnyCap -- the capability runtime that equips AI agents with web search and web crawl through a single CLI. Use when Codex needs to define SEO ICPs, map search intent to page types, inspect live SERPs, write page briefs for tool/comparison/alternatives/pricing/tutorial pages, prioritize technical SEO foundations, plan citations or backlinks, or decide whether programmatic SEO is safe and worthwhile. Trigger on mentions of AI tool SEO, SaaS SEO, product-led SEO, search intent, page type mapping, vs pages, alternatives pages, pricing pages, directory submissions, backlink plans, citations, or pSEO.
How this skill is triggered — by the user, by Claude, or both
Slash command
/anycap:anycap-ai-tool-seoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Read this entire file before starting.** It covers the full SEO planning and audit workflow for AI tool websites.
Read this entire file before starting. It covers the full SEO planning and audit workflow for AI tool websites.
Plan and audit SEO for AI tool websites. Focus on product-led SEO where each page should help a searcher complete a task, evaluate options, or enter the product with high intent.
Map intent. Shape pages. Add evidence. Protect quality.
Read all three reference files before taking any action. They contain the working framework, page planning rules, and quality guardrails.
For detailed command syntax, flags, and output parsing, refer to the anycap-cli skill.
anycap CLI installed and authenticated (anycap status to verify)graph LR
A[Understand Site and ICP] --> B[Inspect Live SERP]
B --> C[Choose Page Type]
C --> D[Define Information Gain]
D --> E[Check Technical and Trust Signals]
E --> F[Prioritize and Deliver]
Work through the steps below in order. Skip only when you already have high-confidence answers.
anycap search --query "<keyword>" --no-crawl --max-results 10 to classify dominant page types, recurring modules, and SERP mix.This skill benefits from light user input up front, but should otherwise run autonomously.
Define the searcher before the keyword. A keyword only makes sense once you know who is searching, why, and what they need to finish.
Inspect the live SERP before choosing a page type. Do not recommend a tutorial, comparison, or tool page until you know what the current SERP rewards.
Treat page type as intent execution. A page is not just content; it is the shape through which the intent gets fulfilled.
Require evidence, not generic prose. Information gain should come from screenshots, examples, data, workflows, benchmarks, or other concrete proof.
Protect quality before scale. Do not recommend pSEO until high-value sample pages have proven useful, indexable, and maintainable.
Separate rules from heuristics. Be explicit about what is a hard constraint versus what is a useful but situational tactic.
# Inspect a target site
anycap crawl https://example.com
# Inspect the SERP shape for a keyword
anycap search --query "best ai headshot generator" --no-crawl --max-results 10
# Ask for a grounded summary when the SERP is unclear
anycap search --prompt "What page types dominate the SERP for 'best ai headshot generator' and which content blocks recur?"
Save important search and crawl outputs locally when the task is large or when you expect to revisit evidence.
npx claudepluginhub anycap-ai/anycap --plugin anycapGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.