From Watch Skill
The user wants to connect an LLM or vision provider, already has an API key, asks "can I use OpenAI/Anthropic/Gemini/OpenRouter", wants local Ollama, or needs different cheap and strong models. Use this to configure provider-neutral visual understanding without tying Watch Skill to one agent or model vendor.
How this skill is triggered — by the user, by Claude, or both
Slash command
/watch-skill:configuring-visionThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Watch Skill's agent surface and model backend are separate choices. Claude Code,
Watch Skill's agent surface and model backend are separate choices. Claude Code, Codex, Cursor, OpenClaw, framework agents, and REST clients all call the same engine; the engine can send selected frames to any supported vision provider.
watch-skill setup-vision --provider anthropic --api-key <KEY>
watch-skill setup-vision --provider openai --api-key <KEY>
watch-skill setup-vision --provider gemini --api-key <KEY>
watch-skill setup-vision --provider openrouter --api-key <KEY>
watch-skill setup-vision --provider ollama
Prefer a key the user already has. Do not claim Ollama is required, and do not ask the user to reveal a secret in chat. They can set the matching environment variable or run the command privately in their terminal.
One model can serve both tiers:
watch-skill setup-vision --provider openai --api-key <KEY> --model <vision-model>
Or use a cheaper model for scene descriptions and a stronger model for uncertain answers and loop critiques:
watch-skill setup-vision --provider openrouter --api-key <KEY> \
--cheap-model <fast-vision-model> --strong-model <strong-vision-model>
Add --verify to make one live probe call. If it fails, report the structured error
and its fix; never echo the key.
Without a vision API, Watch Skill still acquires video, reads captions, runs local transcription and OCR, indexes evidence, and searches it. Visual synthesis degrades to timestamped evidence instead of guessing.
npx claudepluginhub oxbshw/watch-skill --plugin watch-skillIntegrates vision, audio, and video generation from leading multimodal models: image analysis, document understanding, speech-to-text, text-to-speech, and AI video generation (Kling v3, Sora 2, Veo 3.1, Runway Gen-4.5).
Routes AI model requests across multiple providers (Anthropic, OpenAI, Gemini, etc.) selecting the optimal model based on task type, complexity, and cost. Includes setup wizard and task classifier.
Generates short videos (text-to-video or image-to-video) across 10 providers including Sora, Veo, Runway, Kling, and Pika. Handles async job submission, polling, and download.