← 返回 Skills 市场
97
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tracker-latest-run-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/tracker-latest-run-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 Tracker Latest Run Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tracker-latest-run-monitor」即可一键安装,无需额外配置。
Tracker Latest Run Monitor 是免费的吗?
是的,Tracker Latest Run Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tracker Latest Run Monitor 支持哪些平台?
Tracker Latest Run Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tracker Latest Run Monitor?
由 张家钊(@aaronstuart)开发并维护,当前版本 v1.0.0。
推荐 Skills