AgentStack
SKILL verified MIT Self-run

Agent Bus Cli

skill-mustaphasteph-agent-bus-plugins-agent-bus-cli · by MustaphaSteph

Use when running or explaining agent-bus CLI commands, dashboards, setup checks, exact message fetches, team chat, Kanban, web cockpit, or manual MCP configuration.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-mustaphasteph-agent-bus-plugins-agent-bus-cli

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Agent Bus Cli? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.