openclaw-team-bus

Multi-agent communication bus for OpenClaw. Use for team coordination, task distribution, and inter-agent messaging via shared filesystem.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openclaw-team-bus" with this command: npx skills add louis-cai/openclaw-team-bus-skills/louis-cai-openclaw-team-bus-skills-openclaw-team-bus

OpenClaw Team Bus

Multi-agent communication system with automatic agent ID detection.

Setup

1. 团队信息

cp examples/team.json.template /root/.openclaw/team-bus/team.json

团队成员:

代号AgentID职责
Prismlead协调、汇总、Telegram沟通
Scopeproduct需求、PRD、User Stories
Pixelcoder代码实现、bug修复、测试
Lensarchitect架构设计、接口定义、代码审查
Shutterops部署、CI、集成测试、安全监控

2. 安装 Skill

cd <agent-workspace>/skills
git clone https://github.com/louis-cai/openclaw-team-bus-skills.git openclaw-team-bus

3. 配置 HEARTBEAT

cp examples/HEARTBEAT.template <workspace>/HEARTBEAT.md

Usage

python3 bus.py <command> [args]

Commands:
  send <agent> <title> <desc> <chat> --from <agent>   # 发送任务(必传)
  poll                                              # 扫描收件箱(自动获取agent ID)
  reply <agent> <task-id> <msg> [--accountId <id>]   # 回复(accountId 必传)
  broadcast <msg> [--chatId <id>] [--accountId <id>] # 广播(分发到每个 agent 的 inbox)
  list-agents                                       # 列出 agent
  team                                              # 显示团队信息(我是谁)
  complete <task-id> [result]                       # 完成任务
  fail <task-id> <error>                            # 标记失败

Agent ID

Agent ID 自动从环境变量获取:

  • TEAM_BUS_AGENT (手动配置)
  • CLAW_AGENT_ID (OpenClaw 自动提供)

无需手动传入,poll/team 等命令自动识别自己的身份。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Dependency Map Builder

梳理跨团队依赖、关键路径、脆弱节点和催办节奏,输出文本依赖图与风险链。;use for dependency, coordination, risk workflows;do not use for 替代甘特图工具, 直接修改项目系统.

Registry SourceRecently Updated
Automation

Cronhelp

Cron expression helper and scheduler tool. Translate cron expressions to human-readable text, generate cron expressions from natural language descriptions, v...

Registry SourceRecently Updated
760Profile unavailable
Automation

Apm Monitor

APM, (Application Performance Management) tool for large-scale distributed systems. apm-monitor, java, agent, apm, distributed-tracing, monitoring, performan...

Registry SourceRecently Updated
940Profile unavailable
Automation

Scalekit-Agent-Auth

Use this skill whenever the user asks for information from, or wants to take an action in, a third-party tool or service. This includes — but is not limited...

Registry SourceRecently Updated
1K4Profile unavailable