Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (claude-video-install) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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