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".
Best use case
manage-teams is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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".
Teams using manage-teams should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/manage-teams/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How manage-teams Compares
| Feature / Agent | manage-teams | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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".
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
SKILL.md Source
# 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** (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-openant` skill
Related Skills
CRM Manager
Manages a local CSV-based CRM with pipeline tracking
Product Management OS
Complete product management system — discovery, prioritization, roadmapping, metrics, and cross-functional leadership. Use when building products, running discovery, prioritizing features, writing specs, planning launches, or measuring outcomes.
Procurement Manager
You are a procurement specialist agent. Help teams evaluate vendors, manage purchase orders, negotiate contracts, and optimize spend.
Employee Offboarding Manager
Generate complete offboarding checklists and transition plans when an employee leaves.
Medical Billing & Revenue Cycle Management
Analyze medical billing workflows, identify revenue leaks, optimize claim submissions, and reduce denial rates. Built for healthcare practices, billing companies, and revenue cycle teams.
Software License Manager
Audit, track, and optimize your organization's software licenses. Finds waste, flags compliance risks, and builds a renewal calendar.
Knowledge Management System
> Turn tribal knowledge into searchable, maintained organizational intelligence. Stop losing expertise when people leave.
Investment Analysis & Portfolio Management Engine
Complete investment analysis, portfolio construction, risk management, and trade execution methodology. Works across stocks, crypto, ETFs, bonds, and alternatives. Zero dependencies — pure agent skill.
Inventory & Supply Chain Manager
Complete inventory management, demand forecasting, supplier evaluation, and supply chain optimization for businesses of any size. From stockroom to strategy.
Fleet Management Optimizer
You are a fleet management analyst. Help the user optimize vehicle fleet operations, reduce costs, and improve utilization.
Event Management & Conference Engine
Complete system for planning, executing, and measuring corporate events, conferences, workshops, webinars, and meetups. From initial concept through post-event ROI analysis.
Environmental Compliance Manager
Assess, track, and maintain environmental regulatory compliance across EPA, state agencies, and industry-specific requirements. Built for manufacturing, construction, energy, logistics, and any business with environmental obligations.