FFmpeg Agent
13 commands for video/audio processing with clean JSON output. Cut, compress, extract audio, normalize, create GIFs, and more.
Agent-native CLIs for video, image, browser, vault, and media workflows across the Merlino AI fleet.
CLiiT (CLI Infrastructure & Inventory Toolkit) is Mike Merlino's unified ecosystem for building, deploying, and managing CLIs across the Merlino AI fleet — 7 machines running in sync.
| Pillar | Description | Link |
|---|---|---|
| PrintingPress Factory | Builds CLIs from APIs, specs, HAR files, and browser traffic | printingpress.dev |
| CLI Tracker Dashboard | Kanban-style build queue and fleet status | cli.merlinoai.com |
| Fleet Deployment | 7 machines all running PP + core CLIs | Getting Started |
| Machine | CLIs Installed |
|---|---|
| Windows Desktop (primary) | 36 PP CLIs + Higgsfield + HeyGen + PP factory v4.2.2 |
| Mac Studio | PP + Higgsfield + HeyGen + 6 CLIs |
| VPS1–3 (Hostinger) | PP + Higgsfield + 4 CLIs each |
| hp-big, hp-small | PP + Higgsfield + 4 CLIs each |
Any agent can update the build tracker:
# Start a build
curl -X POST https://cli.merlinoai.com/api/cli-start-build \
-H "Content-Type: application/json" \
-d '{"service": "Skool", "assigned_to": "merlin"}'
# Mark complete
curl -X POST https://cli.merlinoai.com/api/cli-complete \
-H "Content-Type: application/json" \
-d '{"service": "Skool", "github_repo": "https://github.com/mmerlino23/skool-pp-cli"}'