/ Verzeichnis / Playground / superseo-skills
● Community inhouseseo ⚡ Sofort

superseo-skills

von inhouseseo · inhouseseo/superseo-skills

11 SEO skills covering audit, brief, writing, E-E-A-T scoring, semantic gap analysis, featured snippets, and link building — methodology from practicing in-house SEOs.

A Claude Code plugin/skill pack of 11 focused SEO workflows. Each skill is a disciplined sub-task — page-audit scores a URL across 7 dimensions, content-brief pulls SERP gaps, eeat-audit applies Google's quality guidelines, etc. Install via the marketplace or copy folders into ~/.claude/skills/.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

superseo-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

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

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

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

Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

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

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".

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

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "superseo-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/inhouseseo/superseo-skills",
        "~/.claude/skills/superseo-skills"
      ]
    }
  ]
}

Continue nutzt ein Array von Serverobjekten statt einer Map.

~/.config/zed/settings.json
{
  "context_servers": {
    "superseo-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/inhouseseo/superseo-skills",
          "~/.claude/skills/superseo-skills"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

claude mcp add superseo-skill -- git clone https://github.com/inhouseseo/superseo-skills ~/.claude/skills/superseo-skills

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: superseo-skills

Audit a ranking page and ship the fixes in one session

👤 In-house SEOs and content leads ⏱ ~45 min intermediate

Wann einsetzen: A page used to rank, the traffic dropped, and you want a diagnosis with a concrete fix list.

Voraussetzungen
  • Install via marketplace — /plugin marketplace add inhouseseo/superseo-skills then /plugin install superseo@superseo-skills
Ablauf
  1. Run page-audit
    Run page-audit on https://example.com/blog/post. Include competitor comparison against the top 3 results.✓ Kopiert
    → Scored findings across 7 dimensions, specific fixes
  2. Follow with semantic-gap-analysis
    Now run semantic-gap-analysis vs the top 3 — what entities and subtopics am I missing?✓ Kopiert
    → Concrete list of missing coverage
  3. Rewrite
    Apply improve-content with the findings from the audit and gap analysis. Match the current brand voice.✓ Kopiert
    → New draft ready to replace the post

Ergebnis: A rewritten page that closes the gap to competitors.

Fallstricke
  • Running write-content on a topic with weak search intent match — Run keyword-deep-dive first to confirm intent before writing
Kombinieren mit: firecrawl · brave-search

Plan a topic cluster around a seed keyword

👤 Content strategists ⏱ ~60 min intermediate

Wann einsetzen: You're starting a new content area and want a defensible hub-and-spoke plan.

Ablauf
  1. Seed with topic-cluster-planning
    Use topic-cluster-planning — seed topic: 'container orchestration'. Design a hub + 12 spokes with search volume estimates.✓ Kopiert
    → Tree with hub article + 12 supporting articles
  2. Brief each spoke
    Run content-brief for spoke #3. Audience: backend engineers.✓ Kopiert
    → Writer-ready brief with SERP gaps

Ergebnis: A content calendar with briefs you can hand to writers.

Score a page's E-E-A-T and draft the fixes

👤 YMYL publishers, affiliate sites ⏱ ~30 min intermediate

Wann einsetzen: After a core update hit you and you suspect trust signals.

Ablauf
  1. Run eeat-audit
    Run eeat-audit on https://example.com/health/article — I want scores per dimension and concrete fixes.✓ Kopiert
    → Experience/Expertise/Authority/Trust scored with action items

Ergebnis: Actionable list of author-bio, citation, and edit-history changes.

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

superseo-skill + firecrawl

page-audit pulls live competitor content via Firecrawl for a real SERP gap diff

Use firecrawl to fetch the top 3 SERP results for my target query, then feed them to semantic-gap-analysis.✓ Kopiert
superseo-skill + brave-search

Get SERP data without paid API credits

Use brave-search to pull SERP for 'container orchestration', then topic-cluster-planning.✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
page-audit url, competitor_urls? Diagnose any single URL 0
content-brief target keyword, audience Before writing a new page 0
write-content brief After brief is approved 0
improve-content existing url, issues Updating an existing page 0
keyword-deep-dive keyword Single-keyword strategy 0
semantic-gap-analysis your url, competitor urls Gap vs top-3 0
eeat-audit url YMYL / trust work 0
topic-cluster-planning seed topic New content area 0
featured-snippet-optimizer query, current url Going after position 0 0
linkbuilding domain profile Off-page planning 0
expert-interview topic, expert profile Injecting first-party expertise 0

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
None for the skill; any paired tools (Firecrawl, Brave) bring their own quotas
Tokens pro Aufruf
5–20k per skill invocation depending on size
Kosten in €
Free — skill is prompts + methodology
Tipp
Don't pair write-content with an expensive model unless you're shipping the output — use a cheaper model for drafts

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: None — pure prompts
Datenabfluss: None from the skill itself

Fehlerbehebung

Häufige Fehler und Lösungen

page-audit returns generic advice

Supply the competitor URLs explicitly and the primary keyword — vagueness in, vagueness out

Marketplace install fails

Fall back to manual: clone the repo and copy skill folders into ~/.claude/skills/

Prüfen: ls ~/.claude/skills/

Alternativen

superseo-skills vs. andere

AlternativeWann stattdessenKompromiss
ultimate-seo-geoYou also need AI search (GEO) coverage and schema automationBigger surface, more to learn

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen