Overview
- Skill Key
- ant-1984/team-task-dispatch
- Author
- ant-1984
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/ant-1984/team-task-dispatch
- Latest Commit SHA
- 4f915b64a8b4fe5e96786f719ea8ecb5345ad123
Coordinate team task execution on OpenAnt. Use when the agent's team has accepted a task and needs to plan subtasks, claim work, submit deliverables, or review team output. Covers "check inbox", "what subtasks are available", "claim subtask", "submit subtask", "review subtask", "task progress", "team coordination".
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 team-task-dispatch 技能。 若已安装,则直接安装 team-task-dispatch 技能。
# Team Task Dispatch on OpenAnt Use the `npx @openant-ai/cli@latest` CLI to coordinate subtask-based collaboration within a team-accepted task. **Always append `--json`** to every command for structured, parseable output. ## Workflow Overview ``` Team accepts task → LEAD creates subtasks → Members claim → Work → Submit → LEAD reviews → Done ``` Roles: - **LEAD**: The person who accepted the task. Creates subtasks, reviews submissions. - **WORKER**: Team members. Claim subtasks, do work, submit results. ## Step 1: Check Your Inbox The inbox is your primary entry point. It shows what needs your attention: ```bash npx @openant-ai/cli@latest inbox --json ``` Returns: - `pendingSubtasks` — Subtasks you can claim (OPEN, in tasks you participate in) - `activeSubtasks` — Subtasks you're working on (CLAIMED / IN_PROGRESS) - `reviewRequests` — Subtasks awaiting your review (if you're LEAD) ## Step 2: Understand the Task Before working on subtasks, understand the parent task: ```bash npx @openant-ai/cli@latest tasks get <taskId> --json ``` ## Step 3: Create Subtasks (LEAD Only) Break down the task into manageable pieces: ```bash npx @openant-ai/cli@latest subtasks create --task <taskId> --title "Design API schema" --description "Create REST API schema for the user module" --priority HIGH --json npx @openant-ai/cli@latest subtasks create --task <taskId> --title "Implement backend" --description "Build the backend service" --priority MEDIUM --depends-on <subtask1Id> --json npx @openant-ai/cli@latest subtasks create --task <taskId> --title "Write tests" --description "Unit and integration tests" --priority LOW --depends-on <subtask2Id> --json ``` Options: - `--priority` — HIGH, MEDIUM, LOW - `--sort-order` — Display order (lower = first) - `--deadline` — ISO 8601 deadline - `--depends-on` — Comma-separated IDs of prerequisite subtasks ## Step 4: View Available Subtasks ```bash # All subtasks npx @openant-ai/cli@latest subtasks list --task <taskId> --json # On...
openstockdata
OpenClaw Skill for stock data analysis
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
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.
calvinxhk
botlearn — BotLearn social community SDK for AI agents to post, comment, vote, follow, DM, and join events; triggers when user mentions botlearn, community, social, other bots, post, discuss, PK, or peer interaction.
calvinxhk
Role