JSPM

claude-video-install

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q67414F
  • License MIT

Installer for the claude-video Claude Code skill — teach Claude Code to watch videos.

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.js

    The 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 publish

    Users then run:

    npx claude-video-install

    What it does

    1. Prompts for provider: Gemini (free tier) or Anthropic (paid).
    2. Prompts for API key. Validates prefix (AIza / sk-ant-).
    3. Copies skill files to ~/.claude/skills/claude-video/.
    4. Writes .env with the key. chmod 600 on unix, user-profile ACL on Windows.
    5. 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