generate-content

A command that creates branded social-media images and posts from a blog article or announcement. It can prepare versions for UK and US audiences and checks the writing for one-sided or advocacy-focused language.

In plain words
What is it for?
Use it to generate social images, LinkedIn or X post text, or both, from a web URL or a local document for selected audiences.
Why use it?
It removes the need to manually adapt one source into multiple social formats and provides a review before the content is published.

Command

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 commands/policyengine/policyengine-claude/generate-content
Clone the repo
git clone --depth 1 https://github.com/PolicyEngine/policyengine-claude
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 477 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.00014 $0.00477
Opus 5 $0.00007 $0.00238
Sonnet 5 $0.00003 $0.00095
Haiku 4.5 $0.00001 $0.00048

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

Security

Grade A, and why

generate-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 2d 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.

commands/generate-content.md · 62 lines

What it actually says

Content generation command

Generate branded PolicyEngine content from a source blog post or announcement.

What this command does

Orchestrates the content-generation pipeline through two dedicated agents:

  1. content-orchestrator (agent) — parses the source, generates localized variants (UK/US spelling, references, framing), and renders the outputs (social images via Chrome headless, social copy for LinkedIn/X).
  2. neutrality-reviewer (agent) — reviews the generated copy for advocacy language, speculation, or one-sided framing before publish. See targets/claude/agents/shared/neutrality-reviewer.md.

The command is the entry point; the agents own the mechanics. Loads content-generation skill for templates and policyengine-writing skill for the tone standard.

Usage

# Generate all content for UK and US audiences
/generate-content --source https://policyengine.org/uk/research/policyengine-10-downing-street

# Generate only social images for UK
/generate-content --source ./blog-post.md --audiences uk --outputs social-image

Output structure

output/
├── social/
│   ├── social-uk.png
│   └── social-us.png
└── copy/
    └── social-posts.md

Required information

The command will prompt for any missing information:

  • Headline: Main announcement headline
  • Quote: Pull quote for social image
  • Quote attribution: Name and title of person quoted
  • Headshot URL: URL to headshot image for quote block

Customization

Edit the template in skills/policyengine-content/templates/:

  • social-image.html - Social media image template
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. 2d ago First seen · 62 lines · 14 tokens per session scan A 383b72051b20

Subscribe to this mod's changes

generate-content is a command published in the GitHub repository PolicyEngine/policyengine-claude (31 stars, last pushed 8d ago), licensed MIT. It adds 14 tokens to every session and 477 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-30.