BrandReel
← Agents
Skill + CLI

Give your coding agent the BrandReel CLI

Add the BrandReel content skill to Codex, Claude Code, or another coding agent. It reads brand context and budget before it generates.

# Add the agent skill and CLI

npx skills add thijssmudde/brandreel-cli

npm install -g brandreel-cli

# Connect and verify

export BRANDREEL_API_KEY=br_your_key

br usage

br brands:list

Guarded by default

Every generation can carry --max-credits. The server refuses work above that ceiling before spending, assets stay scoped to owned workspaces, and existing generations can be inspected before creating another.

Command reference

br usage

Read the available credit balance before generation.

br models:list

List live image and video capabilities and credit costs.

br brands:list

List the brand workspaces owned by this account.

br brands:create <name>

Create a workspace and optionally select it for the project.

br brand:get [slug]

Read the brand context, palette, tagline, and logo.

br assets:list [slug]

Resolve approved logos and reusable visual assets.

br assets:upload [slug] <file>

Upload an asset or intentionally replace the logo.

br image:create [slug] --prompt <text>

Generate an image with a credit ceiling and optional source images.

br video:create [slug] --prompt <text>

Generate and optionally wait for a video clip.

br generations:list [slug]

Inspect recent work and avoid duplicate generations.

npm package

Versions and install details.

Source repository

CLI, skill, issues, and releases.