claude-blog is a Claude Code skill suite for planning, writing, optimizing, auditing, localizing, and refreshing blog content. It is for content and SEO workflows that produce articles and related publishing artifacts while checking drafts against defined delivery criteria. The catalogue entries provide the skills, agents, plugins, and instruction used by this workflow.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add AgriciDaniel/claude-blog --skill braingit clone --depth 1 https://github.com/AgriciDaniel/claude-blogWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/agricidaniel/claude-blog/brain)<a href="https://agentmods.dev/skills/agricidaniel/claude-blog/brain"><img src="https://agentmods.dev/badge/skills/agricidaniel/claude-blog/brain/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/agricidaniel/claude-blog/brain"><img src="https://agentmods.dev/badge/skills/agricidaniel/claude-blog/brain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00342 | $0.01080 |
| Opus 5 | $0.00171 | $0.00540 |
| Sonnet 5 | $0.00068 | $0.00216 |
| Haiku 4.5 | $0.00034 | $0.00108 |
Grade A, and why
claude-blog-brain scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Blog Brain
Operate the vault first. Read CODEX.md, wiki/hot.md, and wiki/index.md
before changing notes.
Commands
/claude-blog-brain new <client-slug> --owner <name>
/claude-blog-brain demo
/claude-blog-brain ingest --vault <path> --file <source>
/claude-blog-brain synthesize --vault <path>
/claude-blog-brain report --vault <path>
/claude-blog-brain visuals --vault <path>
/claude-blog-brain lint --vault <path>
/claude-blog-brain next --vault <path>
Source checkout equivalent:
claude-blog-brain new <client-slug> --owner <name>
claude-blog-brain demo
claude-blog-brain ingest --vault <path> --file <source>
claude-blog-brain synthesize --vault <path>
claude-blog-brain report --vault <path> --html-only
Required Operating Rules
- Read
<vault>/CODEX.md. - Read
<vault>/wiki/hot.md. - Read
<vault>/wiki/index.md. - Preserve
.raw/as immutable source material. - Never store credentials in the vault.
- Never make domain-specific claims without dated trustworthy sources.
- Keep
hot,index,overview, andlogcurrent. - Record research evidence in
references/source-ledger.json. - Record domain adapter completion in
references/adapter-manifest.json.
Script Mapping
new->python scripts/scaffold_vault.pydemo->python scripts/build_demo_vault.pyingest->python scripts/ingest_source.pysynthesize->python scripts/synthesize_brain.pyreport->python scripts/render_brain_report.pyvisuals->python scripts/generate_vault_visuals.pylint->python scripts/lint_vault.pynext->python scripts/guide_next_action.py
Quality Gates
- No ranking or traffic guarantee; content outcomes are probabilistic and never certain
- No credentials, tokens, API keys, or private client content in repo artifacts
- No mutation of a CMS, GSC, GA4, or publishing platform; the brain is advisory and read-only
- No recommendation without a dated source, confidence level, and rollback note
- No deprecated advice (HowTo schema, retired FAQ rich results, FID) presented as current
- No fabricated or unsourced statistics and no generic, unsupported, or low-quality generated filler presented as fact
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- _attachments/brain-relationship-map.svg 14 KB
- .claude-plugin/marketplace.json 1.2 KB
- .claude-plugin/plugin.json 1.0 KB
- .github/CODEOWNERS 16 B
- .github/dependabot.yml 118 B
- .github/ISSUE_TEMPLATE/bug_report.yml 568 B
- .github/ISSUE_TEMPLATE/config.yml 28 B
- .github/PULL_REQUEST_TEMPLATE.md 380 B
- .github/workflows/ci.yml 913 B
- .gitignore 151 B
- .obsidian/graph.json 2.0 KB
- .raw/.manifest.json 68 KB
- .raw/sources/claude-blog-brain-data/google-updates.json 13 KB
- .raw/sources/claude-blog-skill/.claude-plugin/plugin.json 1.5 KB
- .raw/sources/claude-blog-skill/agents/blog-researcher.md 12 KB
- .raw/sources/claude-blog-skill/agents/blog-reviewer.md 11 KB
- .raw/sources/claude-blog-skill/agents/blog-seo.md 4.5 KB
- .raw/sources/claude-blog-skill/agents/blog-translator.md 6.5 KB
- .raw/sources/claude-blog-skill/agents/blog-writer.md 7.6 KB
- .raw/sources/claude-blog-skill/CHANGELOG.md 97 KB
- .raw/sources/claude-blog-skill/CITATION.cff 605 B
- .raw/sources/claude-blog-skill/CLAUDE.md 11 KB
- .raw/sources/claude-blog-skill/docs/ARCHITECTURE.md 22 KB
- .raw/sources/claude-blog-skill/docs/COMMANDS.md 26 KB
- .raw/sources/claude-blog-skill/docs/CONTRIBUTORS.md 11 KB
- .raw/sources/claude-blog-skill/docs/DEMO.md 8.2 KB
- .raw/sources/claude-blog-skill/docs/INSTALLATION.md 11 KB
- .raw/sources/claude-blog-skill/docs/MCP-INTEGRATION.md 20 KB
- .raw/sources/claude-blog-skill/docs/PRIVACY.md 3.7 KB
- .raw/sources/claude-blog-skill/docs/PUBLISHING.md 5.9 KB
- .raw/sources/claude-blog-skill/docs/RELEASE_CHECKLIST.md 1.3 KB
- .raw/sources/claude-blog-skill/docs/TEMPLATES.md 13 KB
- .raw/sources/claude-blog-skill/docs/TODO.md 2.0 KB
- .raw/sources/claude-blog-skill/docs/TROUBLESHOOTING.md 12 KB
- .raw/sources/claude-blog-skill/LICENSE 1.0 KB
- .raw/sources/claude-blog-skill/NOTICE 4.2 KB
- .raw/sources/claude-blog-skill/README.md 27 KB
- .raw/sources/claude-blog-skill/scripts/ai_citation_score.py 20 KB runs code
- .raw/sources/claude-blog-skill/scripts/analyze_blog.py 72 KB runs code
- .raw/sources/claude-blog-skill/scripts/blog_hygiene.py 7.6 KB runs code
- .raw/sources/claude-blog-skill/scripts/blog_preflight.py 43 KB runs code
- .raw/sources/claude-blog-skill/scripts/blog_render.py 29 KB runs code
- .raw/sources/claude-blog-skill/scripts/cognitive_load.py 19 KB runs code
- .raw/sources/claude-blog-skill/scripts/content_decay.py 15 KB runs code
- .raw/sources/claude-blog-skill/scripts/discourse_research.py 35 KB runs code
- .raw/sources/claude-blog-skill/scripts/generate_hero.py 19 KB runs code
- .raw/sources/claude-blog-skill/scripts/lint_prose.py 5.5 KB runs code
- .raw/sources/claude-blog-skill/scripts/load_untrusted_root.py 9.8 KB runs code
- .raw/sources/claude-blog-skill/scripts/quality_gate.py 7.2 KB runs code
- .raw/sources/claude-blog-skill/scripts/style_learn.py 21 KB runs code
- .raw/sources/claude-blog-skill/scripts/sync_flow.py 16 KB runs code
- .raw/sources/claude-blog-skill/skills/blog-analyze/SKILL.md 14 KB
- .raw/sources/claude-blog-skill/skills/blog-audio/SKILL.md 8.6 KB
- .raw/sources/claude-blog-skill/skills/blog-audit/SKILL.md 9.4 KB
- .raw/sources/claude-blog-skill/skills/blog-brand/SKILL.md 9.0 KB
- .raw/sources/claude-blog-skill/skills/blog-brief/SKILL.md 12 KB
- .raw/sources/claude-blog-skill/skills/blog-calendar/SKILL.md 11 KB
- .raw/sources/claude-blog-skill/skills/blog-cannibalization/SKILL.md 8.6 KB
- .raw/sources/claude-blog-skill/skills/blog-chart/SKILL.md 9.9 KB
- .raw/sources/claude-blog-skill/skills/blog-cluster/SKILL.md 19 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 85 lines · 342 tokens per session scan A 2fd3b999ea11
claude-blog-brain is a skill published in the GitHub repository AgriciDaniel/claude-blog (2,093 stars, last pushed 4d ago), licensed MIT. It adds 342 tokens to every session and 1,080 once invoked, about $0.0017 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
banana
Direct, generate, edit, compare, and review visual assets with current Google Gemini image models. Use for image creation, image editing, reference-based consistency, product and character visuals, text-bearing graphics, grounded diagrams, video-derived images, and multi-model image portfolios.
shorts
Interactive longform-to-shortform video creator. Extracts viral-ready short clips from long videos using Claude as the orchestrator. Transcribes with faster-whisper (GPU), Claude scores and presents candidate segments interactively, user picks and adjusts, Remotion renders premium animated captions (Bold/Bounce/Clean…
repurpose
Content Repurposing Engine. Transforms any content (YouTube videos, blog posts, podcasts, local files, pasted text) into platform-optimized outputs for Twitter/X, Threads, LinkedIn, Instagram, TikTok, Pinterest, Snapchat, Facebook, YouTube Community, Skool, Discord, Reddit, Quora, Medium, WhatsApp Channels, Telegram…
repurpose-medium
Generates Medium publication content from content atoms: long-form articles (1500-3000 words) with narrative arc, SEO-optimized titles and subtitles, tag and publication targeting, and canonical crosspost handling. Optimizes for Google indexing, read time, and publication submission. Sub-skill of the Content…
repurpose-calendar
Generates a 7-day publishing calendar with staggered posts, optimal timing per platform, file references, engagement reminders, and theme-day grouping. Prevents audience fatigue by limiting to 2-3 posts per day. Sub-skill of the Content Repurposing Engine. Use when user says "publishing calendar", "content calendar"…
repurpose-discord
Generates Discord community content from content atoms: announcement posts for channels, discussion thread prompts designed for reply-generation, and rich embed messages with structured fields. Enforces casual peer tone, reaction prompts, and conversation-first design. Sub-skill of the Content Repurposing Engine. Use…