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.
Best use case
monitor-tasks is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using monitor-tasks should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/monitor-tasks/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How monitor-tasks Compares
| Feature / Agent | monitor-tasks | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Top AI Agents for Productivity
See the top AI agent skills for productivity, workflow automation, operational systems, documentation, and everyday task execution.
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# 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 overviewRelated Skills
Competitor Monitor
Tracks and analyzes competitor moves — pricing changes, feature launches, hiring, and positioning shifts
Agent Observability & Monitoring
Score, monitor, and troubleshoot AI agent fleets in production. Built for ops teams running 1-100+ agents.
jarvis-stock-monitor
全功能智能股票监控预警系统 Pro 版。支持成本百分比、均线金叉死叉、RSI 超买超卖、成交量异动、跳空缺口、动态止盈等 7 大预警规则。基础功能免费,高级功能 SkillPay 付费。
pc-monitor-cn
name: pc-monitor-cn
hatsune-miku-monitor
初音未来监控器 - 可爱的桌面系统监控工具(GIF动画 + 贴边隐藏 + 一键加速)
desktop-monitor-widget
桌面监控悬浮球 - 实时显示系统资源状态
openclaw-version-monitor
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
yt-assemblyai-monitor
YouTube channel monitor and video transcription using AssemblyAI cloud API. Pure Python + requests only — no ffmpeg, no Whisper, no extra tools needed. Monitors YouTube channels for new videos, extracts audio URLs via innertube API, submits to AssemblyAI for cloud transcription, and returns text + AI summary. Works on Mac, Linux, Windows. Only dependency: requests (usually pre-installed). Use when: user asks to monitor YouTube channels, transcribe YouTube videos, summarize video content, or set up YouTube content monitoring.
Amazon Review Monitor — Track, Analyze, Respond
**Never miss a negative review again. AI-drafted responses included.**
token-budget-monitor
Track and control token consumption across OpenClaw cron jobs
session-health-monitor
Context window health monitoring for OpenClaw agents — threshold warnings via Telegram, pre-compaction snapshots, and memory rotation.
cc-changelog-monitor
Monitor Claude Code releases and get Telegram alerts when new versions ship. Zero AI credits — pure bash monitoring.