content-management

content-management is a skill for Claude Code, Codex from humanerd-drew/opencode-drewgent. It costs 127 tokens per session (3,742 once invoked), scanned A, original, MIT.

An autonomous content workflow that observes development activity and turns it into drafts and visual materials for publishing.

In plain words
What is it for?
Use it to produce blog drafts, social-media threads, cover illustrations, architecture diagrams, exported images, and updates to a content inventory.
Why use it?
It helps maintain a consistent publishing narrative while gathering ideas from work activity and previously saved brand and topic guidance.

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/humanerd-drew/opencode-drewgent/content-management
Any agent
npx skills add humanerd-drew/opencode-drewgent --skill content-management
Clone the repo
git clone --depth 1 https://github.com/humanerd-drew/opencode-drewgent

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/humanerd-drew/opencode-drewgent/content-management.svg)](https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/content-management)
Your own site
<a href="https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/content-management"><img src="https://agentmods.dev/badge/skills/humanerd-drew/opencode-drewgent/content-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,742 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.00127 $0.03742
Opus 5 $0.00063 $0.01871
Sonnet 5 $0.00025 $0.00748
Haiku 4.5 $0.00013 $0.00374

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

Security

Grade A, and why

content-management 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/excalidraw-to-png.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/autonomous-ai-agents/content-management/SKILL.md · 294 lines

How it starts

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

Content Management — CMO Agent

Autonomous content manager that observes what the user builds and turns it into publishable content with rich visuals. Uses a single agent profile + cron trigger, NOT a multi-stage pipeline.

Architecture

Agent profile: content-manager (deepseek-v4-pro)
Cron: daily at 12:00 KST
Knowledge base: brand-guide + glossary + narrative_arc + content-inventory
All files under: P4-cortex/content/

Per-run output:
  memories/insights/
    ├── YYYY-MM-DD-slug.md                ← Blog post (with Mermaid diagrams inline)
    ├── YYYY-MM-DD-slug-cover.svg          ← SVG cover illustration (1200x630, dark theme)
    ├── YYYY-MM-DD-slug.excalidraw.json    ← Excalidraw architecture diagram
    ├── YYYY-MM-DD-slug.png                ← Excalidraw exported to PNG
    ├── YYYY-MM-DD-slug-thread.txt         ← X thread (10-15 tweets)
    └── YYYY-MM-DD-slug.excalidraw         ← Excalidraw binary (from CLI)
  
  P4-cortex/content/
    ├── narrative_arc.md                   ← Updated with new episode
    └── content-inventory.md               ← Updated with new entry

Data Sources

In addition to direct work activity, content-manager monitors two automated collection pipelines:

1. Trend Harvester

  • Location: @memory/growth/trend-harvester/{collected,applied,evaluated}/
  • Content: GitHub trending repos scored via 5-axis philosophy filter (6h cycle)
  • Use: Pick applied/evaluated items with high scores → write "AI Tool of the Week" posts or deep-dives into tools that got integrated into {{AGENT_NAME}}

2. SEO Article Harvester

  • Location: P2-hippocampus/knowledge/seo-articles/YYYY/
  • Content: 1,642+ SEO/marketing articles from 28 RSS feeds (6h cycle)
  • Use: Surface notable Google updates, agentic web trends, or shifts in AI/discovery landscape → write analysis/opinion posts linking to YOUR_DOMAIN's own ARD integration

Agent Profile

Defined at ~/.{{AGENT_NAME_LOWER}}/agents/content-manager.md. Full instructions include:

Read the full file on GitHub · 294 lines

Files

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.

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 · 294 lines · 127 tokens per session scan A e68a6b7120dc

Subscribe to this mod's changes

content-management is a skill published in the GitHub repository humanerd-drew/opencode-drewgent (2 stars, last pushed 1mo ago), licensed MIT. It adds 127 tokens to every session and 3,742 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

mermaid-diagram

Use this skill when you need to draw diagrams including: Flowchart, Sequence Diagram, Class Diagram, State Diagram, ER Diagram, User Journey, Gantt Chart, Pie Chart, Quadrant Chart, Requirement Diagram, Gitgraph, Mindmap, Timeline, Sankey, XY Chart (Bar/Line), Block Diagram, Packet Diagram, Kanban, Architecture…

wecode-ai/Wegent · 102 tokens

canvas-design

Use when design visual art and graphics using HTML5 Canvas, p5.js, or SVG. Create generative art, data visualizations, diagrams, and interactive graphics. Use when designing visual art and graphics using html5 canvas, p5.js, or.

oyi77/1ai-skills · 55 tokens

Architecture Diagram

Produces clean architecture and system diagrams from actual repo or product truth instead of decorative boxes.

agentic-in/elephant-agent · 20 tokens

blog-figure-svg

Stop using stock photos. Generate accessible, lightweight SVG figures for any blog or CMS - flow diagrams, comparison bar charts, taxonomy/Venn diagrams, annotated terminal mocks, and 1600x840 OG feature cards. Hand-authored SVG (no embedded fonts, no external assets, no AI-image latency) with a consistent palette…

AutomateLab-tech/publishing-skills · 193 tokens

content-calendar

Plan, schedule, and track content across channels — newsletters, social media, blog posts, and videos. Manages pipeline stages, publishing cadence, and repurposing opportunities. For solopreneurs and creators who want a system, not a spreadsheet.

theagentledger/agent-skills · 54 tokens

motion-dev

Use when React animation library — spring physics, gesture animations, layout animations, scroll effects, SVG path drawing. Successor to Framer Motion. Use when building UI animations, micro-interactions, page transitions, shared element transitions, parallax effects.

oyi77/1ai-skills · 53 tokens