Install for agents

mediaskills follows the Agent Skills spec. Install per-skill or all at once — pin @v0.1.3 for reproducible environments.

Quick start

1. Install a skill

npx skills add timelapsetech/[email protected] --skill inspect

2. Verify system tools

bash skills/install-media-tools/scripts/doctor.sh

3. List all available skills

npx skills add timelapsetech/[email protected] --list

Install everything

npx skills add timelapsetech/[email protected] --all

System dependencies

Most skills need ffmpeg and ffprobe. The install-media-tools skill detects and installs missing binaries on macOS and Debian/Ubuntu.

bash skills/install-media-tools/scripts/install.sh

Agent routing

Point your agent at AGENTS.md or browse the skills catalog and cookbooks on this site.

JSON contract

Every script returns structured JSON on stdout. Failures emit JSON on stderr with stable exit codes.

{"ok": true, "op": "inspect.probe", "data": {...}, "output_paths": []}

Full script contract →

esc

Try trim, captions, timecode, or broadcast