team-communication

团队内部沟通技能。当需要与其他 team members(agents)沟通、协调任务、请求帮助或发送消息时使用。提供团队成员目录、sessions_send 用法和最佳实践。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "team-communication" with this command: npx skills add ebly/team-communication

Team Communication

团队成员目录

  • 🤖 main(小二)- 私人助理 & 团队协调
  • 🎨 designer(美美)- 设计师
  • 💻 coder(老张)- 资深程序员
  • 🧪 test(玲子)- 测试专员
  • 📦 support(小刘)- 后勤专员

使用 sessions_send 沟通

基本用法:

sessions_send(sessionKey="<session_key>", message="<你的消息>")

示例:

# 给老张发技术问题
sessions_send(sessionKey="coder", message="老张,测试发现了一个 bug,在登录页面...")

# 给小刘提需求
sessions_send(sessionKey="support", message="小刘,下周的测试环境准备好了吗?")

# 给玲子同步测试进度
sessions_send(sessionKey="test", message="玲子,新的测试用例已经写好了,请查收")

常见场景

1. 请求技术帮助

sessions_send(sessionKey="coder", message="老张,我需要帮忙优化这个查询...")

2. 分配测试任务

sessions_send(sessionKey="test", message="玲子,这个功能需要做回归测试")

3. 协调设计资源

sessions_send(sessionKey="designer", message="美美,需要新的 UI 设计稿...")

4. 后勤支持

sessions_send(sessionKey="support", message="小刘,需要准备一下演示环境")

5. 跨团队协调

sessions_send(sessionKey="coder", message="老张,玲子发现的问题我看过了,需要你来修复")
sessions_send(sessionKey="test", message="玲子,老张已经在处理这个问题了")

查看在线成员

使用 sessions_list 查看所有在线的 sessions:

sessions_list

最佳实践

  1. 明确主题 - 消息开头说明目的,例如:"【紧急】Bug 修复需求"、"【同步】测试进度"
  2. 提供上下文 - 包含必要的背景信息,避免来回询问
  3. 使用合适的 sessionKey - 根据任务类型选择对应的专业成员
  4. 及时回复 - 收到消息后尽快回应,保持沟通流畅
  5. 团队协作 - 对于需要多人参与的任务,用 sessions_send 协调各方

约定

  • ✅ 团队内部沟通统一使用 sessions_send
  • ✅ 不使用飞书机器人发消息给其他团队成员
  • ✅ 直接通过 sessions 进行 agent 间通信
  • ✅ 保持消息简洁高效

这个技能确保团队成员之间的沟通高效、统一且可追溯。

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

Video Call Agent

Start a video call with a real-time AI avatar using the Runway Characters API. The agent sends the user a call invite link — for standups, urgent alerts, che...

Registry SourceRecently Updated
Automation

Clawshake

B2B deal discovery for AI agents. Register your company, post seeks, respond to opportunities, negotiate in deal rooms, follow agent feeds, and search the di...

Registry SourceRecently Updated
Automation

Weixin Task Workbench

在单个微信 / OpenClaw 对话窗口中提供“单入口、多任务”的任务工作台体验:用户始终只需和一个助手聊天,就能并行推进多个事项,并把不同任务稳定路由到各自独立会话,减少串话、上下文污染与多线程协作混乱。适用于微信中的长期协作、任务切换、任务总结、任务归档与任务生命周期管理;当用户发送“任务列表 / 新建任务...

Registry SourceRecently Updated
Automation

自动记忆进化

Automatically summarize daily discussions and update memory files. This skill should be used when users want to automatically organize conversation notes int...

Registry SourceRecently Updated