multiply

A command that turns one piece of source material into proposed content for several channels, such as LinkedIn, newsletters, and short videos. It can also apply a brand voice and adapt content for selected languages.

In plain words
What is it for?
Use it to plan and draft channel-specific versions of a file or text source, review the proposed content set, and create localized versions when needed.
Why use it?
It reduces the need to rewrite the same idea separately for every platform while keeping the work aligned with a brand’s writing style.

Command

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 commands/localplugins/plugins/multiply
Clone the repo
git clone --depth 1 https://github.com/localplugins/plugins
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 517 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.00517
Opus 5 $0.00009 $0.00259
Sonnet 5 $0.00004 $0.00103
Haiku 4.5 $0.00002 $0.00052

Measured yesterday against content hash 9075ad9a59b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

multiply 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 yesterday.

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.

content-multiplier/commands/multiply.md · 26 lines

What it actually says

Multiply

Turn a single source into a full set of on-brand, channel-specific derivatives. Reads only what the user provides; writes files; never posts anything.

Arguments: $ARGUMENTS

Workflow

  1. Parse args. Identify the source (a file path or inline text), and optional flags: --channels (default: linkedin, x-thread, newsletter, instagram, short-video), --brand <name> (default brand), --locales xx-XX,... (default: none).
  2. Load the brand profile using the brand-voice skill (from content/brand/ or the named brand). If none exists, suggest /brand-setup and offer sensible defaults.
  3. Plan. Delegate to the strategist subagent with the source + selected channels. It returns a derivative plan (channel × angle × persona × key message).
  4. Confirm the plan with the user. Show the plan and ask them to approve, trim, or adjust before drafting. Do NOT generate everything unprompted.
  5. Draft each derivative. For each approved row, apply the channel-formats skill (that channel's spec) plus the brand-voice skill to write the asset.
  6. Localize (if --locales set). For each target locale, apply the transcreation skill to adapt selected assets to that market.
  7. Guard. Delegate all drafts to the brand-guardian subagent. Apply its corrections; if anything is fix, revise and re-check.
  8. Write output. Create content/output/<campaign-slug>/ (slug from the source title + a short suffix). Write one file per asset: <channel>.md, and <locale>/<channel>.md for localized versions.
  9. Write index.md in that folder: a dashboard table Asset | Channel | Locale | Persona | Chars | Compliance | Notes, one row per file, plus a one-line summary and next-steps (copy/paste or schedule).

Output is copy-paste / schedule-ready. Never auto-post. Never access the network.

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. yesterday First seen · 26 lines · 18 tokens per session scan A 9075ad9a59b2

Subscribe to this mod's changes

multiply is a command published in the GitHub repository localplugins/plugins (5 stars, last pushed 1mo ago), licensed MIT. It adds 18 tokens to every session and 517 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-31.