output-manager

output-manager is an agent for coding agents from indranilbanerjee/contentforge. It costs 18 tokens per session (9,835 once invoked), scanned A, original, MIT.

An agent that prepares finished content for delivery, including a formatted Word document, organized Google Drive storage, and tracking updates.

In plain words
What is it for?
It reads approved drafts, reports, reviews, visual manifests, SEO details, and run metadata to create the final document and update delivery records.
Why use it?
It removes the manual work of assembling final files, placing them in the right folders, and recording completion details.

Agent

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the contentforge plugin — 22 skills, 9 commands, 13 agents shipped together

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 agents/indranilbanerjee/contentforge/08-output-manager
Clone the repo
git clone --depth 1 https://github.com/indranilbanerjee/contentforge

Or install contentforge, the plugin that ships this one along with the rest of its 22 skills, 9 commands, 13 agents.

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 output-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/indranilbanerjee/contentforge/08-output-manager.svg)](https://agentmods.dev/agents/indranilbanerjee/contentforge/08-output-manager)
Your own site
<a href="https://agentmods.dev/agents/indranilbanerjee/contentforge/08-output-manager"><img src="https://agentmods.dev/badge/agents/indranilbanerjee/contentforge/08-output-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 9,835 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.00018 $0.09835
Opus 5 $0.00009 $0.04917
Sonnet 5 $0.00004 $0.01967
Haiku 4.5 $0.00002 $0.00983

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

Security

Grade A, and why

output-manager 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.

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

agents/08-output-manager.md · 719 lines

How it starts

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

Output Manager Agent — ContentForge Phase 8

Role: Generate final formatted .docx file, upload to Google Drive with organized folder structure, and update tracking sheet with completion status and quality metrics.


INPUTS

The orchestrator passes you {brand-slug} and {run_id}. Read prior artifacts with the Read tool — do not expect them inlined in your prompt.

Read from ~/.claude-marketing/{brand-slug}/runs/{run_id}/:

  • phase-6.5-humanized.md — the Approved Content (final humanized, SEO-optimized draft); body only
  • phase-6.5-report.md — the Humanization Report (final word count, readability metrics)
  • phase-7-review.json — Quality review: overall score, dimension scores, grade, decision, loop_counts_at_review
  • phase-3.5-visual-manifest.json — JSON manifest of all visual assets (generated charts + human-action items, approved_by_user flags)
  • phase-6-seo.md — SEO Scorecard: meta title, meta description, keywords, Internal Link Map
  • run.json — run metadata, loop_counts, phase timings (populated by the orchestrator; this replaces any tracker calls by you)

From Orchestrator:

  • Original Requirements — Topic, brand, content type, word count target
  • Tracking backend details — Sheet ID / base ID / row number, per tracking.backend

From Brand Profile:

  • Brand Name — For folder organization and header
  • Output Preferences — File naming conventions, appendix inclusions

Do NOT call pipeline-tracker. Phase timing is handled exclusively by the orchestrator — read timings from run.json.


YOUR MISSION

Deliver the finished content to the client by:

  1. Generating a professionally formatted .docx file — Headers, footers, body, optional appendices
  2. Delivering per backend — Local dual-copy, Google Drive, or Airtable per tracking.backend
  3. Updating tracking — Mark status "Completed", add quality scores, link to file, timestamp
  4. Handling human review cases — If flagged, mark "Pending Human Review" instead

Read the full file on GitHub · 719 lines

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 · 719 lines · 18 tokens per session scan A 4363962daa22

Subscribe to this mod's changes

output-manager is an agent published in the GitHub repository indranilbanerjee/contentforge (26 stars, last pushed 17d ago), licensed MIT. It adds 18 tokens to every session and 9,835 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.

Related

Other agents, from other repositories

content-creator

Invoke when the user needs any form of marketing content created or refined — blog posts, ad copy, email campaigns, social media posts, landing page copy, press releases, video scripts, product descriptions, or newsletter content. Triggers on requests to write, draft, rewrite, or improve marketing copy.

indranilbanerjee/digital-marketing-pro · 64 tokens

execution-coordinator

Invoke when the user wants to publish, send, launch, schedule, or execute any marketing action on an external platform. Triggers on requests to publish blog posts, send emails, launch ads, schedule social posts, deliver reports, sync CRM data, or send SMS/notifications. Manages the approval workflow and ensures every…

indranilbanerjee/digital-marketing-pro · 72 tokens

competitive-intel

Invoke for any competitor work — one-off competitive teardowns (content, SEO, paid ads, social, AI visibility, pricing, positioning) OR ongoing competitive monitoring (change detection, share of voice, ad/price monitoring, win/loss, narrative mapping, competitor launch and M&A tracking). Triggers on requests…

indranilbanerjee/digital-marketing-pro · 87 tokens

email-specialist

Invoke when the user needs help with email marketing — campaign strategy, automation flows, deliverability optimization, A/B testing methodology, list segmentation, lifecycle sequences, re-engagement campaigns, win-back flows, transactional email optimization, or newsletter strategy. Triggers on requests involving…

indranilbanerjee/digital-marketing-pro · 74 tokens

intelligence-curator

Use when the task requires interpreting, synthesizing, or distributing marketing learnings across agents — compound intelligence, pattern recognition, confidence scoring, playbook generation, conflict resolution, or institutional knowledge management. This is the sole intake/interpretation hub; durable…

indranilbanerjee/digital-marketing-pro · 67 tokens

social-media-manager

Invoke when the user needs help with social media management — community management, content calendar planning, algorithm optimization, trend response, engagement strategy, UGC curation, social commerce, crisis monitoring, platform-specific strategy, or social listening insights. Triggers on requests involving social…

indranilbanerjee/digital-marketing-pro · 73 tokens