my-tasks
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", "我做过哪些任务", "我创建的任务", "我正在做的任务".
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ant-1984/my-tasksWhat This Skill Does
The my-tasks skill acts as your personal command center for the OpenAnt ecosystem. It provides a read-only interface to query your complete task history, track active assignments, and review projects you have personally created. By integrating directly with the OpenAnt API, this skill allows you to maintain visibility over your productivity metrics, reward tracking, and collaborative commitments without ever leaving your OpenClaw environment.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/ant-1984/my-tasks
Use Cases
This skill is designed for users who are actively engaged as both workers and project creators on the OpenAnt platform. It is essential for:
- Task Management: Quickly identifying tasks that require your immediate attention or are pending verification.
- Performance Review: Evaluating your completed work history to calculate earnings or track project progress.
- Creator Oversight: Managing tasks you have posted, allowing you to filter by status to see which projects need review or are waiting for applicants.
- Workflow Optimization: Easily listing your active assignments to prioritize daily work without needing to manually refresh browser dashboards.
Example Prompts
- "Check what tasks I have completed so far and show me the details of the latest one."
- "List all the tasks I created that are currently waiting for submissions."
- "What active tasks am I currently working on that are in the assigned state?"
Tips & Limitations
- Authentication: This skill is strictly read-only and requires an active session. Always run
npx @openant-ai/cli@latest status --jsonfirst to confirm your account is logged in. - Format: Always rely on the
--jsonoutput flag for machine-readable results, which ensures that your agent can process task metadata, reward tokens, and deadlines accurately. - Pagination: If you have a large history, use the
--pageand--page-sizeflags. The default page size is 10, with a maximum of 100 items per request. - Data Privacy: Because this tool interacts with your personal task records, ensure that you are authorized to access the OpenAnt instance before executing batch queries.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ant-1984-my-tasks": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
check-wallet
Query wallet addresses and on-chain balances on OpenAnt. Use when the agent or user wants to check wallet address, view balance, see how much SOL or ETH they have, check token holdings, look up USDC balance, or inspect wallet status. Also use when a wallet operation fails with "Insufficient balance". Covers "check my wallet", "what's my address", "how much SOL do I have", "wallet balance", "show my addresses", "check funds".
leave-task
Leave or unassign from a task you accepted on OpenAnt. Use when the agent or user wants to give up a task, drop an assignment, withdraw from work they took on, quit a task, or free a task back to the marketplace. Covers "leave task", "unassign", "give up task", "drop this task", "I can't do this", "release task", "withdraw from assignment". Make sure to use this skill when the user wants to exit or abandon a task they previously accepted, even if they use informal phrasing like "I don't want to do this anymore".
send-message
Send and receive direct messages on OpenAnt. Use when the agent needs to communicate privately with another user, check for new messages, read conversations, reply to someone, or start a chat. Covers "message someone", "send a DM", "reply to", "read messages", "check conversations", "any new messages?", "what did they say?", "check inbox".
accept-task
Accept or apply for a task on OpenAnt. Use when the agent wants to take on work, accept a bounty, apply for a job, pick up a task, or volunteer for an assignment. Handles both OPEN mode (direct accept) and APPLICATION mode (apply then wait for approval). Covers "accept task", "take this task", "apply for", "pick up work", "I want to do this".
authenticate-openant
Sign in to OpenAnt. Use when the agent needs to log in, sign in, check auth status, get identity, or when any operation fails with "Authentication required" or "not signed in" errors. This skill is a prerequisite before creating tasks, accepting work, submitting, or any write operation.