/ 디렉터리 / 플레이그라운드 / seo-blog-writer-claude
● 커뮤니티 rediumvex ⚡ 바로 사용

seo-blog-writer-claude

제작: rediumvex · rediumvex/seo-blog-writer-claude

Claude skill that turns URLs, notes, or topics into full blog posts with title, meta, FAQ schema, TOC, and anti-AI-detector style rules.

seo-blog-writer-claude takes a URL, raw notes, competitor posts, or a video transcript and outputs a publication-ready blog post: markdown body plus full SEO metadata (title, meta description, focus keywords, FAQ schema JSON-LD, sticky-TOC HTML, alt text, internal link ideas, category tags, excerpt). Enforces six anti-detection rules — sentence variety, authentic diction, E-E-A-T markers, banned-phrase list, varied formatting, human pacing.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

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

설치

클라이언트 선택

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

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

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

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

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

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

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

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

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

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

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

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

claude mcp add seo-blog-writer-claude-skill -- git clone https://github.com/rediumvex/seo-blog-writer-claude ~/.claude/skills/seo-blog-writer-claude

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

사용 사례

실전 활용법: seo-blog-writer-claude

Write a better blog post than your competitor's top-ranking article

👤 Content marketers running a keyword strategy ⏱ ~30 min beginner

언제 쓸까: Competitor ranks #1; you need a post that's genuinely better, not an AI-smelling clone.

사전 조건
  • Skill cloned — git clone https://github.com/rediumvex/seo-blog-writer-claude ~/.claude/skills/seo-blog-writer-claude
흐름
  1. Point at the competitor URL
    Use seo-blog-writer — target keyword 'best standing desk under $500', reference https://competitor.com/post. Write me something better.✓ 복사됨
    → Post with differentiated angles, not just rephrased
  2. Generate the SEO pack
    Now give me the full package: title, meta, FAQ schema, TOC, internal links.✓ 복사됨
    → All fields filled, JSON-LD valid, TOC matches headings
  3. Tighten anti-detector score
    Re-check — any 'In today's world' style phrases slipped through?✓ 복사됨
    → Clean, banned-phrase-free result

결과: A post you can publish without manual polishing for 'AI vibes'.

함정
  • Skill inserts E-E-A-T claims that aren't actually true for you — Give it your real bio / anecdotes as input; it can't make up credible first-person without them

Turn a YouTube transcript into a ranking blog post

👤 Creators repurposing video content ⏱ ~25 min beginner

언제 쓸까: You have a transcript and don't want to reformat it by hand.

흐름
  1. Paste the transcript
    seo-blog-writer — here's my YouTube transcript. Target keyword 'pour-over coffee ratio'. Blog version, 1500 words.✓ 복사됨
    → Structured post with your voice preserved
  2. Generate image alt text and FAQ
    Produce the alt text for 5 images and the FAQ schema.✓ 복사됨
    → Alt text specific to the content, FAQ pulled from the transcript's Q&A

결과: A blog post that matches your video and ranks on its own.

조합

다른 MCP와 조합해 10배 효율

seo-blog-writer-claude-skill + claude-code-marketing-skill

Audit the finished post with /seo-audit before publishing

Write the post with seo-blog-writer, then /seo-audit the preview URL.✓ 복사됨
seo-blog-writer-claude-skill + youtube-fetcher-to-markdown-skill

Fetch a YouTube transcript, then write the blog version in one chain

youtube-fetcher-to-markdown https://youtu.be/xyz, then seo-blog-writer target keyword 'X'.✓ 복사됨
seo-blog-writer-claude-skill + github

Open a PR with the new post to your Hugo / Next blog

Write the post, save to content/blog/, open PR.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
write_from_url URL + target keyword + word count Competitor-targeted content 0
write_from_notes raw notes + target keyword You have ideas but no draft 0
write_from_transcript transcript + target keyword Repurposing video 0
generate_seo_pack post body Post is written but needs metadata 0

비용 및 제한

운영 비용

API 쿼터
None
호출당 토큰
Moderate — 3-8k tokens per full post + metadata
금액
Free — skills are local files
Write in one pass rather than iterating paragraph-by-paragraph.

보안

권한, 시크릿, 파급범위

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

문제 해결

자주 발생하는 오류와 해결

Skill not invoked — output reads like generic AI prose

Say 'use seo-blog-writer' explicitly; generic 'write a blog post' routes elsewhere.

확인: ls ~/.claude/skills/seo-blog-writer-claude/SKILL.md
SKILL.md frontmatter wrong

Re-clone; the description drives auto-activation.

확인: head ~/.claude/skills/seo-blog-writer-claude/SKILL.md
Wrong trigger keywords — FAQ schema is missing

Ask explicitly for 'the full SEO pack' or 'generate_seo_pack'.

대안

seo-blog-writer-claude 다른 것과 비교

대안언제 쓰나단점/장점
claude-content-writer-skillYou want multi-format (blog + LinkedIn + newsletter) with brand voice profilingHeavier setup, broader surface
claude-code-marketing-skillYou want SEO auditing and ads, not primarily content writingDifferent focus — marketing ops vs content

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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