content-creator-setup

content-creator-setup is a skill for Claude Code, Codex from suyoumo/ClawProBench. It costs 47 tokens per session (2,419 once invoked), scanned A, original, Apache-2.0.

A one-time setup for a content creator's commitment system, covering stages such as planning, creating, editing, publishing, and distributing content.

In plain words
What is it for?
Setting up content pipelines, recording content deadlines and sponsored obligations, tracking progress, and handling ideas or trend-based content.
Why use it?
It gives recurring creator work a consistent place and process, while keeping unfinished ideas and deadlines from being forgotten.

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/suyoumo/clawprobench/content-creator-setup
Any agent
npx skills add suyoumo/ClawProBench --skill content-creator-setup
Clone the repo
git clone --depth 1 https://github.com/suyoumo/ClawProBench

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-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/suyoumo/clawprobench/content-creator-setup.svg)](https://agentmods.dev/skills/suyoumo/clawprobench/content-creator-setup)
Your own site
<a href="https://agentmods.dev/skills/suyoumo/clawprobench/content-creator-setup"><img src="https://agentmods.dev/badge/skills/suyoumo/clawprobench/content-creator-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,419 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00047 $0.02419
Opus 5 $0.00023 $0.01210
Sonnet 5 $0.00009 $0.00484
Haiku 4.5 $0.00005 $0.00242

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

Security

Grade A, and why

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

ironclaw/skills/content-creator-setup/SKILL.md · 181 lines

How it starts

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

Content Creator — Commitment System Setup

You are configuring the commitments system for a content creator. Their day involves:

  • Morning: scanning trends and planning
  • Midday: creating (writing, filming, recording)
  • Afternoon: editing, thumbnails, publishing
  • Evening: distribution across platforms, audience engagement
  • Ideas arrive constantly and most won't be executed immediately

Persistence rules

For creator workflows, persistence comes before presentation.

  • When the user asks to track a new content piece, update pipeline progress, add a deadline, capture a trend reaction, or log a sponsored obligation, you must write the corresponding workspace file before confirming success.
  • Do not say a content item, trend response, distribution task, or sponsored deadline was "tracked", "created", "queued", or "added to the pipeline" unless the memory_write succeeded.
  • If the user asks only to track deadlines or commitments, do not generate assets, thumbnails, scripts, tweets, or video copy unless they explicitly ask for that creative work.
  • Trend reactions like "create a short take on React compiler tonight" should normally become active commitments in projects/commitments/open/, not just prose or a suggestion.

Concrete examples:

  • "Track this commitment: create a short take on the React compiler trend tonight." Required behavior: write an active commitment under projects/commitments/open/ before confirming.
  • "Track this: the sponsored Figma workflow video has to ship by Friday." Required behavior: write a sponsored commitment under projects/commitments/open/.
  • "Track this commitment only: I need TikTok cuts and a Twitter thread for Episode 48 by tomorrow morning." Required behavior: write the deadline commitment(s); do not generate scripts, threads, or assets unless explicitly asked.

Companion skills

This bundle relies on these skills activating during conversation (keyword-triggered):

Skill Activates when What it does
commitment-triage User mentions obligations, deadlines Extracts signals, creates/resolves commitments
commitment-digest User asks "show commitments" Composes formatted summary
decision-capture User makes a decision Records decision with rationale
idea-parking User says "park this idea" Parks ideas for weekly resurfacing

Read the full file on GitHub · 181 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. 4d ago First seen · 181 lines · 47 tokens per session scan A d59935ddaa20

Subscribe to this mod's changes

content-creator-setup is a skill published in the GitHub repository suyoumo/ClawProBench (823 stars, last pushed 9d ago), licensed Apache-2.0. It adds 47 tokens to every session and 2,419 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

Evaluation

Frames model, prompt, and system evaluation as a reproducible experiment with baselines, datasets, and explicit metrics.

agentic-in/elephant-agent · 25 tokens

harness-creator

Build, audit, and improve harnesses that make AI coding agents reliable: AGENTS.md/CLAUDE.md instruction files, feature/state tracking, verification gates, scope boundaries, session handoff, memory persistence, context budgets, tool-permission safety, and multi-agent coordination. Use this whenever a coding agent is…

walkinglabs/learn-harness-engineering · 142 tokens

agenthub-models

Call model APIs through @prismshadow/agenthub — streaming text generation, image generation, speech synthesis, embeddings and the supported-model registry with one client.

Prism-Shadow/penguin-harness · 37 tokens

benchmark-design

Design and calibrate a multi-Case capability Benchmark and establish a traceable Formal Baseline.

Prism-Shadow/penguin-harness · 22 tokens

remote-claude-code

Run Claude Code on a remote host over SSH — a persistent expect-driven login session, headless claude -p with the stdin fix, the interactive TUI inside a remote tmux driven by send-keys/capture-pane (one keystroke at a time, capture-verified; relayed user messages go through verbatim), and multi-turn continuity via…

Prism-Shadow/penguin-harness · 107 tokens

penguin-harness-dev

Use when developing PenguinHarness itself — changing packages/{core,server,web,cli,desktop,landing,docs,skills}, the built-in model catalog, the installers or the release workflow; writing or auditing changelog entries; writing a blog post or capturing release screenshots; deciding what to do about data already on…

Prism-Shadow/penguin-harness · 119 tokens