/ 디렉터리 / 플레이그라운드 / superseo-skills
● 커뮤니티 inhouseseo ⚡ 바로 사용

superseo-skills

제작: 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/.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

superseo-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/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
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.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는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

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
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "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
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

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

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

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

context_servers에 추가. 저장 시 Zed가 핫 리로드.

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

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: superseo-skills

Audit a ranking page and ship the fixes in one session

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

언제 쓸까: A page used to rank, the traffic dropped, and you want a diagnosis with a concrete fix list.

사전 조건
  • Install via marketplace — /plugin marketplace add inhouseseo/superseo-skills then /plugin install superseo@superseo-skills
흐름
  1. Run page-audit
    Run page-audit on https://example.com/blog/post. Include competitor comparison against the top 3 results.✓ 복사됨
    → 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?✓ 복사됨
    → Concrete list of missing coverage
  3. Rewrite
    Apply improve-content with the findings from the audit and gap analysis. Match the current brand voice.✓ 복사됨
    → New draft ready to replace the post

결과: A rewritten page that closes the gap to competitors.

함정
  • Running write-content on a topic with weak search intent match — Run keyword-deep-dive first to confirm intent before writing
함께 쓰기: firecrawl · brave-search

Plan a topic cluster around a seed keyword

👤 Content strategists ⏱ ~60 min intermediate

언제 쓸까: You're starting a new content area and want a defensible hub-and-spoke plan.

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

결과: 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

언제 쓸까: After a core update hit you and you suspect trust signals.

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

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

조합

다른 MCP와 조합해 10배 효율

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.✓ 복사됨
superseo-skill + brave-search

Get SERP data without paid API credits

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

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
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

비용 및 제한

운영 비용

API 쿼터
None for the skill; any paired tools (Firecrawl, Brave) bring their own quotas
호출당 토큰
5–20k per skill invocation depending on size
금액
Free — skill is prompts + methodology
Don't pair write-content with an expensive model unless you're shipping the output — use a cheaper model for drafts

보안

권한, 시크릿, 파급범위

자격 증명 저장: None — pure prompts
데이터 외부 송신: None from the skill itself

문제 해결

자주 발생하는 오류와 해결

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/

확인: ls ~/.claude/skills/

대안

superseo-skills 다른 것과 비교

대안언제 쓰나단점/장점
ultimate-seo-geoYou also need AI search (GEO) coverage and schema automationBigger surface, more to learn

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기