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 inspect2. Verify system tools
bash skills/install-media-tools/scripts/doctor.sh3. List all available skills
npx skills add timelapsetech/[email protected] --listInstall everything
npx skills add timelapsetech/[email protected] --allSystem 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.shAgent 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": []}