SEO profound

Profound LLM citation tracker (extension).

How to use it

  1. Hit Copy the whole skill.
  2. Claude: ⋯ → Download .md, then Customize → Skills → Add → Upload skill.
    ChatGPT: make a Project and paste it into Instructions.
    Neither? Paste it at the top of a new chat — it works for that chat.
  3. Describe your job in plain words. The AI follows the skill from there.
Claude Code — installs the whole folder, not just SKILL.md
npx degit AgriciDaniel/claude-seo/extensions/profound/skills/seo-profound#main ~/.claude/skills/seo-profound

For one project only, change the path to .claude/skills/seo-profound.

Not working?
  • Check which app you pasted it into — the steps above name the right one.
  • Some skills need the paid tier of Claude or ChatGPT.
Step-by-step guide with screenshots · Ask in the forum

Paste into Claude, ChatGPT or Cursor.

Show the full text43 lines
seo-profound/SKILL.md43 lines1.7 KBpushed 11d agoRawView on GitHub

seo-profound

Profound is purpose-built for LLM brand-mention tracking. While SE Ranking samples prompts on demand, Profound continuously polls and publishes time-series so trend deltas (week-over-week, month-over-month) are first-class.

Prerequisites

  • Run extensions/profound/install.sh or install.ps1.
  • Profound API key.
  • Before any tool call, check ~/.claude/settings.json has env.PROFOUND_API_KEY.

Routing

Command Purpose
/seo profound citations <brand> Current citation rate per LLM + 30-day trend
/seo profound prompts <brand> Top prompts that surface (or fail to surface) the brand
/seo profound competitors <brand> Brands cited alongside brand for the same prompts
/seo profound alerts <brand> Spike/drop alerts vs. 7-day baseline

Output conventions

  • Cite Profound on every metric: "Profound (live, confidence 0.90)".
  • Profound covers ChatGPT + Perplexity natively; for Gemini / AI Overviews / AI Mode coverage, defer to seo-seranking.
  • For Google AI Overviews citation rate, also cross-reference seo-dataforseo AI visibility tools when available.

Cross-skill delegation

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

Discussion

Alternatives

Also in SEO & keywords