new-broll

new-broll is a command for Claude Code from ahmedawan-oracle/fde_demo_builder. It costs 29 tokens per session (618 once invoked), scanned A, original, MIT.

A project-scaffolding command for making a demo that combines animated supporting footage, multiple voice narrations, and a screen recording. It creates the folders and starter scripts needed for that workflow.

In plain words
What is it for?
Use it to create a named demo directory, copy video and narration templates, prepare scene and output folders, and print the next steps for adding a recording, transcription, voices, and rendered video.
Why use it?
It removes the manual setup work for a new story-rebuild video project. It also gives the project a standard place for scenes, voice files, output, assets, and quality checks.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument.

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 fde-demo-builder plugin — 1 skill, 2 commands, 1 agent shipped together

Good fit Use it to create a named demo directory, copy video and narration templates, prepare scene and output folders, and print the next steps for adding a recording, transcription, voices, and rendered video.

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 ahmedawan-oracle/fde_demo_builder
Claude Code
/plugin install fde-demo-builder

Made for: Claude Code.

Or install fde-demo-builder, the plugin that ships this one along with the rest of its 1 skill, 2 commands, 1 agent.

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 new-broll

README.md
[![agentmods](https://agentmods.dev/badge/commands/ahmedawan-oracle/fde_demo_builder/new-broll/github.svg)](https://agentmods.dev/commands/ahmedawan-oracle/fde_demo_builder/new-broll)
Your own site
<a href="https://agentmods.dev/commands/ahmedawan-oracle/fde_demo_builder/new-broll"><img src="https://agentmods.dev/badge/commands/ahmedawan-oracle/fde_demo_builder/new-broll/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 new-broll

Your own site · 80×15
<a href="https://agentmods.dev/commands/ahmedawan-oracle/fde_demo_builder/new-broll"><img src="https://agentmods.dev/badge/commands/ahmedawan-oracle/fde_demo_builder/new-broll.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 618 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.00029 $0.00618
Opus 5 $0.00015 $0.00309
Sonnet 5 $0.00006 $0.00124
Haiku 4.5 $0.00003 $0.00062

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

Security

Grade A, and why

new-broll 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.

commands/new-broll.md · 39 lines

What it actually says

Scaffold a new story-rebuild demo project named $1 using the FDE Demo Builder v2 templates.

Do the following:

  1. Create $1/ in the current working directory (error out politely if it already exists).
  2. Copy from ${CLAUDE_PLUGIN_ROOT}/skills/demo-video-builder/scripts/ into $1/:
    • vo_script.example.py$1/vo_script.py
    • gen_vo_multivoice.py$1/gen_vo_multivoice.py
    • render_scene.js$1/render_scene.js
    • shot.js$1/shot.js
    • assemble.example.sh$1/assemble.sh
    • requirements.txt$1/requirements.txt
    • create $1/scenes/ and copy scenes/broll_opener.example.html$1/scenes/opener.html
  3. Create empty $1/vo/, $1/out/, $1/qa/, $1/assets/ folders.
  4. Print concise next steps:
    • Drop the source demo in as $1/recording.mp4.
    • Review first: extract frames (ffmpeg -i recording.mp4 -vf "fps=1/12,scale=800:-1" qa/f_%02d.jpg) and transcribe (faster-whisper) to map slides-vs-recording stretches and cut boundaries.
    • Edit $1/vo_script.py: cast the voices, write the SCENES (animated acts) and PLACED beats (re-voiced recording), then python gen_vo_multivoice.py.
    • Rewrite $1/scenes/opener.html for the story (it's a working template — keep the boot and loop blocks verbatim, replace the layers). QA with node shot.js scenes/opener.html 12 qa/op12.png, render with node render_scene.js scenes/opener.html vo_opener.mp3 out/seg1_opener.mp4.
    • Cut + mux the recording segments and run bash assemble.sh (recipes are in the file).
    • Finish with the demo-qa-reviewer agent on the final MP4.
    • Method details: ${CLAUDE_PLUGIN_ROOT}/skills/demo-video-builder/references/broll-scenes.md and references/multi-voice.md.

Also remind them of the hard rules: no customer names or internal identifiers anywhere (scenes, VO text, examples — use fictional brands and synthetic numbers), and scrub every privacy leak in recorded frames before sharing.

Use forward-slash paths and platform-appropriate copy commands. Do not overwrite an existing $1/.

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 · 39 lines · 29 tokens per session scan A b72d2642238b

Subscribe to this mod's changes

new-broll is a command published in the GitHub repository ahmedawan-oracle/fde_demo_builder (4 stars, last pushed 5d ago), licensed MIT. It adds 29 tokens to every session and 618 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-09-05.