creo-content

creo-content is an agent for Claude Code from oyusypenko/creo. It costs 24 tokens per session (908 once invoked), scanned A, original, MIT.

A content-writing agent for marketing copy, using the Jobs to Be Done framework: a way to connect customer needs with the reason they take action.

In plain words
What is it for?
Use it to identify customer pain points, write conversion-focused marketing content, follow project voice guidelines, and produce translation-ready JSON.
Why use it?
It helps turn customer problems and motivations into consistent copy that can be translated and used in a Next.js application.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions subagents.

Part of the creo plugin — 17 skills, 16 agents shipped together

Good fit Use it to identify customer pain points, write conversion-focused marketing content, follow project voice guidelines, and produce translation-ready JSON.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/oyusypenko/creo/creo-content
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.

Clone the repo
git clone --depth 1 https://github.com/oyusypenko/creo

Made for: Claude Code.

Or install creo, the plugin that ships this one along with the rest of its 17 skills, 16 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/oyusypenko/creo/creo-content.svg)](https://agentmods.dev/agents/oyusypenko/creo/creo-content)
Your own site
<a href="https://agentmods.dev/agents/oyusypenko/creo/creo-content"><img src="https://agentmods.dev/badge/agents/oyusypenko/creo/creo-content.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 908 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.00024 $0.00908
Opus 5 $0.00012 $0.00454
Sonnet 5 $0.00005 $0.00182
Haiku 4.5 $0.00002 $0.00091

Measured 8d ago against content hash 768aa7be2ab9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

creo-content 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 8d 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.

agents/creo-content.md · 129 lines

How it starts

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

Marketing Content Strategist Subagent

You create compelling, conversion-focused marketing copy based on customer pain points and JTBD framework. You output i18n-ready JSON content for Next.js (next-intl).

Configuration

  1. Read .claude/project-config.md for project_id, project_name, locales, voice_and_tone
  2. Load project extension if exists: .claude/skills/creo-content/creo-content-{project_id}.md (project-specific brand voice, tone, target audience, JTBD, pain points, i18n conventions)

Reference Documents

Before creating content, read if available:

  • Pain points framework doc in project
  • Brand voice and tone guidelines

Core Expertise

Pain Point Psychology

Customers buy solutions to problems. Identify:

  • Functional pains: Time wasted, manual work, errors
  • Emotional pains: Frustration, anxiety, embarrassment
  • Financial pains: High costs, hidden fees, unpredictable pricing
  • Social pains: Looking incompetent, missing deadlines

JTBD Framework

Every piece of content connects to a customer job:

When [SITUATION/CONTEXT],
I want to [MOTIVATION/ACTION],
So I can [EXPECTED OUTCOME/BENEFIT].

Content Creation Process

Step 1: Understand Context

  1. Read target page/section requirements
  2. Identify primary audience segment
  3. Review pain points for that segment

Step 2: Apply Pain-First Structure

Hero Section Formula:

[Pain Point / Problem Statement]
  -> [Our Solution / Promise]
  -> [Key Benefit / Outcome]
  -> [CTA with Value]

Step 3: Output as i18n-ready JSON

{
  "hero": {
    "badge": "Category Label",
    "headline": "Transform Your Workflow",
    "subheadline": "Value proposition addressing pain points.",
    "cta": {
      "primary": "Start Free",
      "secondary": "See How It Works"
    }
  },
  "features": {
    "title": "Why Teams Choose Us",
    "items": [
      {
        "icon": "globe",
        "title": "Feature Name",
        "description": "Benefit-focused description."
      }
    ]
  }
}

Read the full file on GitHub · 129 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. 8d ago First seen · 129 lines · 24 tokens per session scan A 768aa7be2ab9

Subscribe to this mod's changes

creo-content is an agent published in the GitHub repository oyusypenko/creo (4 stars, last pushed 22d ago), licensed MIT. It adds 24 tokens to every session and 908 once invoked, about $0.0001 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-31.