/ Каталог / Песочница / claude-blog
● Сообщество AgriciDaniel ⚡ Сразу

claude-blog

автор AgriciDaniel · AgriciDaniel/claude-blog

A 22-skill blog ecosystem with /blog slash commands — 4 agent personas (Researcher, Writer, SEO, Reviewer) and dual Google + AI-citation optimization.

Turns Claude Code into a blog ops team. /blog write, rewrite, brief, outline, strategy, seo-check, schema, geo, audit, factcheck, cannibalization, repurpose, and more. Four agent personas hand off to each other. Persona management uses NNGroup's 4-dimension framework for tone control. Optimizes for both Google E-E-A-T and AI platform citations.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

claude-blog-skill.replay ▶ готово
0/0

Установка

Выберите клиент

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

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

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

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

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

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

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

Continue использует массив объектов серверов, а не map.

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

Добавьте в context_servers. Zed перезагружается автоматически.

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

Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.

Сценарии использования

Реальные сценарии: claude-blog

Write a 1500-word post from brief to publish-ready

👤 Content marketers and solo founders running a blog ⏱ ~60 min intermediate

Когда использовать: You have a topic and want a post that ranks AND gets cited by AI.

Поток
  1. Brief
    /blog brief on 'self-hosting Postgres in 2026' — target developer audience.✓ Скопировано
    → Brief with target keyword, intent, outline, internal links
  2. Write
    /blog write using the brief.✓ Скопировано
    → Full draft in your configured tone
  3. Audit
    /blog audit and /blog seo-check.✓ Скопировано
    → E-E-A-T + on-page SEO pass with specific fixes
  4. GEO + schema
    /blog geo and /blog schema.✓ Скопировано
    → AI-citation optimizations and JSON-LD

Итог: A publish-ready post optimized for both search and AI.

Подводные камни
  • AI-sounding copy fails Reviewer persona — Configure the Writer persona with real brand voice samples
Сочетать с: md2wechat-skill · pinme-skill

Find and fix keyword cannibalization in an existing blog

👤 SEO editors with 50+ posts ⏱ ~40 min intermediate

Когда использовать: Rankings fluctuate for key terms and you suspect overlapping posts.

Поток
  1. Run the scan
    /blog cannibalization on https://blog.example.com sitemap.✓ Скопировано
    → Pairs of competing URLs with severity
  2. Merge or differentiate
    For the top 3 pairs, recommend merge vs differentiate with a plan.✓ Скопировано
    → Per-pair action plan

Итог: A remediation plan that lifts aggregate rankings.

Подводные камни
  • Aggressive merging tanks long-tail rankings — Skill flags when differentiation is safer than merge

Repurpose a post into email, Twitter thread, and LinkedIn carousel

👤 Distribution-focused creators ⏱ ~20 min beginner

Когда использовать: A post did well and you want to get 5x the mileage.

Поток
  1. Repurpose
    /blog repurpose my latest post into a 5-email sequence, a 12-tweet thread, and an 8-slide LinkedIn carousel.✓ Скопировано
    → Each format with native voice, not just chopped-up excerpts

Итог: Three channel-specific assets ready to ship.

Подводные камни
  • LinkedIn carousel reads like a Twitter thread — Skill tailors per channel but review before shipping
Сочетать с: claude-ads-skill

Комбинации

Сочетайте с другими MCP — эффект x10

/blog image briefs feed into Nano Banana prompt recommendations

Run /blog image, then ask nano-banana-pro-prompts to pick the best matching prompt.✓ Скопировано
claude-blog-skill + md2wechat-skill

Write in Claude, publish to WeChat Official Account

Write the post via /blog write, then md2wechat-skill to push to 公众号 drafts.✓ Скопировано
claude-blog-skill + firecrawl

Pull competitor posts for cannibalization analysis

Firecrawl the top 5 competitor posts ranking for our target, then feed into /blog cannibalization.✓ Скопировано

Инструменты

Что предоставляет этот MCP

ИнструментВходные данныеКогда вызыватьСтоимость
/blog write + rewrite + brief + outline topic or existing draft Core writing workflow Tokens only
/blog audit + seo-check + factcheck draft or URL Pre-publish QA Tokens only
/blog geo + schema + image draft Optimization pass Tokens only
/blog cannibalization + repurpose sitemap or post URL Distribution and site-health Tokens only
/blog google (13 variants) GSC/PageSpeed property Data-grounded decisions Free API

Стоимость и лимиты

Во что обходится

Квота API
None for the skill; Google APIs free tier
Токенов на вызов
Full write flow: 15-30k tokens. Individual command: 2-5k.
Деньги
Free — skill is local
Совет
Run audit/optimize on existing posts before ramping to new content.

Безопасность

Права, секреты, радиус поражения

Хранение учётных данных: Google API keys in env vars if using /blog google. No credentials in the skill.
Исходящий трафик: Only to sites you audit and Google APIs

Устранение неполадок

Частые ошибки и исправления

Tone feels generic after /blog write

Configure the Writer persona via the NNGroup 4 dimensions before running.

/blog google returns auth error

Enable Search Console / PageSpeed APIs in your GCP project.

Schema JSON-LD invalid

Run through Google's Rich Results Test; skill can regenerate with warnings incorporated.

Альтернативы

claude-blog в сравнении

АльтернативаКогда использоватьКомпромисс
claude-seo-skillYou need broader technical SEO, not just blog contentLess blog-workflow depth
seo-geo-claude-skillYou want lean phase-based SEO skillsFewer slash commands

Ещё

Ресурсы

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

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

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