Token导航 LogoToken导航TokenDH.com
开发执行命令clawhub未标认证来源可访问clear审计提醒

agent-squad特工小队

Agent Skill

agent-squad 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,576

周安装

524

GitHub Stars

公开资料未说明

下载量

4,192
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agent-squad(特工小队)
来源仓库:https://github.com/0xtimi/agent-squad
安装命令:
openclaw skills install agent-squad
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install agent-squad

简介

Agent Squad 管理在 tmux 会话中运行的持久 AI 编码团队。

  • 适用于复杂开发项目需多角色协作、任务队列调度和进度跟踪的场景。
  • 提供自动运行状况监控与报告机制,提升团队协作效率。
  • 安装前需确认是否允许执行 shell 命令或创建后台进程。
  • 建议查阅原始文档了解 tmux 集成细节与资源占用情况。

SKILL.md

name
agent-squad
version
0.9.4
license
MIT-0
description
Manage persistent AI coding squads that run in tmux sessions with task queues, progress reports, and automatic health monitoring. Use when the user wants to: (1) start/launch/create/restart a squad or team of AI agents, (2) assign/give tasks to a squad, (3) check squad status or ask what a squad is doing, (4) ping/nudge a squad to report progress, (5) stop a squad, (6) list all active squads, (7) configure squad settings like default project directory, (8) delete/archive a squad. Supports Claude Code, Codex, Gemini CLI, OpenCode, Kimi, Trae, Aider, and Goose as AI engines.
metadata

Agent Squad

GitHub: https://github.com/0xTimi/agent-squad

Run persistent AI coding squads in tmux. Squads pick up tasks, write code, and report progress — 24/7 in the background.

Slash Command Usage

Users can invoke /agent-squad directly with optional arguments:

CommandAction
/agent-squadShow squad dashboard (or Getting Started if none exist)
/agent-squad listList all squads
/agent-squad start my-squad claudeStart a squad
/agent-squad status my-squadCheck squad status
/agent-squad stop my-squadStop a squad
/agent-squad assign my-squad "add login page"Assign a task
/agent-squad ping my-squadNudge squad to report
/agent-squad delete my-squadArchive a squad
/agent-squad peek my-squadPeek at squad's live tmux screen
/agent-squad restart my-squadRestart a stopped squad

No arguments or list → run bash {baseDir}/scripts/squad-list.sh:

  • If squads exist: show a clean status dashboard
  • If no squads: show the Getting Started intro below

Getting Started

When users ask "what is this", "how do I use this", or invoke /agent-squad with no squads, give a friendly intro with usage examples. Match the user's language.

Agent Squad runs AI coding agents in the background 24/7. Just tell me what you need: - "Start a squad called my-squad using claude for ~/projects/my-app" - "Give my-squad a task: implement user login" - "How's my-squad doing?" - "Stop my-squad" - "What squads do I have?" Engines: Claude Code, Codex, Gemini CLI, OpenCode, Kimi, Trae, Aider, Goose Want to start one now?

If the user asks which engine to use or doesn't specify one: default to claude — it is the most thoroughly tested engine and works best with Agent Squad. Mention other engines only if the user specifically asks. See {baseDir}/references/engines.md for details.

What Users Can Do

Users interact through natural language. Here's what they might say and how to respond:

Start a squad

User: "start a squad called my-squad with claude" / "launch a codex squad for ~/projects/api"

Ask if missing: squad name. Default engine to claude if not specified. Project dir and context are optional.

First-time users: briefly mention squads run in full-auto mode — the AI has full access to the project directory.

Response: "Squad 'my-squad' is up and running with Claude Code! You can assign tasks anytime."

Assign a task

User: "give my-squad a task: build the login page" / "let my-squad work on JWT auth"

If only one squad exists, use it automatically. If the request is vague, ask for specifics.

Response: "Task assigned! my-squad will start working on 'Login Page' shortly."

Check status

User: "how's my-squad doing?" / "what's the status?" / "is my-squad done yet?"

Include the live tmux screen output (from squad-status.sh) in the response — this lets the user see what the agent is actually doing right now.

Response: "my-squad is running on Claude Code, working on 'Login Page' — about 60% done. 2 tasks completed, 1 in progress.

Live screen:

Working on form validation...
Created src/components/LoginForm.tsx
Running tests...

Peek at screen

User: "peek at my-squad" / "what's on my-squad's screen?" / "show me what my-squad is doing"

Show the raw tmux screen content. This is a quick way to see the agent's live terminal without checking reports.

Response: Show the screen output directly, formatted in a code block.

Ping for update

User: "ping my-squad" / "nudge it to report"

Response: "I've nudged my-squad to update its progress report. Check back in a minute."

Stop a squad

User: "stop my-squad" / "pause the squad"

Always confirm before stopping.

Response: "my-squad stopped. All work is saved — you can restart anytime."

Restart a squad

User: "restart my-squad" / "bring my-squad back up"

Response: "my-squad is back up and running! It will pick up where it left off."

List squads

User: "what squads do I have?" / "list my squads" / "show all squads"

Present a clean readable summary of all squads with name, engine, status, and task counts.

Delete a squad

User: "delete my-squad" / "archive the old squad" / "clean up my-squad"

Always ask for confirmation first. Reassure: data is archived, project code is never touched.

Configure

User: "set default project dir to ~/code" / "show squad settings"

What commands are available?

User: "agent-squad都有哪些命令" / "what can you do?" / "help"

IMPORTANT: Never show internal script names (squad-start.sh, etc.) to users. Instead, show the /agent-squad slash commands and natural language examples:

Here's what you can do with Agent Squad: | Command | Or just say... | |---|---| | /agent-squad start my-squad claude | "Start a squad called my-squad" | | /agent-squad assign my-squad "task" | "Give my-squad a task: ..." | | /agent-squad status my-squad | "How's my-squad doing?" | | /agent-squad peek my-squad | "Peek at my-squad's screen" | | /agent-squad ping my-squad | "Ping my-squad" | | /agent-squad stop my-squad | "Stop my-squad" | | /agent-squad restart my-squad | "Restart my-squad" | | /agent-squad list | "What squads do I have?" | | /agent-squad delete my-squad | "Delete my-squad" |

Script Reference

All scripts at {baseDir}/scripts/. Execute based on user intent above and present results conversationally.

squad-start.sh

bash {baseDir}/scripts/squad-start.sh "<name>" "<engine>" "<context>" [--project <dir>] [--restart] [--agent-teams] [--no-watchdog]
  • name: lowercase alphanumeric + hyphens
  • engine: claude, codex, gemini, opencode, kimi, trae, aider, goose
  • context: optional project background
  • --project <dir>: custom code output directory
  • --restart: required if squad name already exists (also used for restart intent)
  • --agent-teams: claude only, multi-agent mode
  • --no-watchdog: skip auto-restart cron

squad-assign.sh

bash {baseDir}/scripts/squad-assign.sh "<name>" "<title>" "<objective>" "<priority>"

Priority: critical / high / normal (default) / low

squad-status.sh

bash {baseDir}/scripts/squad-status.sh "<name>"

Also read latest report in ~/.openclaw/workspace/agent-squad/squads/<name>/reports/ — check ## Current section for real-time progress.

squad-peek.sh

bash {baseDir}/scripts/squad-peek.sh "<name>" [lines]

Default: 20 lines. Shows the live tmux screen content of a running squad.

squad-ping.sh

bash {baseDir}/scripts/squad-ping.sh "<name>"

squad-stop.sh

bash {baseDir}/scripts/squad-stop.sh "<name>"

squad-list.sh

bash {baseDir}/scripts/squad-list.sh

squad-delete.sh

bash {baseDir}/scripts/squad-delete.sh "<name>"          # show summary
bash {baseDir}/scripts/squad-delete.sh "<name>" --confirm # confirm archive

squad-config.sh

bash {baseDir}/scripts/squad-config.sh show
bash {baseDir}/scripts/squad-config.sh set projects_dir "<path>"

Guidelines

  • Never show internal script names (squad-start.sh, etc.) to users — always use /agent-squad slash commands or natural language examples
  • If only one squad exists, use it automatically — don't ask "which squad?"
  • One engine per squad — suggest multiple squads for multiple engines
  • Don't modify task/report files directly — only via assign script
  • If squad is stopped and user assigns a task, write it anyway — picked up on restart
  • Squads auto-init git repos; for existing projects suggest a separate branch
  • Watchdog auto-restarts crashed squads every 5 min by default
  • For restart: stop the squad first (squad-stop.sh), then start with --restart flag

Engine Reference

Details: {baseDir}/references/engines.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.04%
按下载量换算3,313

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install agent-squad 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills