Back to Registry View Author Profile
Official Verified
tracker-latest-run-monitor
Monitor the most recent run result of a configured OpenClaw cron job and send a compact Feishu private message with the latest execution time, status, and detail. Use when a user wants a standalone skill for latest-run monitoring, cron status notifications, daily status pings, or Feishu alerts for a tracker/scheduled job regardless of success or failure.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aaronstuart/tracker-latest-run-monitorOr
Tracker Latest Run Monitor
Use this skill when you need a standalone latest-run status notifier for a cron job.
Core files
scripts/monitor-tracker-runs.js: Read the target cron job's most recentfinishedrun record and send a compact Feishu DM.references/configuration.md: Explain what the script reads and what notification it sends.
Workflow
- Ensure the target cron job id and Feishu config are correct in the script or referenced config.
- Run
scripts/monitor-tracker-runs.jsdirectly with Node. - Let the script read the target cron run JSONL file.
- Send exactly one Feishu private message for the latest finished run, whether it succeeded or failed.
Command
node scripts/monitor-tracker-runs.js
Output behavior
The script sends a compact mobile-friendly Feishu text with only:
- 最近一次执行时间
- 状态
- 详情
If no finished run exists yet, the script exits quietly.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aaronstuart-tracker-latest-run-monitor": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.