@dunctk/video-agent-skills
v0.2.2
Published
Claude Code skill installer for video-agent-skills.
Downloads
276
Readme
video-agent-skills
A CLI tool that critiques motion/design videos using Gemini, plus a Claude Code skill bundle for one-command installs.
What it does
- Uploads a video to Gemini and returns blunt, production-focused feedback
- Surfaces strengths, issues, and concrete improvements
- Works as a CLI and as a Claude Code Skill
Install (CLI)
./scripts/install.shThen run:
video-agent-skills feedback -video /path/to/video.mp4Reverse engineer the likely prompt used to create a finished video:
video-agent-skills reverse -video /path/to/video.mp4Configure API key
The tool reads GEMINI_API_KEY or GOOGLE_API_KEY from your environment. You can also place it in:
~/.config/video-agent-skills/.envExample .env:
GEMINI_API_KEY=your_key_hereCLI usage
video-agent-skills feedback -video <path> [options]
video-agent-skills reverse -video <path> [options]
Options:
-video string Path to a video file (required)
-model string Gemini model name (default: gemini-3-flash-preview)
-prompt string Prompt override (feedback or reverse)
-api-key string Gemini API key (overrides GEMINI_API_KEY/GOOGLE_API_KEY)Claude Code Skill (local install)
./scripts/install-claude-skill.shThis installs to:
~/.claude/skills/video-agent-skillsClaude Code Skill (npm install)
npm install @dunctk/video-agent-skillsThe installer downloads a prebuilt binary for your platform. If you want to force a source build:
VIDEO_AGENT_SKILLS_FORCE_BUILD=1 npm install @dunctk/video-agent-skillsSupported prebuilt targets:
- darwin/amd64
- darwin/arm64
- linux/amd64
- linux/arm64
- windows/amd64
Example feedback

