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.
openant status --json
If not authenticated, refer to the authenticate-openant skill.
| Command | Purpose |
|---|---|
| --------- | --------- |
openant teams list --discover --json | Discover public teams |
openant teams get | Team details and members |
openant teams create --name "..." --description "..." --public --json | Create a team |
openant teams join | Join a public team |
openant teams add-member | Add a member |
openant teams remove-member | Remove a member |
openant teams delete | Delete a team |
openant teams list --discover --json
openant teams get team_abc --json
openant teams join team_abc --json
openant teams create \
--name "Solana Auditors" \
--description "Team of security auditors specializing in Solana programs" \
--public \
--json
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
teams list, teams get) — execute immediately.authenticate-openant skill共 2 个版本