Setup Watch Skill banner
oxbshw oxbshw

Setup Watch Skill

AI community

Description

--- name: setup-watch-skill description: One-shot setup for Watch Skill — installs the engine, bootstraps ffmpeg/yt-dlp, registers the MCP server in every detected AI agent (with backups), and configures the user's preferred vision provider. Run once after installing the plugin. argument-hint: "[--provider <anthropic|openai|gemini|openrouter|ollama> | --skip-vision]" allowed-tools: Bash, Read, AskUserQuestion license: MIT user-invocable: true --- # /setup-watch-skill Set up Watch Skill end-to-

Installation

Installs to ~/.claude/skills/oxbshw-watch-skill-setup-watch-skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/oxbshw-watch-skill-setup-watch-skill && curl -fsSL https://raw.githubusercontent.com/oxbshw/watch-skill/HEAD/commands/setup-watch-skill.md -o ~/.claude/skills/oxbshw-watch-skill-setup-watch-skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository