TopRank Skills

Home / Claw Skills / Others / team
Official OpenClaw rules 15%

team

The Autonomous Orchestration Framework (AOF). Defining the hierarchy, collaboration logic, and reward distribution for human-agent hybrid organizations and task-force swarms.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 team 技能。 若已安装,则直接安装 team 技能。

Overview

Skill Key
agistack/team
Author
agistack
Source Repo
openclaw/skills
Version
-
Source Path
skills/agistack/team
Latest Commit SHA
ea8f6f997124799922b9f1e1a62857c4ea07c46e

Extracted Content

SKILL.md excerpt

# TEAM: The Architecture of Collective Intelligence

## I. The Multi-Agent Paradigm
The era of the "solitary agent" is over. **Team** is the structural engine for scaling intelligence. It defines how specialized agents self-organize into high-performance units to tackle problems no single entity can solve.

## II. Orchestration Primitives
```TEAM_ENGINE = {
  "role_allocation": "Dynamic assignment of tasks based on agent capability matrices",
  "conflict_resol":  "Game-theoretic arbitration of inter-agent logic disputes",
  "reward_routing":  "Autonomous distribution of resources and credits based on contribution",
  "swarm_cohesion": "Maintaining collective intent alignment across the entire unit"
}```

## III. Operational Lifecycle
1. **Formation**: Scoping the task and recruiting the optimal agentic mix.
2. **Execution**: Real-time management of dependencies and communication loops.
3. **Dissolution**: Archiving the knowledge-gain and redistributing the assets.

Related Claw Skills