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.
npx agentmods add commands/policyengine/policyengine-claude/generate-contentgit clone --depth 1 https://github.com/PolicyEngine/policyengine-claudeWhat 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.
| Model | Per session | Once 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 |
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.
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:
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).neutrality-reviewer(agent) — reviews the generated copy for advocacy language, speculation, or one-sided framing before publish. Seetargets/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
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.
- 2d ago First seen · 62 lines · 14 tokens per session scan A 383b72051b20
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.
Other commands, from other repositories
wf-ads
Generate 50-100 ad copy variants from pain point research, then create renderable ad images.
vitaecontext-x
Audit or improve X/Twitter profile and posting strategy.
ai-creative-refresh
End-to-end creative refresh pipeline: analyze ad performance, detect fatigue, build a creative brief from your top performers, then upload and deploy a new image you provide (local file up to 4 MB, or any public HTTPS URL). Image generation happens outside the app — bring your own image from Photoshop, Canva…
content-repurposer
Run the content-repurposer skill.
Guided LinkedIn post workshop with copy, image, and approval.
yt
Route to the YouTube Agent Matrix orchestrator — the full pre-production pipeline.