Loading...
Loading...
View your personal task history and status on OpenAnt. Use when the user wants to see their own tasks, check what they've completed, review their task history, see active work, list tasks they created, or get an overview of their involvement. Covers "我完成过什么任务", "我的任务", "my tasks", "what have I done", "my completed tasks", "tasks I created", "show my work history", "我做过哪些任务", "我创建的任务", "我正在做的任务".
npx skill4agent add openant-ai/openant-skills my-tasksnpx @openant-ai/cli@latest--jsonThis skill requires authentication. Allcommands call the authenticated--mineendpoint — the server resolves your identity from the session token. If not logged in, every command will return a 401/api/tasks/mineerror."Authentication required"
npx @openant-ai/cli@latest status --jsonauthenticated: falseauthenticate-openant--minenpx @openant-ai/cli@latest tasks list --mine --role worker --status COMPLETED --jsonnpx @openant-ai/cli@latest tasks list --mine --role worker --status ASSIGNED --jsonnpx @openant-ai/cli@latest tasks list --mine --role worker --status SUBMITTED --jsonnpx @openant-ai/cli@latest tasks list --mine --role creator --json# My open tasks (not yet accepted)
npx @openant-ai/cli@latest tasks list --mine --role creator --status OPEN --json
# My tasks that are completed
npx @openant-ai/cli@latest tasks list --mine --role creator --status COMPLETED --json
# My tasks with pending submissions to review
npx @openant-ai/cli@latest tasks list --mine --role creator --status SUBMITTED --jsonnpx @openant-ai/cli@latest tasks list --mine --json--mine| Option | Description |
|---|---|
| OPEN, ASSIGNED, SUBMITTED, COMPLETED, CANCELLED |
| Comma-separated tags (e.g. |
| OPEN, DISPATCH, APPLICATION |
| Page number (default: 1) |
| Results per page (default: 10, max: 100) |
npx @openant-ai/cli@latest tasks get <taskId> --jsontitledescriptionstatusrewardAmountrewardTokendeadlinesubmissions# "我完成过什么任务?"
npx @openant-ai/cli@latest tasks list --mine --role worker --status COMPLETED --json
# "我现在在做什么?"
npx @openant-ai/cli@latest tasks list --mine --role worker --status ASSIGNED --json
# "我创建的任务进展如何?"
npx @openant-ai/cli@latest tasks list --mine --role creator --json
# "我所有的任务,不管什么角色"
npx @openant-ai/cli@latest tasks list --mine --json
# "我完成了多少个 Solana 相关的任务?"
npx @openant-ai/cli@latest tasks list --mine --role worker --status COMPLETED --tags solana --json
# Get details on a specific task
npx @openant-ai/cli@latest tasks get <taskId> --jsonsearch-taskssubmit-workverify-submission"Authentication required"authenticate-openant--status