← 返回 Skills 市场
70
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lightweight-team-orchestration
功能描述
Facilitates simple multi-agent team collaboration with defined roles, task distribution, and versioned artifact management via a streamlined folder structure.
使用说明 (SKILL.md)
Lightweight Team Orchestration
A lightweight multi-agent team collaboration skill with a simplified output structure focused on core deliverables.
Use Cases
- Creating simple teams with 2+ agents
- Agent role definition and task distribution
- Agent output artifact management (with versioning)
- Lightweight collaboration workflows (no complex workflow engine required)
Quick Start
Output Structure
[TEAM_NAME]/
├── agents/ # Agent role definitions
│ ├── orchestrator/ # Orchestrator
│ │ └── SOUL.md # Role definition
│ ├── builder/ # Executor
│ │ └── SOUL.md
│ └── reviewer/ # Reviewer (optional)
│ └── SOUL.md
└── projects/ # Output artifacts (with versioning)
├── v1.0.0/ # Version directory
│ ├── builder.md # Builder output
│ └── reviewer.md # Reviewer output
└── v1.1.0/ # Next version
Workflow
- Create Agent Roles → Create SOUL.md for each agent under
agents/ - Distribute Tasks → Launch agents using sessions_spawn
- Collect Artifacts → Store artifacts in
projects/v{version}/ - Version Management → Create a new version directory for each delivery
Agent Role Definitions
agents/orchestrator/SOUL.md
# Orchestrator
## Responsibilities
- Task distribution and progress tracking
- Coordination between agents
- Artifact version management
## Behaviors
- Use high-reasoning model
- Keep task status updated
agents/builder/SOUL.md
# Executor
## Responsibilities
- Execute specific tasks
- Produce deliverables
## Behaviors
- Deliver according to specifications
- Annotate version number
agents/reviewer/SOUL.md (optional)
# Reviewer
## Responsibilities
- Verify output quality
- Propose improvement suggestions
Task Distribution
Launch agents using sessions_spawn:
Task: [Task description]
Output: projects/v{version}/{agent}.md
Verify: [Verification method]
Version Management
- Initial version: v1.0.0
- Each iteration: Increment version number
- Preserve history: All versions retained in projects/
When to Use
- Simple 2-3 person teams
- No complex workflow engine required
- Focus on artifact delivery over process
When Not to Use
- Complex multi-stage workflows
- Real-time status tracking → Use task boards
- Large-scale agent coordination
安全使用建议
This skill appears coherent and low-risk: it only describes folder layout, role files, and using the platform's sessions_spawn primitive to run agents. Before installing, confirm you trust the platform's agent/session permissions (sessions_spawn can launch autonomous agents) and enforce limits on what spawned agents can access (secrets, external networks, or system files). Review any SOUL.md role content you create to avoid embedding sensitive data, and ensure your platform enforces per-session access controls and logging.
功能分析
Type: OpenClaw Skill
Name: lightweight-team-orchestration
Version: 1.0.0
The skill bundle provides a standard organizational framework and documentation for multi-agent orchestration. It defines directory structures for agent roles and project versioning without any executable code, suspicious network activity, or malicious prompt injection instructions in SKILL.md.
能力评估
Purpose & Capability
Name/description (lightweight team orchestration) matches the instructions: creating agent role files, distributing tasks, and versioning artifacts. The skill does not ask for unrelated binaries, environment variables, or cloud credentials.
Instruction Scope
Runtime instructions are scoped to creating folder structure, role definition files (SOUL.md), launching agents via the platform primitive 'sessions_spawn', and saving outputs under projects/. This stays within the described purpose. Note: it instructs use of a 'high-reasoning model' and the sessions_spawn primitive — both are platform-level capabilities that enable autonomous agent launches; this is expected for a multi-agent orchestration skill but you should confirm platform-level session/permission controls before running.
Install Mechanism
No install spec, no code files, and no downloads — lowest-risk installation footprint (instruction-only).
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills' configs. Autonomous invocation via the agent is possible (platform default) but not escalated by the skill itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lightweight-team-orchestration - 安装完成后,直接呼叫该 Skill 的名称或使用
/lightweight-team-orchestration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Lightweight-team-orchestration v1.0.0 initial release:
- Introduces a simple multi-agent collaboration framework with only two main output folders: agents/ and projects/
- Supports team creation, agent role definition, and task distribution
- Manages agent deliverables with versioned artifact storage
- Designed for lightweight workflows without complex orchestration
- Best for small teams focused on artifact delivery rather than process tracking
元数据
常见问题
Lightweight Team Orchestration 是什么?
Facilitates simple multi-agent team collaboration with defined roles, task distribution, and versioned artifact management via a streamlined folder structure. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 70 次。
如何安装 Lightweight Team Orchestration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lightweight-team-orchestration」即可一键安装,无需额外配置。
Lightweight Team Orchestration 是免费的吗?
是的,Lightweight Team Orchestration 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lightweight Team Orchestration 支持哪些平台?
Lightweight Team Orchestration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lightweight Team Orchestration?
由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。
推荐 Skills