output-folder

output-folder is a command for Claude Code from indranilbanerjee/digital-marketing-pro. It costs 36 tokens per session (1,222 once invoked), scanned A, original, MIT.

A command that shows where the plugin saved a brand's completed marketing files and can open that folder in the file manager when supported.

In plain words
What is it for?
Use it to find engagement files, campaign plans, or other workflow deliverables saved under a brand's output folder.
Why use it?
It removes the uncertainty of whether deliverables were saved and helps distinguish the user-facing copies from the hidden internal tracking files.

Command for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: reads .claude/ paths.

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 digital-marketing-pro plugin — 154 skills, 18 commands, 24 agents shipped together

Good fit Use it to find engagement files, campaign plans, or other workflow deliverables saved under a brand's output folder.

Compare 6 commands 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 indranilbanerjee/digital-marketing-pro
Claude Code
/plugin install digital-marketing-pro

Made for: Claude Code.

Or install digital-marketing-pro, the plugin that ships this one along with the rest of its 154 skills, 18 commands, 24 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-folder

README.md
[![agentmods](https://agentmods.dev/badge/commands/indranilbanerjee/digital-marketing-pro/output-folder/github.svg)](https://agentmods.dev/commands/indranilbanerjee/digital-marketing-pro/output-folder)
Your own site
<a href="https://agentmods.dev/commands/indranilbanerjee/digital-marketing-pro/output-folder"><img src="https://agentmods.dev/badge/commands/indranilbanerjee/digital-marketing-pro/output-folder/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-folder

Your own site · 80×15
<a href="https://agentmods.dev/commands/indranilbanerjee/digital-marketing-pro/output-folder"><img src="https://agentmods.dev/badge/commands/indranilbanerjee/digital-marketing-pro/output-folder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,222 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 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.1 $0.00036 $0.01222
Opus 5 $0.00018 $0.00611
Sonnet 5 $0.00007 $0.00244
Haiku 4.5 $0.00004 $0.00122

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

Security

Grade A, and why

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

commands/output-folder.md · 112 lines

How it starts

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

Output Folder

Show the user where DMP actually saves the finished workflow deliverables, and (when supported) open that folder in the OS file manager. This is the answer to "where are my 50 engagement files?" — a real question from user-team feedback ("dm pro also taking too long to process" was partly about not knowing whether anything had finished saving).

Trigger

User runs /digital-marketing-pro:output-folder, or asks any variant of "where are my engagement files", "I can't find the campaign plan deliverables", "open output folder", "show me where it saved everything".

Background

DMP writes two copies of every workflow artifact:

  1. Internal tracking copy at ~/.claude-marketing/brands/{brand}/output/{workflow}/{run_id}/... (or $CLAUDE_PLUGIN_DATA/digital-marketing-pro/brands/{brand}/output/... when that env var is set). This is the system-of-record for /digital-marketing-pro:status, the checkpoint manager, audit history. It lives inside a dotfolder that Windows hides by default.
  2. User-visible published copy at ~/Documents/DigitalMarketingPro/{brand}/{workflow}/{YYYY-MM}/{filename} (or wherever $DIGITAL_MARKETING_PRO_PUBLISH_DIR points). This is the one to surface.

The published copy was added specifically because users running the 12-Part engagement workflow couldn't find the 50-60 deliverable files it produces. They were saving — just somewhere Explorer hid by default.

Process

Step 1: Resolve the path

The published-output directory is:

  • $DIGITAL_MARKETING_PRO_PUBLISH_DIR/{brand}/[{workflow}/] if the env var is set, or
  • ~/Documents/DigitalMarketingPro/{brand}/[{workflow}/] otherwise.

Default to the active brand if no argument was provided. If neither is available, prompt: "Which brand's output folder? Run /digital-marketing-pro:output-folder <brand> or set up a brand with /digital-marketing-pro:brand-setup."

If the user supplied a workflow argument (e.g. engagement, campaign-plan, seo-audit), drill down to that subfolder.

Read the full file on GitHub · 112 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. 10d ago First seen · 112 lines · 36 tokens per session scan A 642f9bd8aaea

Subscribe to this mod's changes

output-folder is a command published in the GitHub repository indranilbanerjee/digital-marketing-pro (801 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 1,222 once invoked, about $0.0002 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.