TopRank Skills

Home / Claw Skills / Analyse des données / monitor-tasks
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 monitor-tasks 技能。 若已安装,则直接安装 monitor-tasks 技能。

Overview

Skill Key
ant-1984/monitor-tasks
Author
ant-1984
Source Repo
openclaw/skills
Version
-
Source Path
skills/ant-1984/monitor-tasks
Latest Commit SHA
45673dac28be6dd38bd0a14ea43076609e803d2d

Extracted Content

SKILL.md excerpt

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

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.