my-tasks
Manage your personal OpenAnt task history, status, and assignments. Retrieve, track, and review tasks as a worker or creator.
Introduction
The my-tasks skill provides a seamless, CLI-based interface for OpenAnt users to monitor their personal task ecosystem. It is designed for contributors and task creators who need a fast, structured way to interact with their activity log on the OpenAnt platform. By utilizing the @openant-ai/cli, this skill abstracts complex API calls into simple, read-only commands that return structured JSON data, making it ideal for integration into agentic workflows or quick status checks during technical development.
-
Full visibility into task involvement, supporting both worker and creator roles for comprehensive project tracking.
-
Granular filtering capabilities using --status, --tags, and --mode to narrow down task lists by specific criteria like COMPLETED, ASSIGNED, or SUBMITTED.
-
Detailed inspection of specific task entities, providing access to reward details, deadlines, and submission statuses.
-
Deduplicated view for all tasks, allowing users to see their entire history across multiple roles in one unified feed.
-
Seamless integration with other platform skills like authenticate-openant, search-tasks, submit-work, and verify-submission.
-
The skill requires a valid authentication state. Always run the
statuscommand first to confirm your session before executing list or get operations. -
All outputs are provided in JSON format, facilitating easy parsing and programmatic use by other agents.
-
Commands are strictly read-only, ensuring safety and preventing unintended modifications to task data.
-
If a 401 Unauthorized error is encountered, trigger the authentication skill to refresh the session token.
-
Use the filtering options to optimize result counts, keeping page sizes within default limits for better performance.
Repository Stats
- Stars
- 4,454
- Forks
- 1,215
- Open Issues
- 7
- Language
- Python
- Default Branch
- main
- Sync Status
- Idle
- Last Synced
- Apr 30, 2026, 11:07 AM