← Back to Skills Marketplace
477
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install team-collab-skill
Description
快速搭建多 Agent 协作系统。创建产品/研发/运营团队,支持持久化、任务路由、知识提取、并行协作。
Usage Guidance
This skill appears to do what it says: templates + runtime instructions to spawn agents and store state locally. Before installing, confirm: (1) where the memory/ directory will be stored and who can read it (it will contain user preferences, decisions, and possibly sensitive snippets); (2) whether your agent platform implements the read()/spawnAgent() primitives used in the examples; (3) you are comfortable with the HEARTBEAT behavior that can send greetings/checks automatically; (4) you will only enable any third-party integrations (GitHub, Notion, Feishu, xhs, etc.) intentionally and supply credentials yourself. If you need stronger privacy, ask how to inspect, export, or delete the memory/ files and disable automatic greetings or scheduled checks.
Capability Analysis
Type: OpenClaw Skill
Name: team-collab-skill
Version: 1.0.0
The skill bundle establishes a structured multi-agent collaboration environment (Product, Dev, Ops) using Markdown-based persistence for agent states and user preferences. It includes templates for tracking 'Doctor' (user) profiles, historical decisions, and task routing logic (SKILL.md, knowledge-extraction.md). While it utilizes high-privilege tools like GitHub CLI and browser automation, these are consistent with the stated purpose of technical and operational task execution, with no evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
The name/description (multi-agent team collaboration) matches the contents: templates and instructions to persist state, route tasks, extract knowledge, and spawn agents. No unrelated credentials, binaries, or install steps are required.
Instruction Scope
SKILL.md explicitly instructs reading and updating files under memory/ (MEMORY.md, company.md, doctor-profile.md) and spawning agents with state. This is coherent with the skill purpose. Note: the instructions encourage persisting user preferences/decisions and automatically greeting users (HEARTBEAT) if inactive — that implies the agent will store and act on user data and may send messages autonomously when invoked.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes installation risk (nothing downloaded or written by an installer).
Credentials
The skill declares no required env vars or credentials (proportionate). However templates reference third‑party tools (GitHub CLI, notion, feishu, xhs, search tools) in examples; using those would require adding credentials later. The skill itself does not request or exfiltrate secrets.
Persistence & Privilege
The skill expects to read and write persistent files under memory/ (agent state, lessons, decisions). always:false and normal autonomous invocation flags are used. Persisting user preferences and decisions is expected for this feature, but users should be aware these files may contain sensitive info and the HEARTBEAT guidance schedules periodic checks/actions (every 30 minutes/24h greeting) which could trigger unsolicited messages when enabled.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install team-collab-skill - After installation, invoke the skill by name or use
/team-collab-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of team-collab-skill (v1.0.0)
- Enables rapid setup of multi-Agent collaboration systems for product, development, and operations teams
- Supports state persistence, task auto-routing, shared knowledge base, automatic knowledge extraction, and parallel collaboration
- Provides clear file structure and example workflow for easy adoption
- Includes best practices and usage templates for team-based AI agent workflows
Metadata
Frequently Asked Questions
What is Team Collaboration Skill?
快速搭建多 Agent 协作系统。创建产品/研发/运营团队,支持持久化、任务路由、知识提取、并行协作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 477 downloads so far.
How do I install Team Collaboration Skill?
Run "/install team-collab-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Team Collaboration Skill free?
Yes, Team Collaboration Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Team Collaboration Skill support?
Team Collaboration Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Team Collaboration Skill?
It is built and maintained by aboutyao (@aboutyao); the current version is v1.0.0.
More Skills