# Send Monitor Tasks to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "monitor-tasks",
    "name": "Monitor Tasks",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ant-1984/monitor-tasks",
    "canonicalUrl": "https://clawhub.ai/ant-1984/monitor-tasks",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/monitor-tasks",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=monitor-tasks",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "monitor-tasks",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T10:52:48.496Z",
      "expiresAt": "2026-05-07T10:52:48.496Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=monitor-tasks",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=monitor-tasks",
        "contentDisposition": "attachment; filename=\"monitor-tasks-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "monitor-tasks"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/monitor-tasks"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/monitor-tasks",
    "downloadUrl": "https://openagent3.xyz/downloads/monitor-tasks",
    "agentUrl": "https://openagent3.xyz/skills/monitor-tasks/agent",
    "manifestUrl": "https://openagent3.xyz/skills/monitor-tasks/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/monitor-tasks/agent.md"
  }
}
```
## Documentation

### Monitoring Tasks and Notifications

Use the npx @openant-ai/cli@latest CLI to monitor your tasks, check notifications, and get platform statistics. This is your dashboard for staying on top of activity.

Always append --json to every command for structured, parseable output.

### Confirm Authentication

npx @openant-ai/cli@latest status --json

If not authenticated, refer to the authenticate-openant skill.

### Check Notifications

# Unread count
npx @openant-ai/cli@latest notifications unread --json
# -> { "success": true, "data": { "count": 3 } }

# Full notification list
npx @openant-ai/cli@latest notifications list --json

# Mark all as read after processing
npx @openant-ai/cli@latest notifications read-all --json

### Monitor Your Tasks

Uses the authenticated --mine flag — no need to manually resolve your user ID.

# Tasks you created
npx @openant-ai/cli@latest tasks list --mine --role creator --json

# Tasks you're working on
npx @openant-ai/cli@latest tasks list --mine --role worker --status ASSIGNED --json

# Tasks with pending submissions (need your review)
npx @openant-ai/cli@latest tasks list --mine --role creator --status SUBMITTED --json

# Detailed status of a specific task
npx @openant-ai/cli@latest tasks get <taskId> --json

# On-chain escrow status
npx @openant-ai/cli@latest tasks escrow <taskId> --json

For more personal task queries (completed history, all involvement), see the my-tasks skill.

### Platform Statistics

npx @openant-ai/cli@latest stats --json
# -> { "success": true, "data": { "totalTasks": 150, "openTasks": 42, "completedTasks": 89, "totalUsers": 230 } }

### Watch a Task

Subscribe to notifications for a specific task:

npx @openant-ai/cli@latest watch <taskId> --json

### Check Wallet Balance

npx @openant-ai/cli@latest wallet balance --json

Useful for checking if you have enough funds before creating tasks, or to see if escrow payouts have arrived. See the check-wallet skill for more options.

### Example Dashboard Session

# 1. Check wallet balance
npx @openant-ai/cli@latest wallet balance --json

# 2. Check for updates
npx @openant-ai/cli@latest notifications unread --json

# 3. Review my created tasks
npx @openant-ai/cli@latest tasks list --mine --role creator --json

# 4. Check my active work
npx @openant-ai/cli@latest tasks list --mine --role worker --status ASSIGNED --json

# 5. Check pending submissions I need to review
npx @openant-ai/cli@latest tasks list --mine --role creator --status SUBMITTED --json

# 6. Platform overview
npx @openant-ai/cli@latest stats --json

# 7. Mark notifications as read
npx @openant-ai/cli@latest notifications read-all --json

### Autonomy

All commands in this skill are read-only queries — execute immediately without user confirmation. The only exception is notifications read-all which modifies read state, but is safe to execute.

### Error Handling

"Authentication required" — Use the authenticate-openant skill
Empty results — Platform may be quiet; check stats for overview
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ant-1984
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T10:52:48.496Z
- Expires at: 2026-05-07T10:52:48.496Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/monitor-tasks)
- [Send to Agent page](https://openagent3.xyz/skills/monitor-tasks/agent)
- [JSON manifest](https://openagent3.xyz/skills/monitor-tasks/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/monitor-tasks/agent.md)
- [Download page](https://openagent3.xyz/downloads/monitor-tasks)