blog-post

blog-post is a skill for Claude Code, Codex from NickCrew/Claude-Cortex. It costs 70 tokens per session (2,661 once invoked), scanned A, original, MIT.

Use this skill when writing blog posts, articles, or long-form web content—from quick how-to guides to in-depth opinion pieces. Trigger phrases: 'write a blog post about', 'draft an article on', 'create a post for my blog'. Do NOT use for academic papers, news reporting, or content requiring real-time facts.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/nickcrew/claude-cortex/blog-post
Any agent
npx skills add NickCrew/Claude-Cortex --skill blog-post
Clone the repo
git clone --depth 1 https://github.com/NickCrew/Claude-Cortex

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for blog-post

README.md
[![agentmods](https://agentmods.dev/badge/skills/nickcrew/claude-cortex/blog-post.svg)](https://agentmods.dev/skills/nickcrew/claude-cortex/blog-post)
Your own site
<a href="https://agentmods.dev/skills/nickcrew/claude-cortex/blog-post"><img src="https://agentmods.dev/badge/skills/nickcrew/claude-cortex/blog-post.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,661 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00070 $0.02661
Opus 5 $0.00035 $0.01331
Sonnet 5 $0.00014 $0.00532
Haiku 4.5 $0.00007 $0.00266

Measured today against content hash ffc7176d6bca, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

blog-post 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 today.

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.

skills/blog-post/SKILL.md · 236 lines

How it starts

The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Blog Post

Overview

This skill helps you write compelling, well-structured blog posts that engage readers from the opening hook to the final call to action. It covers SEO fundamentals, headline formulas, tone matching to your brand voice, and the right word count for your goal—whether you're publishing a punchy 800-word opinion piece or a comprehensive 2,000-word tutorial. The output is publication-ready content, not a rough draft.

When to Use

  • Writing how-to tutorials and step-by-step guides
  • Drafting opinion or thought-leadership articles
  • Creating listicles and roundup posts
  • Producing SEO-targeted content around a keyword
  • Repurposing research or notes into readable web content
  • Writing content marketing pieces that drive traffic

When NOT to Use

  • Academic or peer-reviewed papers (use academic-essay skill instead)
  • News articles requiring verified, real-time information
  • Press releases (distinct format and distribution requirements)
  • Social media posts (use social-media skill instead)
  • Technical documentation (use technical-writer skill instead)

Quick Reference

Task Approach
Hook Start with a stat, question, or bold claim in the first 2 sentences
Headline Use formulas: "How to X", "N Ways to Y", "Why Z"
Word count Tutorial: 1,200–2,000 words; Opinion: 800–1,200 words; Listicle: 1,000–1,500 words
SEO Include primary keyword in title, first paragraph, one H2, and meta description
Paragraphs Keep to 3–4 sentences max for web readability
CTA One clear call-to-action at the end; optionally one mid-post
Subheadings Every 200–300 words to break up the wall of text

Instructions

  1. Identify the post type and goal. Determine whether this is a tutorial, opinion, listicle, or case study. Clarify the target audience (beginner vs. expert), the primary keyword if SEO matters, and the desired word count range.

  2. Craft the headline first. Use a proven formula:

    • How-to: "How to [Achieve Result] in [Timeframe/Steps]"
    • Listicle: "[Number] [Adjective] Ways to [Achieve Goal]"
    • Opinion: "Why [Counterintuitive Claim] Is Actually [Positive Outcome]"
    • Question: "Is [Common Belief] Really [Worth It/True]?"

Read the full file on GitHub · 236 lines

Changes

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.

  1. today First seen · 236 lines · 70 tokens per session scan A ffc7176d6bca

Subscribe to this mod's changes

blog-post is a skill published in the GitHub repository NickCrew/Claude-Cortex (37 stars, last pushed 2mo ago), licensed MIT. It adds 70 tokens to every session and 2,661 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

affiliate-blog-builder

Write SEO-optimized affiliate blog articles, product reviews, comparison posts, listicles, and how-to guides. Triggers on: "write a blog post about", "review of [product]", "best [category] article", "comparison blog", "affiliate blog", "SEO article", "write a review", "product roundup", "blog content for affiliate"…

Affitor/affiliate-skills · 110 tokens

wp-article-writer

Write WordPress-ready SEO + GEO articles with search-intent structure, snippet targeting, and front matter that maps to the REST API. Use when drafting a blog post or article for WordPress.

VUVAX/press-rank · 45 tokens

content-refresher

Refresh declining or outdated WordPress posts with current stats, GEO updates, new sections, and a re-publish strategy. Use when traffic drops or content is stale.

VUVAX/press-rank · 38 tokens

geo-optimizer

Make content quotable and citable by AI answer engines (ChatGPT, Perplexity, Google AI Overviews) with answer-first structure, sourced stats, entities, and FAQ blocks. Use for GEO / AI-search optimization.

VUVAX/press-rank · 50 tokens

internal-linker

Suggest contextual internal links with descriptive anchor text, fix orphan pages, and distribute link authority across a WordPress site. Use for internal linking and site architecture.

VUVAX/press-rank · 35 tokens

keyword-mapper

Map primary, secondary, and semantic keywords across an article outline with intent tags and placement rules. Use when planning keyword coverage or checking for stuffing/cannibalization.

VUVAX/press-rank · 37 tokens