clawteam

clawteam is a skill for Claude Code, Codex from win4r/ClawTeam-OpenClaw. It costs 103 tokens per session (3,182 once invoked), scanned A, original, MIT.

A system for coordinating several AI agents working on the same task in parallel. A swarm means multiple agents handle different viewpoints or parts of the work at once.

In plain words
What is it for?
Use it to launch agent teams with isolated Git worktrees, shared inboxes, and task templates for research, review, investing, or business strategy.
Why use it?
It helps with tasks that benefit from independent analysis, such as research, code review, stock analysis, or strategy planning.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions subagents; built for openclaw.

Good fit Use it to launch agent teams with isolated Git worktrees, shared inboxes, and task templates for research, review, investing, or business strategy.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/win4r/clawteam-openclaw/hermes
About the project

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.

win4r/ClawTeam-OpenClaw · 1,450 stars · on GitHub · youtu.be

Install

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.

Any agent
npx skills add win4r/ClawTeam-OpenClaw --skill hermes
Clone the repo
git clone --depth 1 https://github.com/win4r/ClawTeam-OpenClaw

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for clawteam

README.md
[![agentmods](https://agentmods.dev/badge/skills/win4r/clawteam-openclaw/hermes/github.svg)](https://agentmods.dev/skills/win4r/clawteam-openclaw/hermes)
Your own site
<a href="https://agentmods.dev/skills/win4r/clawteam-openclaw/hermes"><img src="https://agentmods.dev/badge/skills/win4r/clawteam-openclaw/hermes/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for clawteam

Your own site · 80×15
<a href="https://agentmods.dev/skills/win4r/clawteam-openclaw/hermes"><img src="https://agentmods.dev/badge/skills/win4r/clawteam-openclaw/hermes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,182 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 119
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 231
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00103 $0.03182
Opus 5 $0.00051 $0.01591
Sonnet 5 $0.00021 $0.00636
Haiku 4.5 $0.00010 $0.00318

Measured 9d ago against content hash 18d2676fa3c7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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 9d 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.

skills/hermes/SKILL.md · 263 lines

How it starts

The opening of the file, as written. The whole thing — 263 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ClawTeam - Multi-Agent Swarm Coordination for Hermes

When To Use This Skill

USE CLAWTEAM (not delegate_task) when:

  • User explicitly says: clawteam, team, swarm, multi-agent, parallel agents, agent team
  • User asks for multi-perspective analysis that benefits from specialist agents (e.g., "analyze TSLA stock" -> hedge-fund template has 7 specialist analysts)
  • User wants research across multiple sources (research-paper template)
  • User wants code review from multiple angles (code-review template)
  • User wants business strategy brainstorming (strategy-room template)

DO NOT use delegate_task for these cases. delegate_task is a single sub-agent; clawteam is 5-7 specialist agents running in parallel with a kanban board and shared inboxes. For stock/research/review questions, clawteam produces dramatically better output.

Critical Flags (get these right the first time)

For clawteam launch:

  • --team-name (NOT --team)
  • -g or --goal for the prompt
  • --command hermes (REQUIRED for Hermes users — templates default to openclaw and will fail with gateway token errors if OpenClaw isn't set up)
  • --force to suppress the max-agent warning

For clawteam spawn (manual mode):

  • -t <team> team name
  • -n <agent-name> agent name
  • --task "<prompt>" task description
  • --no-workspace to skip git worktree creation (optional)
  • Trailing positional arg: hermes (NOT --command hermes)

All built-in templates default to command = ["openclaw"]. Hermes users MUST pass --command hermes:

# Stock analysis (7 specialist analysts: portfolio-manager, buffett, growth, technical, fundamentals, sentiment, risk-manager)
clawteam launch hedge-fund --team-name tesla --goal "Analyze TSLA" --command hermes --force

# Research paper summary
clawteam launch research-paper --team-name papers --goal "Survey arxiv 2024.X" --command hermes --force

# Code review (multiple perspectives)
clawteam launch code-review --team-name review1 --goal "Review PR #42" --command hermes --force

# Business strategy
clawteam launch strategy-room --team-name strat --goal "Q2 planning" --command hermes --force

Read the full file on GitHub · 263 lines

Changes

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.

  1. 9d ago First seen · 263 lines · 103 tokens per session scan A 18d2676fa3c7

Subscribe to this mod's changes

clawteam is a skill published in the GitHub repository win4r/ClawTeam-OpenClaw (1,450 stars, last pushed 2mo ago), licensed MIT. It adds 103 tokens to every session and 3,182 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.

Related

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…

win4r/openclaw-a2a-gateway · 130 tokens

edgefinder-cli

Use the EdgeFinder CLI for NFL, NBA, and MLB analysis, plus NFL/NBA schedules, standings, Polymarket odds, and portfolio lookups from the terminal.

andrewnexys/edgefinder-cli · 39 tokens

edgefinder

Use EdgeFinder for NFL, NBA, and MLB sports betting analysis, schedules, standings, odds, and Polymarket portfolio analysis.

andrewnexys/edgefinder-cli · 30 tokens

deepsafe-scan

Preflight security scanner for AI coding agents — scans deployment config, skills/MCP servers, memory/sessions, and AI agent config files (hooks injection) for secrets, PII, prompt injection, and dangerous patterns. Runs 4 model behavior probes (persuasion, sandbagging, deception, hallucination). Supports LLM-enhanced…

XiaoYiWeio/deepsafe-scan · 120 tokens

complaint-8d-report

Generates or completes 8D reports (Eight Disciplines) from customer complaint data, with D1–D8 fill-in guidance and a standard template. Supports customer-specific formats (one supplier, multiple customers with different 8D layouts). Use for customer complaints, quality deviations, and defect recurrence prevention.

didclawapp-ai/didclaw · 70 tokens

glmocr-formula

Official skill for recognizing and extracting mathematical formulas from images and PDFs into LaTeX format using ZhiPu GLM-OCR API. Supports complex equations, inline formulas, and formula blocks. Use this skill when the user wants to extract formulas, convert formula images to LaTeX, or OCR mathematical expressions.

didclawapp-ai/didclaw · 67 tokens