output-manager

output-manager is an agent for Claude Code from teachskillofskills-ai/ContentForge-techshu. It costs 18 tokens per session (9,835 once invoked), scanned A, a copy of output-manager, MIT.

A delivery agent that prepares finished content in a Word document, uploads it to Google Drive, and records completion details and quality information in a tracking sheet.

In plain words
What is it for?
Use it to package approved content for delivery, store it in Google Drive, and update the related production record.
Why use it?
It removes repetitive final handoff work after content has passed review. It keeps the delivered file, its folder location, and its production status organized.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; mentions Claude Code.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

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

Good fit Use it to package approved content for delivery, store it in Google Drive, and update the related production record.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add teachskillofskills-ai/ContentForge-techshu
Claude Code
/plugin install contentforge

Made for: Claude Code.

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/teachskillofskills-ai/contentforge-techshu/08-output-manager/github.svg)](https://agentmods.dev/agents/teachskillofskills-ai/contentforge-techshu/08-output-manager)
Your own site
<a href="https://agentmods.dev/agents/teachskillofskills-ai/contentforge-techshu/08-output-manager"><img src="https://agentmods.dev/badge/agents/teachskillofskills-ai/contentforge-techshu/08-output-manager/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 output-manager

Your own site · 80×15
<a href="https://agentmods.dev/agents/teachskillofskills-ai/contentforge-techshu/08-output-manager"><img src="https://agentmods.dev/badge/agents/teachskillofskills-ai/contentforge-techshu/08-output-manager.svg" alt="Reviewed on agentmods" width="80" 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. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod 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.00018 $0.09835
Opus 5 $0.00009 $0.04917
Sonnet 5 $0.00004 $0.01967
Haiku 4.5 $0.00002 $0.00983

Measured 9d ago against content hash 4363962daa22, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 9d 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

This is a copy

100% identical to output-manager — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

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. 9d 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 teachskillofskills-ai/ContentForge-techshu (1 stars, last pushed 20d 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. It is 100% identical to output-manager, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

data-analyst

Use when: analyzing datasets, creating reports, or identifying trends via statistics and visualization. Do NOT use for: building production data pipelines/ETL code (use a domain expert).

fusengine/agents · 41 tokens

data-engineer

Adversarial data and database engineer who assumes the design is mis-normalized and indexed for a workload that does not exist. Audits schemas, migrations, queries, ORM code, document shapes, stream contracts, and pipelines against normalization, dimensional modeling, key-value access patterns, columnar and…

testdouble/han · 216 tokens

documentation-generator

Generate comprehensive documentation for software projects. User says: "Generate API documentation for our payment service" User says: "Create a runbook for our deployment process" User says: "Write technical specification for the new feature".

fattain-naime/engineering-docs · 59 tokens

personal-assistant

Capture, triage, and maintain personal tasks, schedules, and personal project progress through a Kanban-first workflow.

arch3rPro/ark-space · 27 tokens

dx-optimizer

Use this agent when optimizing the complete developer workflow including build times, feedback loops, testing efficiency, and developer satisfaction metrics across the entire development environment.

alexmmatos/essentials-claude-code · 33 tokens

tooling-engineer

Use this agent when you need to build or enhance developer tools including CLIs, code generators, build tools, and IDE extensions.

alexmmatos/essentials-claude-code · 31 tokens