← Back to Skills Marketplace
aaronstuart

Tracker Latest Run Monitor

by 张家钊 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
97
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tracker-latest-run-monitor
Description
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 de...
Usage Guidance
This skill will read files at /home/SENSETIME/... and expects Feishu credentials inside projects.json for a different skill workspace. Before installing/running: (1) inspect projects.json and the runs JSONL file to confirm they contain only data you are willing to expose to this script (they include appSecret/notifyUserOpenId); (2) consider editing the script to point to paths in your environment or to accept explicit config (avoid leaving hardcoded absolute paths); (3) don't run it as a privileged user or in an environment where it can read unrelated secrets; (4) if you don't trust the publisher, avoid running it and reimplement the small logic yourself to ensure no unexpected data access. Providing the skill author, a rationale for the hardcoded paths, or a version that accepts explicit config would increase confidence.
Capability Analysis
Type: OpenClaw Skill Name: tracker-latest-run-monitor Version: 1.0.0 The skill is a monitoring utility designed to read local cron job execution logs and send status notifications via the Feishu API. While it contains hardcoded absolute paths specific to a developer's environment (e.g., `/home/SENSETIME/zhangjiazhao/` in `scripts/monitor-tracker-runs.js`), the logic is transparent and strictly follows the stated purpose in `SKILL.md`. It handles Feishu credentials and API calls using standard methods without any evidence of data exfiltration, unauthorized access, or malicious intent.
Capability Assessment
Purpose & Capability
The skill claims to be a generic 'latest-run monitor' but the script is hardcoded to a single job and absolute paths under /home/SENSETIME/... and a specific tracker name. That makes the published purpose (general monitor) inconsistent with the implementation (single-user, single-job target).
Instruction Scope
SKILL.md instructs running the included Node script, which reads a concrete JSONL run file and a projects.json. The script will read files in /home/SENSETIME/..., including another skill's workspace config; those file-access requirements are not declared in the registry metadata and grant access to secrets/config outside the skill's apparent scope.
Install Mechanism
No install spec is provided (instruction-only plus included script). Nothing is downloaded or written by an install step, which is lower risk than fetching external archives or packages.
Credentials
The script expects Feishu credentials (appId/appSecret) and notifyUserOpenId inside a projects.json file at a hardcoded path. The registry lists no required env vars or config paths. The code therefore accesses secret material (appSecret) and another skill's config without declaring it—this is disproportionate and a potential secret-exfiltration risk if repointed incorrectly.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system-wide privileges. It does, however, read filesystem paths; no modifications to other skills or system settings are performed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tracker-latest-run-monitor
  3. After installation, invoke the skill by name or use /tracker-latest-run-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of tracker-latest-run-monitor: - Monitors the most recent run of an OpenClaw cron job. - Sends a compact Feishu private message with latest execution time, status, and details. - Notifies regardless of run success or failure. - Exits quietly if no finished run is found. - Designed for standalone cron status notifications and Feishu alerts.
Metadata
Slug tracker-latest-run-monitor
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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 de... It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install Tracker Latest Run Monitor?

Run "/install tracker-latest-run-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tracker Latest Run Monitor free?

Yes, Tracker Latest Run Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tracker Latest Run Monitor support?

Tracker Latest Run Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tracker Latest Run Monitor?

It is built and maintained by 张家钊 (@aaronstuart); the current version is v1.0.0.

💬 Comments