$npx -y skills add AgriciDaniel/claude-seo --skill seo-profoundProfound LLM citation tracker (extension). Time-series brand citation rates across ChatGPT, Perplexity, and other LLMs. Pairs with seo-seranking for triangulated AI visibility coverage.
| 1 | # seo-profound |
| 2 | |
| 3 | Profound is purpose-built for LLM brand-mention tracking. While |
| 4 | SE Ranking samples prompts on demand, Profound continuously polls and |
| 5 | publishes time-series so trend deltas (week-over-week, month-over-month) |
| 6 | are first-class. |
| 7 | |
| 8 | ## Prerequisites |
| 9 | |
| 10 | - Run `extensions/profound/install.sh` or `install.ps1`. |
| 11 | - Profound API key. |
| 12 | - Before any tool call, check `~/.claude/settings.json` has `env.PROFOUND_API_KEY`. |
| 13 | |
| 14 | ## Routing |
| 15 | |
| 16 | | Command | Purpose | |
| 17 | |---|---| |
| 18 | | `/seo profound citations <brand>` | Current citation rate per LLM + 30-day trend | |
| 19 | | `/seo profound prompts <brand>` | Top prompts that surface (or fail to surface) the brand | |
| 20 | | `/seo profound competitors <brand>` | Brands cited alongside `brand` for the same prompts | |
| 21 | | `/seo profound alerts <brand>` | Spike/drop alerts vs. 7-day baseline | |
| 22 | |
| 23 | ## Output conventions |
| 24 | |
| 25 | - Cite Profound on every metric: "Profound (live, confidence 0.90)". |
| 26 | - Profound covers ChatGPT + Perplexity natively; for Gemini / AI |
| 27 | Overviews / AI Mode coverage, defer to `seo-seranking`. |
| 28 | - For Google AI Overviews citation rate, also cross-reference |
| 29 | `seo-dataforseo` AI visibility tools when available. |
| 30 | |
| 31 | ## Cross-skill delegation |
| 32 | |
| 33 | - For end-to-end AI search audit (passage citability + brand mentions + platform-specific tuning), hand back to `seo-geo`. |
| 34 | - For prompt-set design + AI Cleanup pattern detection in cited content, fall back to `seo-content`. |