ClawTeam-OpenClaw coordinates multiple command-line coding agents as a swarm that divides work, communicates, and combines results. Developers use it to orchestrate agents including OpenClaw, Claude Code, Codex, Hermes Agent, nanobot, and Cursor. The catalogue entries provide skills and instructions for working with this coordination system.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add win4r/ClawTeam-OpenClaw --skill openclawgit clone --depth 1 https://github.com/win4r/ClawTeam-OpenClawWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/win4r/clawteam-openclaw/openclaw)<a href="https://agentmods.dev/skills/win4r/clawteam-openclaw/openclaw"><img src="https://agentmods.dev/badge/skills/win4r/clawteam-openclaw/openclaw.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00106 | $0.03024 |
| Opus 5 | $0.00053 | $0.01512 |
| Sonnet 5 | $0.00021 | $0.00605 |
| Haiku 4.5 | $0.00011 | $0.00302 |
Grade A, and why
clawteam scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 274 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ClawTeam — Multi-Agent Swarm Coordination
Overview
ClawTeam is a CLI tool (clawteam) for orchestrating multiple AI agents as self-organizing swarms. It uses git worktree isolation, tmux windows, and filesystem-based messaging. OpenClaw is the default agent backend.
CLI binary: clawteam (installed via pip, available in PATH)
Quick Start
One-Command Template Launch (Recommended)
# Launch a pre-built team from a template
clawteam launch hedge-fund --team fund1
clawteam launch code-review --team review1
clawteam launch research-paper --team paper1
Manual Team Setup
# 1. Create team with leader
clawteam team spawn-team my-team -d "Build a web app" -n leader
# 2. Create tasks with dependencies
clawteam task create my-team "Design API schema" -o architect
# Returns task ID, e.g., abc123
clawteam task create my-team "Implement auth" -o backend --blocked-by abc123
clawteam task create my-team "Build frontend" -o frontend --blocked-by abc123
clawteam task create my-team "Write tests" -o tester
# 3. Spawn agents (each gets its own tmux window + git worktree)
clawteam spawn -t my-team -n architect --task "Design the API schema for a web app"
clawteam spawn -t my-team -n backend --task "Implement OAuth2 authentication"
clawteam spawn -t my-team -n frontend --task "Build React dashboard"
# 4. Monitor
clawteam board show my-team # Kanban view
clawteam board attach my-team # Tmux tiled view (all agents side-by-side)
clawteam board serve --port 8080 # Web dashboard
Command Reference
Team Management
| Command | Description |
|---|---|
clawteam team spawn-team <name> -d "<desc>" -n <leader> |
Create team |
clawteam team discover |
List all teams |
clawteam team status <team> |
Show team members and info |
clawteam team cleanup <team> --force |
Delete team and all data |
Task Management
| Command | Description |
|---|---|
clawteam task create <team> "<subject>" -o <owner> [-d "<desc>"] [--blocked-by <id>] |
Create task |
clawteam task list <team> [--owner <name>] |
List tasks (filterable) |
clawteam task update <team> <id> --status <status> |
Update status |
clawteam task get <team> <id> |
Get single task |
clawteam task stats <team> |
Timing statistics |
clawteam task wait <team> |
Block until all tasks complete |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 274 lines · 106 tokens per session scan A 7dddb7d087fa
clawteam is a skill published in the GitHub repository win4r/ClawTeam-OpenClaw (1,448 stars, last pushed 2mo ago), licensed MIT. It adds 106 tokens to every session and 3,024 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
a2a-setup
Install and configure the OpenClaw A2A Gateway plugin for cross-server agent communication. Use when: (1) setting up A2A between two or more OpenClaw instances, (2) user says 'configure A2A', 'set up A2A gateway', 'connect two OpenClaw servers', 'agent-to-agent communication', (3) adding a new A2A peer to an existing…
linear
Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl — no dependencies.
notion
Notion API for creating and managing pages, databases, and blocks via curl. Search, create, update, and query Notion workspaces directly from the terminal.
crm-ops
How to operate the Lobu funnel CRM — create and enrich leads, log interactions, advance funnel stages, open and update pilots, and produce the weekly digest. Use whenever the task touches the pipeline.
pm-brainstorm
A guided brainstorming workflow for exploring a new product idea before detailed research or requirements work. It collects basic information about the product, users, and problem through staged questions.
pm-priority
A Chinese-language procedure for ranking several product requests when time or resources are limited. It supports scoring or grouping methods such as RICE, KANO, and MoSCoW to decide what should be done first.