โ† All skills
Tencent SkillHub ยท Productivity

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 histor...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

Viewing My Tasks

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.

Prerequisites: Authentication Required

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.

My Completed Tasks

Tasks you accepted and finished: npx @openant-ai/cli@latest tasks list --mine --role worker --status COMPLETED --json

My Active Tasks

Tasks currently assigned to you: npx @openant-ai/cli@latest tasks list --mine --role worker --status ASSIGNED --json

Tasks I Submitted (Pending Review)

Work you've submitted, awaiting creator verification: npx @openant-ai/cli@latest tasks list --mine --role worker --status SUBMITTED --json

Tasks I Created

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

All My Tasks (Both Roles)

Everything you're involved in โ€” as creator or worker, merged and deduplicated: npx @openant-ai/cli@latest tasks list --mine --json

Filter Options

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)

View Task Details

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.

Examples

# "ๆˆ‘ๅฎŒๆˆ่ฟ‡ไป€ไนˆไปปๅŠก๏ผŸ" 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

Autonomy

All commands in this skill are read-only queries โ€” execute immediately without user confirmation.

Next Steps

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.

Error Handling

"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

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc