← 返回 Skills 市场
asclaude-monitor
作者
Sherman Schulist
· GitHub ↗
· v1.0.0
· MIT-0
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install asclaude-monitor
功能描述
Monitors system resources, manages scheduled tasks, tracks background jobs, and sends proactive alerts to ensure stable automated workflows in OpenClaw.
使用说明 (SKILL.md)
asclaude-monitor: 智能任务与系统健康监控中心 📊🔔
从“被动响应”到“主动关怀”,让您的 AI 助手拥有全天候的系统感知力。
🌟 核心亮点
asclaude-monitor 是 OpenClaw 环境下的“运维驾驶舱”。它集成了系统资源监视、定时任务管家以及异步任务追踪功能。通过这套工具,黑米能够主动发现环境隐患,确保您的自动化流程(如股票监控、新闻抓取)稳定运行,不再出现“静默失败”。
🚀 功能详解
- 系统健康自检 (Health Check):
- 磁盘与内存: 实时监控工作区存储空间,防止日志或归档文件占满磁盘。
- 网关状态: 快速确认 OpenClaw Gateway 是否在线,排查网络连接问题。
- Cron 任务管家:
- 一键清单: 优雅地列出所有定时任务,包含运行时间表和状态。
- 主动预警: 配合 Heartbeat 机制,定期检查关键任务是否执行成功。
- 子代理追踪 (Sub-agent Watch):
- 监控后台运行的复杂任务进度。
- 当任务卡死或超时时,提供快速响应建议。
- 主动提醒引擎:
- 在关键节点(如任务完成、系统空闲)主动通过飞书或聊天窗口推送状态。
🛠️ 使用指南
- 运行健康检查:
python scripts/health_check.py - 查看定时任务:
python scripts/cron_manager.py
由 黑米 (HeiMi) 为您打造的 AI 运维中枢,让每一次自动化运行都心中有数。 🌾
安全使用建议
This skill appears small and mostly benign, but take these precautions before installing or running it: 1) The scripts call the 'openclaw' CLI and reference ~/.openclaw/workspace but the metadata doesn't declare that dependency—ensure you trust and have the 'openclaw' binary on PATH. 2) SKILL.md/README claim push notifications (Feishu/chat) but no push code or credentials are present; if you need that feature ask the author for implementation or a secure webhook setup. 3) The Python files use subprocess.run to invoke 'openclaw'—review the scripts yourself and run them in a sandbox or restricted environment first. 4) If you plan to run regularly, request that the author update metadata to list required binaries and document any network or credential requirements. These steps will reduce risk and clarify intent.
功能分析
Type: OpenClaw Skill
Name: asclaude-monitor
Version: 1.0.0
The asclaude-monitor bundle provides basic system health and task monitoring functionality. The scripts (health_check.py and cron_manager.py) use standard Python libraries and the openclaw CLI to report disk usage and list scheduled tasks, with no evidence of malicious intent, data exfiltration, or prompt injection vulnerabilities.
能力评估
Purpose & Capability
The described purpose (monitor system resources, cron tasks, sub-agent tracking) matches the included scripts which check disk usage and call 'openclaw cron list' and 'openclaw gateway status'. However the package metadata does not declare that the 'openclaw' CLI is required, and the README/SKILL.md claim proactive push notifications (e.g., Feishu) though no code or env vars implement that. These are inconsistencies but not evidence of malicious intent.
Instruction Scope
SKILL.md simply instructs the user to run the two Python scripts. The scripts operate locally: they read ~/.openclaw/workspace for disk stats and invoke 'openclaw' subcommands via subprocess.run. They do not exfiltrate data or contact external endpoints. The discrepancy is that SKILL.md promises alerting/push integrations which are not implemented in the included scripts.
Install Mechanism
No install spec (instruction-only with small included scripts). Nothing is downloaded or written during installation. Risk from install mechanism is low.
Credentials
The skill declares no required environment variables or credentials, and the scripts do not access secrets. However, they do rely on an external 'openclaw' binary and a workspace path (~/.openclaw/workspace) that are not declared in the metadata; the omission reduces transparency and should be corrected.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges, nor does it modify other skills or global agent configs. It is user-invocable only, which is appropriate for its functionality.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install asclaude-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/asclaude-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
# asclaude-monitor: 智能任务与系统健康监控中心 📊🔔
> **从“被动响应”到“主动关怀”,为您的 AI 助手装上“全景雷达”。**
## 🌟 为什么你需要 asclaude-monitor?
在复杂的 AI 自动化工作流中,最可怕的不是任务失败,而是**“静默失败”**。当定时任务悄悄停止、磁盘空间无声耗尽、或者后台代理卡死时,您往往要等到问题爆发才会察觉。
**asclaude-monitor** 就是为了终结这种焦虑而生的。它不仅是 OpenClaw 环境的“运维驾驶舱”,更是黑米(HeiMi)实现**主动式服务**的核心组件。
## 🚀 核心功能详解
### 1. 🩺 系统健康自检 (Health Check)
* **磁盘空间预警:** 实时监控工作区(Workspace)及系统盘的剩余空间。当日志文件或归档记录过多时,它会温柔地提醒您:“主人,该清理空间啦!”
* **网关心跳监测:** 快速确认 OpenClaw Gateway 的在线状态,精准区分是“网络波动”还是“服务宕机”。
### 2. 📅 Cron 任务管家
* **一览无余:** 不再需要进入复杂的配置文件,一条指令即可查看所有定时任务(如微博热搜监控、股票提醒)的运行时间表。
* **状态追踪:** 配合 Heartbeat 机制,检查关键任务是否在预期时间内执行过,确保自动化流程的稳定运行。
### 3. 🔍 子代理追踪 (Sub-agent Watch)
* **进度可视化:** 实时监控后台复杂任务(如代码重构、资料调研)的进度。
* **卡死救援:** 当发现子代理长时间无响应时,它能迅速定位并提供 Kill 建议,释放系统资源。
### 4. 🔔 主动提醒引擎
* **智能推送:** 在任务完成、系统空闲或检测到异常时,主动通过飞书或聊天窗口推送状态卡片。
* **告别等待:** 您不需要时刻盯着屏幕,黑米会在最恰当的时候出现在您面前。
## 🛠️ 快速开始
在 `scripts/` 目录下,我们为您准备了开箱即用的工具:
* **健康检查:** `python scripts/health_check.py`
* **任务列表:** `python scripts/cron_manager.py`
元数据
常见问题
asclaude-monitor 是什么?
Monitors system resources, manages scheduled tasks, tracks background jobs, and sends proactive alerts to ensure stable automated workflows in OpenClaw. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 asclaude-monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install asclaude-monitor」即可一键安装,无需额外配置。
asclaude-monitor 是免费的吗?
是的,asclaude-monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
asclaude-monitor 支持哪些平台?
asclaude-monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 asclaude-monitor?
由 Sherman Schulist(@miaoxingjun)开发并维护,当前版本 v1.0.0。
推荐 Skills