team-communication
团队内部沟通技能。当需要与其他 team members(agents)沟通、协调任务、请求帮助或发送消息时使用。提供团队成员目录、sessions_send 用法和最佳实践。
Why use this skill?
Streamline your AI team workflows with the team-communication skill for OpenClaw. Coordinate tasks between developer, designer, and QA agents easily.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ebly/team-communicationWhat This Skill Does
The team-communication skill serves as the central nervous system for inter-agent coordination within the OpenClaw ecosystem. It provides a standardized protocol for your primary agent to delegate tasks, request technical assistance, or sync status updates with specialized sub-agents. By leveraging the sessions_send command, agents can communicate effectively without the overhead of external messaging platforms. The skill includes a pre-defined registry of team members including a coder, designer, test specialist, and support staff, ensuring that tasks are routed to the most qualified agent for the job. This promotes a structured, asynchronous workflow that mimics a high-performance human development team, making your AI operations more scalable and manageable.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/ebly/team-communication
Once installed, you can verify the availability of the communication tools by running the sessions_list command to see all currently active agent channels.
Use Cases
- Technical Escalation: Automatically route complex code bugs to the 'coder' agent when identified during runtime.
- Quality Assurance: Hand off completed features or bug fixes to the 'test' agent for automated verification.
- Creative Asset Management: Request UI mockups or graphical assets from the 'designer' agent to accompany your deliverables.
- Operational Support: Coordinate environment preparation or infrastructure requests with the 'support' agent to ensure smooth deployment cycles.
Example Prompts
- "sessions_send(sessionKey="coder", message="The integration endpoint is returning 404s, please review the API controller code.")"
- "sessions_send(sessionKey="test", message="Feature X is implemented, please perform regression testing on the staging branch.")"
- "sessions_send(sessionKey="support", message="We need a staging environment with at least 8GB of RAM for the load test session starting at 3 PM.")"
Tips & Limitations
To maximize effectiveness, always prefix your messages with a clear subject like [Urgent] or [Sync]. Provide sufficient context in the initial message to prevent the need for clarifying follow-ups. Note that this skill is strictly for internal agent-to-agent communication; it does not replace external communication tools like Slack or Email for human-to-human collaboration. Keep messages concise and action-oriented to ensure the receiving agent can quickly parse the instruction and initiate their own task-specific skills.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ebly-team-communication": {
"enabled": true,
"auto_update": true
}
}
}