@bencousins/opencode-big-three-plugin
v1.0.0
Published
Big-3 Super Agent tools for OpenCode: agent registry, operator logs, cost tracking, and browser queue
Downloads
20
Maintainers
Readme
@bencousins/opencode-big-three-plugin
OpenCode plugin that recreates the big-3-super-agent tool surface for orchestrating coding and browser agents with operator logs, cost tracking, and registry management.
Installation
npm install @bencousins/opencode-big-three-pluginUsage
Add to your opencode.json:
{
"plugin": ["@bencousins/opencode-big-three-plugin"]
}Tools
list_agents– List all registered Big-3 agentscreate_agent– Create a new Claude Code or Gemini agentcommand_agent– Log a command and create an operator filecheck_agent_result– Read back operator log contentsdelete_agent– Remove an agent from registrybrowser_use– Record a Gemini browser automation taskopen_file– Read a file from the worktreeread_file– Read a file from the Big-3 directoryreport_costs– Summarize estimated API usage
Storage
All data persists under ~/.opencode/agent/big_three_realtime/:
state/registry.json– Agent registrystate/costs.json– Cost trackingoperators/– Operator log filesbrowser/task-queue.ndjson– Browser task queuelogs/events.log– Event audit trail
License
MIT
