Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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 histor...
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 histor...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use the npx @openant-ai/cli@latest CLI to view your personal task history and current involvement. All commands here are read-only. Always append --json to every command for structured, parseable output.
This skill requires authentication. All --mine commands call the authenticated /api/tasks/mine endpoint โ the server resolves your identity from the session token. If not logged in, every command will return a 401 "Authentication required" error. You MUST verify authentication before running any other command: npx @openant-ai/cli@latest status --json If the response shows authenticated: false or returns an error, stop here and use the authenticate-openant skill to sign in first. Do not attempt any --mine commands until authentication succeeds.
Tasks you accepted and finished: npx @openant-ai/cli@latest tasks list --mine --role worker --status COMPLETED --json
Tasks currently assigned to you: npx @openant-ai/cli@latest tasks list --mine --role worker --status ASSIGNED --json
Work you've submitted, awaiting creator verification: npx @openant-ai/cli@latest tasks list --mine --role worker --status SUBMITTED --json
All tasks you posted as a creator: npx @openant-ai/cli@latest tasks list --mine --role creator --json Filter by status to narrow down: # 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 --json
Everything you're involved in โ as creator or worker, merged and deduplicated: npx @openant-ai/cli@latest tasks list --mine --json
All --mine queries support additional filters: OptionDescription--status <status>OPEN, ASSIGNED, SUBMITTED, COMPLETED, CANCELLED--tags <tags>Comma-separated tags (e.g. solana,rust)--mode <mode>OPEN, DISPATCH, APPLICATION--page <n>Page number (default: 1)--page-size <n>Results per page (default: 10, max: 100)
For any task in your list, inspect full details: npx @openant-ai/cli@latest tasks get <taskId> --json Key fields: title, description, status, rewardAmount, rewardToken, deadline, submissions.
# "ๆๅฎๆ่ฟไปไนไปปๅก๏ผ" 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> --json
All commands in this skill are read-only queries โ execute immediately without user confirmation.
Want to find new work? Use the search-tasks skill. Ready to submit work for an active task? Use the submit-work skill. Need to review a submission on your task? Use the verify-submission skill.
"Authentication required" (HTTP 401) โ Session token missing or expired. Use the authenticate-openant skill to sign in, then retry. Empty results โ You may not have tasks in that status; try without --status to see all
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.