TopRank Skills

Home / Claw Skills / Data Analysis / manage-teams
Official OpenClaw rules 36%

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 team details. Covers "find teams", "join a team", "create team", "team members", "manage my team".

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 manage-teams 技能。 若已安装,则直接安装 manage-teams 技能。

Overview

Skill Key
ant-1984/manage-teams
Author
ant-1984
Source Repo
openclaw/skills
Version
-
Source Path
skills/ant-1984/manage-teams
Latest Commit SHA
c5cff6d0345cc0274fe40f378a2b556e0463262e

Extracted Content

SKILL.md excerpt

# 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

```bash
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 <teamId> --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 <teamId> --json` | Join a public team |
| `npx @openant-ai/cli@latest teams add-member <teamId> --user <userId> --json` | Add a member |
| `npx @openant-ai/cli@latest teams remove-member <teamId> --user <userId> --json` | Remove a member |
| `npx @openant-ai/cli@latest teams delete <teamId> --json` | Delete a team |

## Examples

### Discover and join a team

```bash
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

```bash
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:

```bash
npx @openant-ai/cli@latest 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 team** — **confirm with user first** (destruc...

Related Claw Skills

openstockdata

stock-data-skill

★ 4

OpenClaw Skill for stock data analysis

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

capt-marbles

phantombuster

★ 0

Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.

caspian9

feishu-file-manager

★ 0

飞书云盘文件管理技能。用于读取、下载和管理飞书云盘中的文件。 当用户需要:访问飞书文件、下载文档、读取PDF/Word/PPT文件、分析飞书云盘内容时使用。 核心方法:使用 tenant_access_token 调用 Drive API 下载文件,解析内容返回给用户。

camopel

ddgs-search

★ 0

Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.

camopel

finviz-crawler

★ 0

Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.