返回顶部
m

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 a task for changes, check what's happening on the platform, or get a dashboard overview. Covers "check notifications", "any updates?", "platform stats", "what's new", "status update", "watch task". For personal task history and listing, use the my-tasks skill instead.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.0
安全检测
已通过
282
下载量
0
收藏
概述
安装方式
版本历史

monitor-tasks

# 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 ```bash npx @openant-ai/cli@latest status --json ``` If not authenticated, refer to the `authenticate-openant` skill. ## Check Notifications ```bash # 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. ```bash # 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 ```bash 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: ```bash npx @openant-ai/cli@latest watch <taskId> --json ``` ## Check Wallet Balance ```bash 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 ```bash # 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 monitor-tasks-1776286504 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 monitor-tasks-1776286504 技能

通过命令行安装

skillhub install monitor-tasks-1776286504

下载 Zip 包

⬇ 下载 monitor-tasks v0.1.0

文件大小: 1.97 KB | 发布时间: 2026-4-16 18:41

v0.1.0 最新 2026-4-16 18:41
Initial release of the monitor-tasks skill for OpenAnt.

- Provides commands to monitor task activity, check notifications, and view platform statistics.
- Includes dashboards for wallet balance, unread notifications, assigned/created tasks, and platform stats.
- Supports watching specific tasks and checking on-chain escrow status.
- Commands are executed via the OpenAnt CLI with structured `--json` output.
- Designed for quick, read-only monitoring and platform updates.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部