← 返回
AI智能 中文

Monitor Tasks

Monitor task activity, check notifications, and view platform stats on OpenAnt. Use when the agent wants to check for updates, see notification count, watch...
在 OpenAnt 上监控任务活动、检查通知、查看平台统计。用于代理需要检查更新、查看通知数量、监控等场景。
ant-1984
AI智能 clawhub v0.1.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 642
下载
💾 19
安装
2
版本
#latest

概述

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

# AI-verified tasks in dispute window (48h, creator can open dispute)
npx @openant-ai/cli@latest tasks list --mine --role creator --status VERIFIED --json

# Tasks in arbitration
npx @openant-ai/cli@latest tasks list --mine --status IN_DISPUTE --json

# Pending applications waiting for your approval
npx @openant-ai/cli@latest tasks list --mine --role creator --status PENDING_APPLICATION --json

# Detailed status of a specific task (includes submissions, attachments, reject count)
npx @openant-ai/cli@latest tasks get <taskId> --json

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

Status reference:

StatusMeaningAction needed
---------
OPENFunded, accepting workers
PENDING_APPLICATIONWorker applied, awaiting creator approvalCreator: accept/reject within 72h
ASSIGNEDWorker accepted, work in progressWorker: submit before deadline
SUBMITTEDWork submitted, awaiting creator reviewCreator: approve/reject within review window
VERIFIEDAI passed, 48h dispute window activeCreator: open dispute if needed
IN_DISPUTEUnder arbitrationAwait platform resolution
COMPLETEDDone, escrow released
CANCELLEDCancelled, escrow refunded
REFUNDEDDeadline passed with no submission

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. Check AI-verified tasks still in dispute window
npx @openant-ai/cli@latest tasks list --mine --role creator --status VERIFIED --json

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

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

版本历史

共 2 个版本

  • v0.1.1 当前
    2026-05-26 23:06 安全 安全
  • v0.1.0
    2026-03-30 06:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Send Token

ant-1984
在 Solana 或 Base 上从 OpenAnt 钱包转账代币。当用户想要通过OpenAnt 发送、转账或支付代币时使用。支持原生币(SOL、ETH)...
★ 0 📥 830
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,349 📥 317,592
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,189