/ 디렉터리 / 플레이그라운드 / seo-geo-claude-skills
● 커뮤니티 aaron-he-zhu ⚡ 바로 사용

seo-geo-claude-skills

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

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

seo-geo-claude-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

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

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

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

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

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

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

~/.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"
      ]
    }
  ]
}

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

~/.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"
        ]
      }
    }
  }
}

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

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

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

사용 사례

실전 활용법: seo-geo-claude-skills

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

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

언제 쓸까: You have a topic and want to hit both ranking and AI-citation goals.

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

결과: A published article with monitoring in place.

함정
  • Skipping the handoff section loses context between skills — Always pass the previous skill's Handoff output to the next
함께 쓰기: firecrawl

Refresh an aging post to regain rankings

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

언제 쓸까: Traffic on a top post is decaying and you want to update rather than replace.

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

결과: Updated article primed to reclaim its ranking.

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

조합

다른 MCP와 조합해 10배 효율

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.✓ 복사됨
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.✓ 복사됨

도구

이 MCP가 노출하는 것

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

비용 및 제한

운영 비용

API 쿼터
None
호출당 토큰
1-3k per skill loaded
금액
Free — skill is local
Follow the phase order; skipping around forces Claude to re-infer context.

보안

권한, 시크릿, 파급범위

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

문제 해결

자주 발생하는 오류와 해결

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.

대안

seo-geo-claude-skills 다른 것과 비교

대안언제 쓰나단점/장점
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

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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