Install
$ agentstack add skill-mustaphasteph-agent-bus-plugins-agent-bus-cli ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
agent-bus CLI
The CLI is the human-visible control plane. Prefer JSON for agent/CI reads and concise views for humans.
Install and verify
npm i -g @agent-bus-connect/cli@latest
agent-bus --version
agent-bus doctor
which agent-bus-mcp
Watch what is happening
agent-bus ui
agent-bus team-chat --team --watch
agent-bus kanban --team --watch
agent-bus activity --team
agent-bus cockpit --team
agent-bus team-board --team
Avoid noisy output
Use previews for inbox/status. Fetch exact content only by id.
agent-bus inbox-status --agent --team --preview-chars 160
agent-bus inbox-previews --agent --team
agent-bus message --preview-chars 2000
agent-bus message --json
message --json includes full stored content when content is enabled.
Manual MCP registration
The MCP command is always:
agent-bus-mcp
Clients that accept JSON can use:
{
"mcpServers": {
"agent-bus": {
"command": "agent-bus-mcp",
"args": []
}
}
}
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: MustaphaSteph
- Source: MustaphaSteph/agent-bus-plugins
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.