my-tasks
Installation
SKILL.md
Viewing My Tasks
Use the openant 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.
Prerequisites: Authentication Required
This skill requires authentication. All
--minecommands call the authenticated/api/tasks/mineendpoint — 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:
openant 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.