How it plugs in
A cross-agent plugin marketplace is emerging (early spec: `.agents/plugins/marketplace.json`). peepshow already ships a manifest there so once registries come online, installing it across agents becomes a single command.
Install
# Pre-release:
npx skills add t0mtaylor/peepshow # once supported by your agent runtimeFiles involved
.agents/plugins/marketplace.jsonCross-agent plugin manifest (entry point, args, metadata).
In practice
# Once the marketplace spec ships:
agent: (installs peepshow once) → all agents on the machine use itAll 19 sinks still work
The CLI is the same across agents — which means every sink documented under/sinksis available here. Auto-sinks fire regardless of which agent invoked peepshow.