peepshow/ agents/ agents-marketplace

Reel #A-08 Generic registry

peepshow for agents / agents-marketplace

Agents MarketplaceCross-agent plugin registry (emerging).

`.agents/plugins/marketplace.json` — the early-days cross-agent plugin catalogue format. peepshow is pre-registered.

drop · process · agents-marketplace

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 runtime

Files involved

  • .agents/plugins/marketplace.json Cross-agent plugin manifest (entry point, args, metadata).

In practice

# Once the marketplace spec ships:
agent: (installs peepshow once) → all agents on the machine use it

All 95 sinks still work

The CLI is the same across agents — which means every sink documented under /sinks is available here. Auto-sinks fire regardless of which agent invoked peepshow.

Report + LLM analysis loop

Every run also writes a self-contained report.html + manifest.json next to the frames (see the Report page). When Agents Marketplace consumes the frames, the analysis flows back into the report so whoever opens it next sees the model's understanding without re-running the prompt.

echo '{"summary":"<your summary>","provider":"agents-marketplace"}' \
  | peepshow report annotate "<outputDir>"

The annotate instruction is wired into the Agents Marketplace integration — the agent runs it after reading the frames + transcript. Report walkthrough →