clipcat
Installation
SKILL.md
Clipcat CLI
This skill is intentionally short. Detailed flags and supported values belong to the CLI itself — always treat clipcat -h and clipcat <subcommand> -h as the primary reference. The one thing -h cannot be current about is the model catalog: models come and go between releases, so clipcat models is the authority on which models, resolutions and durations exist right now.
Installation
Run clipcat --version first — if it prints a version, clipcat is installed; skip to API key. If the command is missing, install for the platform:
macOS / Linux / Git Bash:
curl -fsSL https://clipcat.ai/cli | bash
Windows (PowerShell, no bash):
irm https://clipcat.ai/cli.ps1 | iex