/ Annuaire / Playground / Agentic-SEO-Skill
● Communauté Bhanunamikaze ⚡ Instantané

Agentic-SEO-Skill

par Bhanunamikaze · Bhanunamikaze/Agentic-SEO-Skill

LLM-first SEO with 16 sub-skills, 10 specialist agents, 33 evidence-collector scripts — works in Antigravity, Codex, and Claude Code.

An evidence-first SEO skill: collect page data via utility scripts, analyze with an LLM that must cite proofs, apply confidence labels, prioritize by impact, and produce structured action plans. Enforces current Google standards (INP over FID, full E-E-A-T). Notable: a GitHub-analyst agent audits repo-hosted sites and writes GITHUB-SEO-REPORT.md.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

agentic-seo-skill.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "agentic-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Bhanunamikaze/Agentic-SEO-Skill",
        "~/.claude/skills/Agentic-SEO-Skill"
      ],
      "_inferred": true
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "agentic-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Bhanunamikaze/Agentic-SEO-Skill",
        "~/.claude/skills/Agentic-SEO-Skill"
      ],
      "_inferred": true
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "agentic-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Bhanunamikaze/Agentic-SEO-Skill",
        "~/.claude/skills/Agentic-SEO-Skill"
      ],
      "_inferred": true
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentic-seo-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Bhanunamikaze/Agentic-SEO-Skill",
        "~/.claude/skills/Agentic-SEO-Skill"
      ],
      "_inferred": true
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "agentic-seo-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/Bhanunamikaze/Agentic-SEO-Skill",
        "~/.claude/skills/Agentic-SEO-Skill"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "agentic-seo-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/Bhanunamikaze/Agentic-SEO-Skill",
          "~/.claude/skills/Agentic-SEO-Skill"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add agentic-seo-skill -- git clone https://github.com/Bhanunamikaze/Agentic-SEO-Skill ~/.claude/skills/Agentic-SEO-Skill

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Agentic-SEO-Skill

Run an evidence-backed SEO audit with confidence labels

👤 SEO analysts tired of 'trust me' recommendations ⏱ ~60 min intermediate

Quand l'utiliser : You want findings you can defend to a skeptical engineering lead.

Déroulement
  1. Trigger the full audit
    Use agentic-seo-skill on https://site.com — full evidence-backed audit.✓ Copié
    → Scripts collect raw data (meta tags, schema, link graph, CWV); agents analyze
  2. Review findings with proofs
    Show the top 10 issues with their supporting evidence and confidence labels.✓ Copié
    → Each finding has a literal quote/data point behind it
  3. Prioritized action plan
    Order by impact × effort.✓ Copié
    → Ranked plan with numeric rationale

Résultat : An audit where every finding is citable.

Pièges
  • Low-confidence findings treated as high priority — Use the confidence labels — skip 'low' until high/medium are done
Combiner avec : firecrawl

Audit a GitHub-hosted docs site with the GitHub-analyst agent

👤 Dev-tool teams with docs on GitHub Pages ⏱ ~40 min intermediate

Quand l'utiliser : Your docs live in a repo and you want a SEO audit tied to the repo structure.

Déroulement
  1. Point the GitHub agent at the repo
    agentic-seo-skill — audit github.com/acme/docs site. Output GITHUB-SEO-REPORT.md.✓ Copié
    → Report in the repo format with per-file recommendations
  2. Open a PR with fixes
    Turn the high-confidence findings into a PR.✓ Copié
    → PR with concrete diffs

Résultat : A SEO-improved docs site with a trackable PR.

Pièges
  • PR touches too many files at once — Split by finding type (meta vs content vs schema)
Combiner avec : github

Optimize pages for Perplexity / ChatGPT / AI Overviews citations

👤 Content teams losing clicks to AI summaries ⏱ ~30 min intermediate

Quand l'utiliser : You want to be the cited source, not just another organic result.

Déroulement
  1. Run the GEO/AEO sub-skill
    agentic-seo-skill — GEO audit on https://site.com/post.✓ Copié
    → Findings tied to snippet-friendliness, entity clarity, citation signals
  2. Apply and verify
    Apply recommendations and re-verify.✓ Copié
    → Score deltas with evidence

Résultat : Pages restructured for AI-citation pickup.

Pièges
  • Over-optimization hurts human readability — The content-quality agent catches robotic-sounding edits

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

agentic-seo-skill + firecrawl

Firecrawl does the JS-rendered crawl; agentic-seo interprets

Crawl with firecrawl, pipe rendered HTML into agentic-seo-skill for analysis.✓ Copié
agentic-seo-skill + github

Open PRs directly from audit findings

For the high-confidence findings, open a PR in the repo.✓ Copié
agentic-seo-skill + claude-seo-skill

Use the /seo slash commands for fast runs, agentic-seo for evidence-backed depth

First do /seo audit for the quick view, then agentic-seo-skill for the deep defensible audit.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
Technical SEO agent URL Baseline tech audit 0
Schema agent URL Structured data work 0
Performance agent URL CWV review 0
GitHub-analyst agent repo URL Audits on GitHub-hosted sites 0
Verification agent prior findings Before publishing audit 0

Coût et limites

Coût d'exécution

Quota d'API
None for the skill
Tokens par appel
10-30k for full audit — evidence collection uses scripts, not tokens, for the raw data
Monétaire
Free — skill is local
Astuce
Utility scripts are Python — run them as preflight outside the LLM loop to save tokens.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : No credentials — scripts hit public URLs only
Sortie de données : Only to the sites you audit

Dépannage

Erreurs courantes et correctifs

Utility scripts fail to run

Check Python version and required packages; install dependencies from the skill's requirements file.

Vérifier : python --version
Confidence labels all 'low'

Scripts couldn't collect enough raw evidence — check network access and JS rendering.

GitHub-analyst can't access repo

Set a PAT for private repos; public repos should work unauthenticated.

Alternatives

Agentic-SEO-Skill vs autres

AlternativeQuand l'utiliserCompromis
claude-seo-skillYou want slash-command UX and enterprise reportingClaude-only; no multi-agent evidence framework
seo-geo-claude-skillYou want a phase-based lighter libraryLess evidence-first methodology

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills