content-creator

content-creator is a skill for Claude Code, Codex from thatrebeccarae/claude-marketing. It costs 71 tokens per session (950 once invoked), scanned A, original, MIT.

A content marketing toolkit for analysing brand voice, planning content, improving search-focused writing, and creating material for different platforms. It also includes scripts for some analysis tasks.

In plain words
What is it for?
Use it to study existing writing, define brand guidelines, write blog posts, plan a content calendar, and create platform-specific content.
Why use it?
It brings voice guidance, search optimisation, social planning, and content calendars into one workflow instead of separate tools and documents.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code.

Good fit Use it to study existing writing, define brand guidelines, write blog posts, plan a content calendar, and create platform-specific content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thatrebeccarae/claude-marketing/content-creator
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.

Any agent
npx skills add thatrebeccarae/claude-marketing --skill content-creator
Clone the repo
git clone --depth 1 https://github.com/thatrebeccarae/claude-marketing

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 content-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/thatrebeccarae/claude-marketing/content-creator/github.svg)](https://agentmods.dev/skills/thatrebeccarae/claude-marketing/content-creator)
Your own site
<a href="https://agentmods.dev/skills/thatrebeccarae/claude-marketing/content-creator"><img src="https://agentmods.dev/badge/skills/thatrebeccarae/claude-marketing/content-creator/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.

agentmods 80×15 button for content-creator

Your own site · 80×15
<a href="https://agentmods.dev/skills/thatrebeccarae/claude-marketing/content-creator"><img src="https://agentmods.dev/badge/skills/thatrebeccarae/claude-marketing/content-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 950 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00071 $0.00950
Opus 5 $0.00036 $0.00475
Sonnet 5 $0.00014 $0.00190
Haiku 4.5 $0.00007 $0.00095

Measured 7d ago against content hash ab6b8a1aa5b0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

content-creator 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 7d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/brand_voice_analyzer.py, scripts/seo_optimizer.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/content-creator/SKILL.md · 123 lines

How it starts

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

Content Creator

Professional-grade brand voice analysis, SEO optimization, and platform-specific content frameworks with executable Python tools.

Install

git clone https://github.com/thatrebeccarae/claude-marketing.git && cp -r claude-marketing/skills/content-creator ~/.claude/skills/

How this differs from seo-content-writer: The seo-content-writer skill focuses on deep SEO writing — keyword research, on-page optimization, meta tags, heading hierarchy. This skill is the broader content marketing toolkit — brand voice development, content calendars, multi-platform strategy, and includes executable Python scripts for analysis.

Core Workflows

Brand Voice Development

  1. Analyze Existing Content (if available)

    python scripts/brand_voice_analyzer.py existing_content.txt
    
  2. Define Voice Attributes

    • Review brand personality archetypes in REFERENCE.md
    • Select primary and secondary archetypes
    • Choose 3-5 tone attributes
    • Document in brand guidelines
  3. Create Voice Sample

    • Write 3 sample pieces in chosen voice
    • Test consistency using analyzer
    • Refine based on results

Creating SEO-Optimized Blog Posts

  1. Keyword Research

    • Identify primary keyword (search volume 500-5000/month)
    • Find 3-5 secondary keywords
    • List 10-15 LSI keywords
  2. Content Structure

    • Use blog template from REFERENCE.md
    • Include keyword in title, first paragraph, and 2-3 H2s
    • Aim for 1,500-2,500 words for comprehensive coverage
  3. Optimization Check

    python scripts/seo_optimizer.py blog_post.md "primary keyword" "secondary,keywords,list"
    
  4. Apply SEO Recommendations

    • Adjust keyword density to 1-3%
    • Ensure proper heading structure
    • Add internal and external links
    • Optimize meta description

Social Media Content Creation

  1. Platform Selection — Identify primary platforms based on audience
  2. Content Adaptation — Start with core message, use repurposing matrix from REFERENCE.md
  3. Optimization — Platform-appropriate length, optimal posting time, correct image dimensions

Read the full file on GitHub · 123 lines

Files

What ships with it

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

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. 7d ago First seen · 123 lines · 71 tokens per session scan A ab6b8a1aa5b0

Subscribe to this mod's changes

content-creator is a skill published in the GitHub repository thatrebeccarae/claude-marketing (134 stars, last pushed 3mo ago), licensed MIT. It adds 71 tokens to every session and 950 once invoked, about $0.0004 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.