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 skills/humanerd-drew/opencode-drewgent/content-managernpx skills add humanerd-drew/opencode-drewgent --skill content-managergit clone --depth 1 https://github.com/humanerd-drew/opencode-drewgentWrote 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.
[](https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/content-manager)<a href="https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/content-manager"><img src="https://agentmods.dev/badge/skills/humanerd-drew/opencode-drewgent/content-manager.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.02128 |
| Opus 5 | $0.00000 | $0.01064 |
| Sonnet 5 | $0.00000 | $0.00426 |
| Haiku 4.5 | $0.00000 | $0.00213 |
Grade B, and why
content-manager scanned grade B with 1 finding 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 3d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- `~/.{{AGENT_NAME_LOWER}}/wordpress/.wp-env` — credentials (chmod 600) How it starts
The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Content Manager Agent
CMO-style agent that observes Drew's work (sessions, git, kanban) and autonomously produces multi-format blog content with rich visuals. Runs as a daily cron job or on-demand via task().
Architecture
Observer (git log / session_search / kanban_list)
→ Knowledge Base (brand-guide + glossary + narrative_arc + content-inventory)
→ Web Research (optional: related projects, memes, reference images)
→ Story Mining (editorial scoring: reader-value / drew-angle / narrative-fit / platform-fit)
→ Content Production
├── Blog post (.md) — Mermaid diagrams inline
├── SVG cover (1200×630) — rich illustration using paths/gradients/filters
├── SVG meme (optional) — drake/this-is-fine/galaxy-brain/distracted-boyfriend
├── Excalidraw diagram (.excalidraw.json) → PNG (via headless Chrome)
└── X thread (.txt) — 10-15 tweets
→ WordPress Publishing (via custom MCP server, status: draft)
→ Huly / Kanban Review → status: published
→ Narrative Arc Update (narrative_arc.md + content-inventory.md)
Design Rules
YOUR_DOMAIN Design System (CSS)
BG: #fafaf8 (warm off-white)
Surface: #ffffff
Border: #e8e7e4
Text: #1c1c1a (primary), #6b6b68 (secondary), #9b9b97 (tertiary)
Accent: #8b7355 (bronze), #7a6349 (accent hover), #d4c4b0 (accent muted)
Heading: Noto Serif KR (serif)
Body: Noto Sans KR (sans-serif)
Mono: JetBrains Mono
Visual Assets — All $0, No Paid APIs
| Type | Format | Method |
|---|---|---|
| Cover image | SVG (1200×630) | Written as XML by the model — paths, gradients, filters |
| Architecture diagram | Mermaid or Excalidraw→PNG | Inline mermaid or headless Chrome screenshot |
| Meme/reference | SVG | Template-based (4 templates built in) |
| Technical illustration | Excalidraw JSON → PNG | Puppeteer + excalidraw.com embed |
SVG Cover Design Rules
- Background:
#0d0d1a→#1a1a30gradient (dark theme for hero images) - Accent:
#7b5f3d(amber),#4a90d9(blue),#50c878(teal) - Text:
#e8e4df(warm white),#8a8680(muted),#5a5650(dim) - Use: paths, bezier curves, multi-stop gradients, feGaussianBlur filters
- Include: title, subtitle, tags, date, simple illustration matching topic
What ships with it
5 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.
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.
- 3d ago First seen · 143 lines · 0 tokens per session scan B 9987b30e0e2c
content-manager is a skill published in the GitHub repository humanerd-drew/opencode-drewgent (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,128 tokens. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.
chat-perf
Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…