Team Discuss
Skill by chyher
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chyher/team-discussWhat This Skill Does
Team Discuss is a powerful multi-agent collaboration framework designed to orchestrate complex group deliberation within the OpenClaw ecosystem. Unlike simple chatbots, this skill manages stateful discussions, tracks rounds of engagement, and enforces dialectical reasoning. By utilizing the 'sessions_spawn' mechanism, it allows you to bring different specialized agents together to debate, propose, and reach consensus on difficult topics. It acts as a moderator that prevents circular arguments by tracking previous messages and applying logic filters, ensuring that every participant contributes to a resolution rather than just stating opinions.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/chyher/team-discuss
Ensure that your environment has sufficient permissions for local file storage, as the skill uses a SharedStore to persist discussion states across agent sessions.
Use Cases
Team Discuss is best suited for scenarios involving high-stakes decision-making where multiple perspectives improve the outcome. This includes technical architecture reviews (e.g., microservices vs. monolith), product feature prioritization, ethical AI policy design, and academic research debates. It is particularly effective when you have specialized agents (e.g., a 'Backend Architect' and a 'Frontend Lead') that need to reconcile conflicting requirements.
Example Prompts
- "Start a new discussion titled 'Database Migration' with the architect and devops agents, setting the max rounds to 5 and requiring a consensus threshold of 0.8."
- "Run the 'API Versioning' debate and include a summary of any identified logical fallacies found in the architect's previous proposals."
- "Summarize the current consensus on the 'UX Redesign' discussion and suggest an additional participant to break the current deadlock."
Tips & Limitations
To maximize the effectiveness of this skill, ensure your sub-agents have clearly defined roles and system prompts that emphasize cooperative problem solving. Because the skill relies on recursive calls, be mindful of the round limits to prevent excessive token consumption. The dialectical engine is a tool for transparency; while it flags potential fallacies, human oversight is recommended for critical business decisions. File-based persistence ensures data safety, but ensure your storage directory is backed up if managing high-volume, long-running simulations.
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-chyher-team-discuss": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
daily-ai-news
Daily AI news aggregator. Fetches latest AI-related content from HackerNews, GitHub Trending, ArXiv papers, and web search (Brave/Tavily). Use for: (1) Getting daily AI digest, (2) Staying updated with trending AI projects, (3) Discovering latest research papers, (4) Web search for breaking news. Triggers: ai news, daily digest, what's new in ai, tech news.
tavily-search
使用Tavily API进行智能网络搜索。无需信用卡,每月1000次免费查询。支持AI增强的搜索结果和深度研究模式。Use when: 需要高质量搜索结果、学术研究、或不想绑定信用卡的场景。