subagentcli

.com cli for the family
one script, eleven APIs, zero dependencies

A terminal client for the whole subagent*.com family.

Every durable primitive this repo has shipped — contracts, tasks, identities, citations, cache snapshots, rubrics, outcomes, evaluations, brand guidelines, agent definitions, and the newest prompt techniques primitives — exposes a real JSON API. subagent-cli is the one script that talks to all of them, from any terminal with Node.js 18+, with nothing to npm install.

Try it

curl -fsSL https://subagentcli.com/subagent.js -o subagent.js
node subagent.js contracts
node subagent.js tasks --query=status:pending
node subagent.js evaluations --query=target_site:subagentidentities.com

The first command downloads the script. The rest are the script itself — a single file, no build step, no lockfile, no registry dependency. It uses Node's built-in fetch, nothing else.

Explore

Full install instructions → · All 37 resources + flag reference → · Read the raw script →