content-creator

content-creator is a skill for Codex from bestagentkits/agency-skills. It costs 104 tokens per session (625 once invoked), scanned A, a copy of content-creator, MIT.

A redirect workflow for old requests to a general content-creator skill. It sends writing and SEO requests to content production, planning requests to content strategy, and social requests to a social-content specialist.

In plain words
What is it for?
Use it when someone asks for a content creator, blog post, article, guide, content plan, topic cluster, content calendar, brand-voice analysis, SEO optimization, or social content.
Why use it?
It prevents one broad skill from handling unrelated jobs and makes legacy requests reach the more suitable specialist. If the original request is ambiguous, it uses the closest listed intent.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it when someone asks for a content creator, blog post, article, guide, content plan, topic cluster, content calendar, brand-voice analysis, SEO optimization, or social content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bestagentkits/agency-skills/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 bestagentkits/agency-skills --skill content-creator
Clone the repo
git clone --depth 1 https://github.com/bestagentkits/agency-skills

Made for: 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/bestagentkits/agency-skills/content-creator/github.svg)](https://agentmods.dev/skills/bestagentkits/agency-skills/content-creator)
Your own site
<a href="https://agentmods.dev/skills/bestagentkits/agency-skills/content-creator"><img src="https://agentmods.dev/badge/skills/bestagentkits/agency-skills/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/bestagentkits/agency-skills/content-creator"><img src="https://agentmods.dev/badge/skills/bestagentkits/agency-skills/content-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 625 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 91% copy Near-identical to another mod 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.00104 $0.00625
Opus 5 $0.00052 $0.00313
Sonnet 5 $0.00021 $0.00125
Haiku 4.5 $0.00010 $0.00063

Measured 7d ago against content hash df0e82c8f8c6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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.

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.

Origin

This is a copy

91% identical to content-creator — 10 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/claude-skills/content-creator/SKILL.md · 56 lines

How it starts

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

Content Creator → Redirected

This skill has been split into two specialist skills. Use the one that matches your intent:

You want to... Use this instead
Write a blog post, article, or guide content-production
Plan what content to create, topic clusters, calendar content-strategy
Analyze brand voice content-production (includes brand_voice_analyzer.py)
Optimize SEO for existing content content-production (includes seo_optimizer.py)
Create social media content social-content

Why the Change

The original content-creator tried to do everything: planning, writing, SEO, social, brand voice. That made it a jack of all trades. The specialist skills do each job better:

  • content-production — Full pipeline: research → brief → draft → optimize → publish. Includes all Python tools from the original content-creator.
  • content-strategy — Strategic planning: topic clusters, keyword research, content calendars, prioritization frameworks.

Proactive Triggers

  • User asks "content creator" → Route to content-production (most likely intent is writing).
  • User asks "content plan" or "what should I write" → Route to content-strategy.

Output Artifacts

When you ask for... Routed to...
"Write a blog post" content-production
"Content calendar" content-strategy
"Brand voice analysis" content-production (brand_voice_analyzer.py)
"SEO optimization" content-production (seo_optimizer.py)

Communication

This is a redirect skill. Route the user to the correct specialist — don't attempt to handle the request here.

  • content-production: Full content execution pipeline (successor).
  • content-strategy: Content planning and topic selection (successor).
  • content-humanizer: Post-processing AI content to sound authentic.
  • marketing-context: Foundation context that both successors read.

Read the full file on GitHub · 56 lines

Files

What ships with it

8 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 · 56 lines · 104 tokens per session scan A df0e82c8f8c6

Subscribe to this mod's changes

content-creator is a skill published in the GitHub repository bestagentkits/agency-skills (11 stars, last pushed 2mo ago), licensed MIT. It adds 104 tokens to every session and 625 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to content-creator, differing in 10 lines, and is treated as a copy.

Related

Other skills, from other repositories

exposure-risk-quantification

FAIR-aligned exposure quantification: turns a pile of recon findings into a defensible 0-100 + A-F org risk score (Likelihood x Impact, three ownership-aware factors: exposure/threat/impact), an ownership + proof demotion cap so unproven or weakly-owned findings can't inflate the number, a $-denominated FAIR…

elementalsouls/Claude-OSINT · 235 tokens

osint-methodology

Comprehensive OSINT methodology for external red-team operations and authorized attack-surface assessments. Covers the 6-stage recon pipeline (seed → asset expansion → enrichment → exposure analysis → convergence → operator-armed active validation) with connector-resilience and stage-vs-gating discipline, asset-graph…

elementalsouls/Claude-OSINT · 150 tokens

bencium-impact-designer

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics. Based on Anthropic's Frontend Designer Skill.

bencium/bencium-marketplace · 56 tokens

file-processing

Process and analyze CSV, JSON, and text files with data transformation, cleaning, analysis, and visualization capabilities.

aws-samples/sample-strands-agents-agentskills · 24 tokens

design-audit

Premium UI/UX design audit and refinement skill. Conducts systematic visual audits of existing apps and produces phased, implementation-ready design plans. Use this skill whenever the user asks to audit a UI, improve an app's visual design, make an interface feel more polished or premium, review design consistency…

bencium/bencium-marketplace · 140 tokens

bencium-code-conventions

Bence's code style, tech stack, and workflow conventions.

bencium/bencium-marketplace · 19 tokens