✍️
✍️ Writing 📦 Skill Open Source

Claude Blog Skill

Full-stack blog content factory — 30 sub-skills covering ideation, drafting, SEO, visuals, and distribution

9.3
Overall
Open Source
Starting at
9.5
Content
🔬 Skill vs SaaS vs Traditional

Claude Blog Skill is the most complete open-source content factory. Unlike single-purpose tools (Copy.ai for one article, MarketMuse for SEO only), it covers the entire pipeline from keyword to published article with images and social snippets. It's essentially an in-house content team in your terminal.

Quick Install

📦 Skill
Claude CodeCursor
$ npx skills add AgriciDaniel/claude-blog

Typical Use Cases

Turn a keyword into a full SEO-optimized article
Batch-generate 10 blog posts from a content pillar
Create social media snippets from an article automatically
Generate matching hero images for each post

Is Claude Blog Skill right for you?

✅ Best For

  • Bloggers scaling content production
  • SEO teams needing consistent on-page optimization
  • Content agencies automating client deliverables
  • SaaS founders building thought leadership

❌ Not Ideal For

  • × Personal diary bloggers
  • × Writers who prefer to write every word manually
  • × Anyone without a clear SEO strategy

The honest breakdown

✅ Strengths

  • End-to-end: keyword → full article → images → distribution
  • 30 sub-skills for each stage of content production
  • SEO built-in: latent semantic indexing, keyword density, internal linking
  • Hero image generation integrated
  • Automatic social media snippets for multiple platforms
  • 1164 stars — most comprehensive blog skill

❌ Weaknesses

  • × Requires multiple API keys (OpenAI/Anthropic + image generation)
  • × Setup involves configuring many sub-skills
  • × Quality depends on base LLM you choose
  • × Not a 'one-click' — you orchestrate the pipeline

How we scored it

9.3
★★★★★
out of 10
8.5
Ease of Use
9.5
Content Quality
8.5
Reliability
9.5
Value
8.5
Cross-Platform

What you get

Ideation Engine

Input a keyword or topic → generates 10 article angles with meta descriptions, target word count, and outline structure.

Excellent

SEO Optimizer

Analyzes top 10 SERP results for your keyword, suggests headings, keyword density, LSI terms, and internal linking opportunities.

Excellent

Draft Writer

Writes full-length articles (1000-3000 words) following the approved outline, with proper headings, examples, and conclusions.

Excellent

Image Generator

Creates a matching hero image for each article (style consistent with your brand).

Great

Distribution Suite

Automatically writes LinkedIn posts, Twitter threads, Pinterest pins, and newsletter snippets from the article.

Great

Content Calendar

Plans publishing schedule and ensures topical clusters are properly interlinked.

Great

Claude Blog Skill replaces which paid tools

A Skill isn't just an aid — it can replace entire workflows that once needed a separate SaaS.

Grammarly / Hemingway editing Claude Blog Skill
Clearscope / MarketMuse SEO optimization Claude Blog Skill
Manual featured image selection Claude Blog Skill
Social media cross-posting tools Claude Blog Skill

How much does Claude Blog Skill cost?

Open source (MIT). You provide the OpenAI/Anthropic API keys.

RECOMMENDED
Open Source
Free
/Forever
  • All 30 sub-skills
  • SEO optimization
  • Image generation
  • Distribution snippets

The Decision

Claude Blog Skill is a full-stack content factory with 30 specialized sub-skills. It transforms a single keyword into a complete, SEO-optimized blog post with a hero image and distribution assets for LinkedIn, Twitter, and newsletter.

It replaces the entire stack: Grammarly (editing), Clearscope (SEO), Midjourney (images), and Buffer (distribution snippets). All wired together in one Agent pipeline.

Our testing rates it 9.3/10. It is the most comprehensive blog production skill available open-source (1164 stars).

Who It’s For

  • Bloggers looking to scale content output without hiring writers
  • SEO teams needing consistent on-page optimization across many articles
  • Content agencies automating client deliverables
  • SaaS founders building thought leadership at scale

Who Should Skip

  • Personal diary bloggers (no SEO needed)
  • Writers who enjoy crafting every sentence manually
  • Anyone without a clear SEO strategy (this amplifies strategy; it doesn’t replace it)

Why This Skill Matters

Blog content creation is fragmented: you research keywords, write an article, edit it, optimize for SEO, find/create a hero image, then write social posts to promote it. That’s 5+ separate tools and hours of work per article. Claude Blog Skill combines all these steps into a single pipeline that runs in your terminal. Input a keyword, get a ready-to-publish article package.

The Pipeline

Keyword / Topic Input
        |
        v
   Ideation Engine
   Generates 10 angles + outlines
   → Select best angle
        |
        v
   SEO Analysis
   Scrapes top 10 SERP results
   → Suggests: headings, LSI terms, keyword density, internal links
        |
        v
   Draft Writer
   Writes 1000-3000 words
   → Follows outline + SEO suggestions
   → Includes examples, CTAs, conclusions
        |
        v
   Image Generator
   Creates hero image matching article theme
   → Brand-consistent style
   → Multiple aspect ratios
        |
        v
   Distribution Suite
   LinkedIn post (long-form text)
   Twitter thread (5-7 tweets)
   Pinterest pin description
   Newsletter intro snippet
        |
        v
   Content Calendar Integration
   Plans publishing schedule
   → Ensures topical cluster interlinking
        |
        v
   Output Package
   article.md + hero.png + social_posts.md
   Ready for WordPress/Notion/CMS

Core Features

  1. Ideation Engine
    Input a keyword → 10 article angles with meta descriptions, word count targets, and outline structure. No more staring at a blank page. Verdict: excellent.

  2. SEO Optimizer
    SERPs analysis of top 10 results for your keyword. Suggests exact headings, keyword density targets, LSI terms to include, and internal linking opportunities. Verdict: excellent.

  3. Draft Writer
    Writes full-length articles (1,000–3,000 words) that follow the approved outline and incorporate SEO suggestions. Includes examples, actionable takeaways, and proper conclusions. Verdict: excellent.

  4. Image Generator
    Creates a matching hero image for each article. Style consistent with your brand. Multiple aspect ratios for different platforms (Open Graph, Twitter, LinkedIn). Verdict: great.

  5. Distribution Suite
    Automatically extracts key points and writes platform-native promotional content:

    • LinkedIn: long-form post with professional tone
    • Twitter/X: thread with strong hook and tweet-by-tweet narrative
    • Pinterest: pin description with SEO-friendly keywords
    • Newsletter: intro paragraph that teases the article Verdict: great.
  6. Content Calendar
    Plans publishing schedule and ensures that articles within a topical cluster link to each other properly (building topical authority). Verdict: great.

Hands-On

Installation:

npx skills add AgriciDaniel/claude-blog

Configuration (first-time):

# Set your API keys in the skill's .env
export OPENAI_API_KEY=sk-...
# or export ANTHROPIC_API_KEY=sk-...

One-article pipeline:

Using claude-blog:ideate, generate 5 article ideas for "AI agent workflow automation".
Select the best one, then run seo-analysis on it.
After SEO suggestions, run draft-writer to produce the full article.
Finally, generate-hero-image and distribution-posts.

Batch production (10 articles from a pillar):

Using claude-blog:content-pillar,
Pillar topic: "AI Tools for Content Creators"
Generate 10 sub-articles (each 1500 words) covering:
- AI video tools
- AI image tools
- AI writing tools
- AI audio tools
- AI workflow automation
- ...
Include SEO analysis and distribution assets for each.

Customize brand voice:

Set claude-blog brand profile:
- Tone: Professional but approachable
- Reading level: 8th grade (Flesch-Kincaid ~60)
- Include examples: Yes, real-world use cases
- CTA style: Soft (learn more) not aggressive (buy now)

Output file structure:

content/
├── 10-article-ideas.md
├── selected-idea.md
├── seo-analysis.md
├── article-final.md
├── hero-image.png
└── social-posts/
    ├── linkedin.md
    ├── twitter-thread.md
    └── newsletter-intro.md

Real-World Case Study: Automating Blog Posts from Project Folders in 30 Seconds

The Challenge

You’re a solo developer who maintains a personal blog about your projects. Every time you finish a new project, you want to write a blog post about it. But the process is tedious:

  • Find screenshots in the project folder
  • Copy images to the blog’s assets directory
  • Create a new MDX file with correct frontmatter
  • Write the post content
  • Remember the right category and tag format
  • Commit and preview

This takes 30+ minutes per post. Goal: reduce it to a single command that generates the entire post.

The Prompt Chain (Exact Steps)

  1. Create a Custom Blog Skill

    Create a Claude Code Skill file at ~/.claude/skills/blog.md with the following structure:
    
    # Blog Post Skill
    Create a new blog post for jovweb.dev about a project or topic.
    
    ## Usage
    /blog [project-folder-or-topic]
    
    ## Arguments
    - $ARGUMENTS: path to a project folder or a topic to write about
    
    ## Instructions
    1. Parse $ARGUMENTS to get the project folder or topic
    2. If a folder path is provided, explore it to understand:
       - What the project does (check README, package.json, main source files)
       - Key features and technologies used
       - Any screenshots or images in the repo
    3. Find images in /public, /assets, /images, /screenshots
    4. Copy the best image to /path/to/blog/public/assets/blog/
    5. Create an outline based on: problem solved, how it works, key features
    6. Write the blog post content
    7. Create the MDX file with frontmatter (title, description, date, category, tags)

    Agent output: A reusable /blog command that automates the entire blog post creation process.

  2. Create a Rewrite Skill for Style Consistency

    Create a rewrite skill at ~/.claude/skills/rewrite.md:
    
    # Rewrite Skill
    Rewrite text using my personal style guide.
    
    ## Style Guide
    - start with lowercase
    - use "I" not "I"
    - no ending punctuation
    - short, direct sentences
    - stream of consciousness flow

    Agent output: A /rewrite command that converts AI-generated drafts into your personal writing style.

  3. Run the Blog Command

    /blog ~/Sites/hyperscalper

    Agent output: Claude Code explores the hyperscalper project folder, finds screenshots, writes the blog post content, applies the rewrite skill for style consistency, creates the MDX file with correct frontmatter, and commits the changes.

  4. Preview and Publish

    Start the development server to preview the new post.

    Agent output: Blog post appears in the dev server with correct formatting, images, and metadata. Ready to publish.

The Result

  • Before: 30 minutes per blog post (manual image copying, writing, formatting)
  • After: 30 seconds per blog post (single /blog command)
  • Output quality: Posts maintain consistent style, correct frontmatter, and proper image placement
  • Iteration speed: If you need to adjust the content, just ask Claude to modify the draft
  • Cost: Free (uses Claude Code’s built-in skills system)

Key Takeaways for Prompt Engineering

  • Create reusable skills: A well-designed skill eliminates repetitive work across projects.
  • Use $ARGUMENTS for flexibility: Pass project paths, topics, or other parameters to the same skill.
  • Chain skills together: The /blog skill calls /rewrite to apply your writing style — composable automation.
  • Define style guides explicitly: The rewrite skill’s style guide ensures consistent voice across all posts.
  • Automate the boring parts: Image copying, frontmatter formatting, and file creation are perfect for automation.

This workflow turns a 30-minute blog post creation process into a 30-second command.

Pricing

Free (MIT License) — All 30 sub-skills included. No usage limits.

You only pay for the underlying LLM API calls (OpenAI or Anthropic) and any image generation costs (DALL-E 3, Stable Diffusion).

Verdict: 9.3/10

Claude Blog Skill is a complete content production system. For bloggers and SEO teams, it removes the friction between keyword research, writing, optimization, visuals, and promotion. The ability to go from “AI agent workflows” to a 2000-word SEO-ready article with images and social posts in one sitting is unprecedented. It’s the closest thing to having an AI content team that understands your brand.

Try It

npx skills add AgriciDaniel/claude-blog

Source Code · 1164 ⭐ · MIT License

FAQ

Q: How many articles can I produce per day?
A: Throughput depends on your API rate limits and the length of articles. For 1500-word pieces, expect ~15-30 minutes per article from start to finish (including image generation). You can batch multiple runs to scale.

Q: Can I use my own existing content as training data?
A: Yes. The skill supports sample articles to learn your style. Provide 3-5 exemplars and Claude will mimic your tone and structure.

Q: Does it really produce SEO-optimized content?
A: The SEO sub-skill analyzes top 10 SERP results and suggests specific improvements. It’s not magic — you still need to review for E-E-A-T (experience, expertise, authoritativeness, trust) — but it gives you a strong foundation.

Q: What if I want to publish on Medium/WordPress/Notion?
A: The output is plain Markdown (article-final.md) plus image files. You can copy-paste into any CMS. Some integrations exist for direct WordPress publishing via MCP servers.

Q: Can I add my own sub-skills or customize the pipeline?
A: Yes. The skill is modular. You can use individual sub-skills (claude-blog:seo-analysis, claude-blog:hero-image) or reorder steps to match your workflow.

Q: Is there a risk of duplicate content?
A: The content is generated fresh per keyword. However, if you run the same keyword twice, outputs will differ but may overlap. Always check for uniqueness before publishing, especially if SEO is critical.

Maintenance Status

Maintainer
AgriciDaniel
Last Updated
2026-06
Status
Active

Common questions

This is a *pipeline*. It orchestrates 30 specialized sub-skills: ideation, SEO analysis, drafting, image gen, distribution. You don't have to manually copy/paste between steps. It also uses proven templates for each stage.
Yes. Define your brand voice once (tone, reading level, examples), and the skill adapts all outputs accordingly.
Yes. The skill writes draft content. For factual topics, you should verify claims, especially for YMYL (your money your life) niches.
DALL-E 3 and Stable Diffusion via the same config as Generative Media Skills.

Ready to try Claude Blog Skill?

Experience the next generation of creator skills.

Try Claude Blog Skill

Some links are affiliate links. We may earn a commission if you sign up — at no extra cost to you.