content-engine

content-engine is a skill for Claude Code from EAIconsulting/cowork-skills-library. It costs 104 tokens per session (2,543 once invoked), scanned A, original, no licence file.

A multi-step process that turns a topic or brief into a blog post, a newsletter excerpt, and three social media posts. It can adapt the writing to your voice.

In plain words
What is it for?
Use it to produce a batch of blog, email, and social content, repurpose an existing idea, or run a focused content sprint.
Why use it?
It removes the need to rewrite one central idea separately for several publishing formats. It keeps a content batch connected to the same topic or brief.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cowork-skills plugin — 21 skills shipped together

Good fit Use it to produce a batch of blog, email, and social content, repurpose an existing idea, or run a focused content sprint.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eaiconsulting/cowork-skills-library/content-engine
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.

Any agent
npx skills add EAIconsulting/cowork-skills-library --skill content-engine
Clone the repo
git clone --depth 1 https://github.com/EAIconsulting/cowork-skills-library

Made for: Claude Code.

Or install cowork-skills, the plugin that ships this one along with the rest of its 21 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/eaiconsulting/cowork-skills-library/content-engine/github.svg)](https://agentmods.dev/skills/eaiconsulting/cowork-skills-library/content-engine)
Your own site
<a href="https://agentmods.dev/skills/eaiconsulting/cowork-skills-library/content-engine"><img src="https://agentmods.dev/badge/skills/eaiconsulting/cowork-skills-library/content-engine/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for content-engine

Your own site · 80×15
<a href="https://agentmods.dev/skills/eaiconsulting/cowork-skills-library/content-engine"><img src="https://agentmods.dev/badge/skills/eaiconsulting/cowork-skills-library/content-engine.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,543 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 unknown 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.00104 $0.02543
Opus 5 $0.00052 $0.01272
Sonnet 5 $0.00021 $0.00509
Haiku 4.5 $0.00010 $0.00254

Measured 10d ago against content hash 504390f61048, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

content-engine 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 10d 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.

skills/content-engine/SKILL.md · 248 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 10d ago First seen · 248 lines · 104 tokens per session scan A 504390f61048

Subscribe to this mod's changes

content-engine is a skill published in the GitHub repository EAIconsulting/cowork-skills-library (23 stars, last pushed 5mo ago), with no licence file. It adds 104 tokens to every session and 2,543 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

html-slides

Used when the user asks to "create HTML slides", "generate an HTML presentation", "make animated slides", "build interactive slides", "create web slides", "GSAP presentation", "browser-based slides", "convert PPTX to HTML", "animated deck", "reveal.js slides", or when the output format is HTML for any presentation…

proyecto26/slides-ai-plugin · 121 tokens

crew-init

Analyzes a project codebase, builds 3-layer index, generates project profile, and auto-configures the agent team with relevant skills. The main initialization skill for CodeCrew.

d3x293/code-crew · 39 tokens

execution-orchestrator

Smart hybrid execution engine that dispatches agents in parallel or sequential order based on task dependencies. Manages the Agent tool calls, result collection, conflict detection, and integration review.

d3x293/code-crew · 40 tokens

lite-router

Lite task router that bypasses Opus CEO entirely. Classifies tasks and routes directly to Sonnet and Haiku agents only. Use when user runs /crew lite or /crew task --lite.

d3x293/code-crew · 43 tokens

task-router

CEO's task decomposition and routing engine. Classifies tasks by type and complexity, selects agents with appropriate model tiers, decides parallel vs sequential execution, and auto-injects relevant skills.

d3x293/code-crew · 40 tokens

codebase-index

3-layer codebase indexing system for token-efficient code navigation. Builds compact index + symbol map so agents read targeted lines instead of entire files. Achieves 5-10x token savings.

d3x293/code-crew · 42 tokens