Skip to content

CLiiT DocsCLI Infrastructure & Inventory Toolkit

Agent-native CLIs for video, image, browser, vault, and media workflows across the Merlino AI fleet.

What is CLiiT?

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.

Three Pillars

PillarDescriptionLink
PrintingPress FactoryBuilds CLIs from APIs, specs, HAR files, and browser trafficprintingpress.dev
CLI Tracker DashboardKanban-style build queue and fleet statuscli.merlinoai.com
Fleet Deployment7 machines all running PP + core CLIsGetting Started

Fleet Coverage

MachineCLIs Installed
Windows Desktop (primary)36 PP CLIs + Higgsfield + HeyGen + PP factory v4.2.2
Mac StudioPP + Higgsfield + HeyGen + 6 CLIs
VPS1–3 (Hostinger)PP + Higgsfield + 4 CLIs each
hp-big, hp-smallPP + Higgsfield + 4 CLIs each

Agent API

Any agent can update the build tracker:

bash
# 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"}'

CLiiT — CLI Infrastructure & Inventory Toolkit