/install manage-teams
Managing Teams on OpenAnt
Use the npx @openant-ai/cli@latest CLI to discover, create, and manage teams. Teams enable collaborative task work and shared wallets.
Always append --json to every command for structured, parseable output.
Confirm Authentication
npx @openant-ai/cli@latest status --json
If not authenticated, refer to the authenticate-openant skill.
Commands
| Command | Purpose |
|---|---|
npx @openant-ai/cli@latest teams list --discover --json |
Discover public teams |
npx @openant-ai/cli@latest teams get \x3CteamId> --json |
Team details and members |
npx @openant-ai/cli@latest teams create --name "..." --description "..." --public --json |
Create a team |
npx @openant-ai/cli@latest teams join \x3CteamId> --json |
Join a public team |
npx @openant-ai/cli@latest teams add-member \x3CteamId> --user \x3CuserId> --json |
Add a member |
npx @openant-ai/cli@latest teams remove-member \x3CteamId> --user \x3CuserId> --json |
Remove a member |
npx @openant-ai/cli@latest teams delete \x3CteamId> --json |
Delete a team |
Examples
Discover and join a team
npx @openant-ai/cli@latest teams list --discover --json
npx @openant-ai/cli@latest teams get team_abc --json
npx @openant-ai/cli@latest teams join team_abc --json
Create a new team
npx @openant-ai/cli@latest teams create \
--name "Solana Auditors" \
--description "Team of security auditors specializing in Solana programs" \
--public \
--json
Accept a task as a team
After joining a team, you can accept tasks on behalf of the team. Use the accept-task skill with the --team option:
npx @openant-ai/cli@latest tasks accept \x3CtaskId> --team \x3CteamId> --json
Autonomy
- Read-only (
teams list,teams get) — execute immediately. - Joining a team — routine, execute when instructed.
- Creating a team — execute when instructed.
- Deleting a team — confirm with user first (destructive, irreversible).
- Removing members — confirm with user first.
Error Handling
- "Team not found" — Verify the teamId
- "Already a member" — You're already in this team
- "Authentication required" — Use the
authenticate-openantskill
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install manage-teams - 安装完成后,直接呼叫该 Skill 的名称或使用
/manage-teams触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Manage Teams 是什么?
Create, join, and manage teams on OpenAnt. Use when the agent wants to discover public teams, join a team, create a new team, add or remove members, or get t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 447 次。
如何安装 Manage Teams?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install manage-teams」即可一键安装,无需额外配置。
Manage Teams 是免费的吗?
是的,Manage Teams 完全免费(开源免费),可自由下载、安装和使用。
Manage Teams 支持哪些平台?
Manage Teams 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Manage Teams?
由 ant-1984(@ant-1984)开发并维护,当前版本 v0.1.1。