claude-video-install
v0.1.1
Published
Installer for the claude-video Claude Code skill — teach Claude Code to watch videos.
Maintainers
Readme
claude-video installer
Interactive installer for the claude-video Claude Code skill.
Local test (before publishing)
cd installer
npm install
node bin/install.jsThe installer reads SKILL.md, video_analyze.py, and requirements.txt from the
repo root when payload/ does not exist yet, so you can iterate without
running the bundle step.
Publish flow (later)
cd installer
npm install
npm run prepack # copies repo files into installer/payload/
npm publishUsers then run:
npx claude-video-installWhat it does
- Prompts for provider: Gemini (free tier) or Anthropic (paid).
- Prompts for API key. Validates prefix (
AIza/sk-ant-). - Copies skill files to
~/.claude/skills/claude-video/. - Writes
.envwith the key. chmod 600 on unix, user-profile ACL on Windows. - Rewrites the hardcoded Desktop path in SKILL.md to the install location.
Re-running detects existing install and offers:
- Update skill files (keeps
.env) - Reinstall from scratch (wipes
.env) - Cancel
