/ Каталог / Песочница / 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 использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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

Щёлкните значок MCP Servers на боковой панели Cline, затем "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 использует массив объектов серверов, а не map.

~/.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
Сочетать с: claude-code-marketing-skill · github

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 — эффект x10

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

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills