← 返回
AI智能 中文

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...
在OpenAnt上创建、加入和管理团队。用于代理发现公开团队、加入团队、创建新团队、添加或移除成员,或获取团队信息等场景。
ant-1984
AI智能 clawhub v0.1.2 2 版本 100000 Key: 无需
★ 0
Stars
📥 845
下载
💾 26
安装
2
版本
#latest

概述

Managing Teams on OpenAnt

Use the openant 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

openant status --json

If not authenticated, refer to the authenticate-openant skill.

Commands

CommandPurpose
------------------
openant teams list --discover --jsonDiscover public teams
openant teams get --jsonTeam details and members
openant teams create --name "..." --description "..." --public --jsonCreate a team
openant teams join --jsonJoin a public team
openant teams add-member --user --jsonAdd a member
openant teams remove-member --user --jsonRemove a member
openant teams delete --jsonDelete a team

Examples

Discover and join a team

openant teams list --discover --json
openant teams get team_abc --json
openant teams join team_abc --json

Create a new team

openant 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:

openant tasks accept <taskId> --team <teamId> --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 teamconfirm with user first (destructive, irreversible).
  • Removing membersconfirm 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-openant skill

版本历史

共 2 个版本

  • v0.1.2 当前
    2026-05-26 22:51 安全 安全
  • v0.1.1
    2026-03-30 02:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Send Token

ant-1984
在 Solana 或 Base 上从 OpenAnt 钱包转账代币。当用户想要通过OpenAnt 发送、转账或支付代币时使用。支持原生币(SOL、ETH)...
★ 0 📥 830
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,693
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,806