/ Diretório / Playground / seo-geo-claude-skills
● Comunidade aaron-he-zhu ⚡ Instantâneo

seo-geo-claude-skills

por aaron-he-zhu · aaron-he-zhu/seo-geo-claude-skills

20 skills across Research → Build → Optimize → Monitor phases, with explicit SEO-vs-GEO split and skill-to-skill handoff contracts.

A workflow-shaped SEO/GEO skill library: 4 research skills, 4 build skills, 4 optimize skills, 4 monitor skills, plus 4 cross-cutting protocol skills. Each SKILL.md ships Trigger, Quick Start, Skill Contract, Handoff, and Next Best Skill sections so Claude can chain them reliably across a project.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

seo-geo-claude-skill.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

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

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "seo-geo-claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/aaron-he-zhu/seo-geo-claude-skills",
        "~/.claude/skills/seo-geo-claude-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "seo-geo-claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/aaron-he-zhu/seo-geo-claude-skills",
        "~/.claude/skills/seo-geo-claude-skills"
      ],
      "_inferred": true
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "seo-geo-claude-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/aaron-he-zhu/seo-geo-claude-skills",
        "~/.claude/skills/seo-geo-claude-skills"
      ],
      "_inferred": true
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "seo-geo-claude-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/aaron-he-zhu/seo-geo-claude-skills",
        "~/.claude/skills/seo-geo-claude-skills"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "seo-geo-claude-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/aaron-he-zhu/seo-geo-claude-skills",
          "~/.claude/skills/seo-geo-claude-skills"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add seo-geo-claude-skill -- git clone https://github.com/aaron-he-zhu/seo-geo-claude-skills ~/.claude/skills/seo-geo-claude-skills

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: seo-geo-claude-skills

Take a keyword from research to published, GEO-optimized article

👤 Content marketers running the full pipeline ⏱ ~90 min intermediate

Quando usar: You have a topic and want to hit both ranking and AI-citation goals.

Fluxo
  1. Research phase
    Use keyword-research + serp-analysis skills for 'best widget for small teams'.✓ Copiado
    → Skill Contract output with volume, intent, SERP features
  2. Build phase
    Handoff to seo-content-writer, then geo-content-optimizer.✓ Copiado
    → Article draft optimized for both rank and citation
  3. Optimize phase
    Run on-page-seo-auditor and meta-tags-optimizer.✓ Copiado
    → Audit pass with fixes applied
  4. Monitor phase
    Set up rank-tracker for the target keywords.✓ Copiado
    → Tracking config ready to export

Resultado: A published article with monitoring in place.

Armadilhas
  • Skipping the handoff section loses context between skills — Always pass the previous skill's Handoff output to the next
Combine com: firecrawl

Refresh an aging post to regain rankings

👤 SEO editors with a backlog of year-old posts ⏱ ~30 min intermediate

Quando usar: Traffic on a top post is decaying and you want to update rather than replace.

Fluxo
  1. Audit the existing post
    Use content-refresher on https://site.com/post. What decayed?✓ Copiado
    → Specific decay points (outdated data, SERP-intent drift, new competitors)
  2. Apply refresh
    Apply the refresh recommendations and re-run content-quality-auditor.✓ Copiado
    → Updated post with score delta

Resultado: Updated article primed to reclaim its ranking.

Armadilhas
  • Refresh without updating the publish date loses freshness signal — The skill reminds you to handle canonical date handling

Combinações

Combine com outros MCPs para 10× de alavancagem

seo-geo-claude-skill + firecrawl

Pair competitor-analysis with firecrawl to scrape SERP leaders

Use firecrawl to fetch the top 5 ranking pages, then hand off to competitor-analysis.✓ Copiado
seo-geo-claude-skill + claude-seo-skill

Use the bigger claude-seo-skill for audits, this library for content workflow

Run /seo audit for the technical side, then use seo-geo-claude-skills for the content campaign.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
Research skills topic / keyword / competitor URL Start of a campaign 0
Build skills brief from research phase After research 0
Optimize skills built content + live URL After publish or on an existing page 0
Monitor skills target URLs / keywords After publish, ongoing 0
Protocol skills (entity-optimizer, memory-management) campaign context Multi-session campaigns 0

Custo e limites

O que custa rodar

Cota de API
None
Tokens por chamada
1-3k per skill loaded
Monetário
Free — skill is local
Dica
Follow the phase order; skipping around forces Claude to re-infer context.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: No credentials — skill is prompts
Saída de dados: None from the skill itself

Solução de problemas

Erros comuns e correções

Skills feel redundant with each other

Each targets a narrow trigger; check the Trigger section in SKILL.md.

Handoff between skills loses data

Explicitly pass the previous skill's Handoff block into the next prompt.

Alternativas

seo-geo-claude-skills vs. outros

AlternativaQuando usarTroca
claude-seo-skillYou want slash commands and enterprise-scale audits with PDF/Excel outputHeavier; less explicit phase structure
agentic-seo-skillYou're on Antigravity or a non-Claude agentSimilar scope, different orchestration
claude-blog-skillBlog-specific workflow with slash commandsNarrower to content, deeper on blog ops

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills