smithery.ai

commercial-director

AI-powered commercial video generation with multi-agent workflow for creating storyboards, image prompts, and video animation prompts

First seen Apr 15, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,205 B
  • docs SUMMARY.md 160 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Commercial Director Skill

Generate professional commercial materials using a coordinated multi-agent workflow.

Capabilities

This skill enables Claude to:

  1. Analyze products - Extract specifications from images and documentation
  2. Create storyboards - Generate scene-by-scene commercial scripts
  3. Design visuals - Create AI image generation prompts
  4. Animate scenes - Generate video animation prompts for Google Veo

Workflow

Product Assets → [Product Analyst] → Specs
                        ↓
                [Storyboard Writer] → Script
                        ↓
                [Visual Designer] → Image Prompts
                        ↓
                [Video Prompter] → Video Prompts

Usage

Command-Line

npm run generate -- --name "Product Name" --path "./assets" --style cyberpunk

Programmatic

import { generateCommercial } from 'commercial-video-sdk';

await generateCommercial({
  productName: 'ALFA AWUS036ACH',
  assetPath: './036ach_asset',
  duration: 30,
  style: 'cyberpunk'
});

Available Styles (Robot/Sci-Fi Focused)

Style Chinese Mood Reference
cyberpunk 駭客科技風 Dark, mysterious The Matrix
transformers-battle 變形金剛戰鬥風 Intense, powerful Transformers
bumblebee 大黃蜂風格 Friendly, heroic Bumblebee (2018)
neon-city 霓虹都市風 Atmospheric, noir Blade Runner
space-opera 太空歌劇風 Epic, majestic Star Wars

Output Files

Generated in {assetPath}/script/:

  • product_specs.md - Detailed product specifications
  • storyboard_{style}.md - Scene-by-scene storyboard
  • imageprompts{style}.md - Image generation prompts
  • videoprompts{style}.md - Video animation prompts

Asset Requirements

Place in your asset folder:

  • Product images (.png, .jpg)
  • Character/robot references (if applicable)
  • req.md - Product requirements (optional)