← 返回 Skills 市场
Heartbeat Monitor
作者
yangkai258
· GitHub ↗
· v1.0.0
· MIT-0
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-heartbeat-monitor
功能描述
监控邮箱、日历、天气等检查项的最新执行时间,提醒异常并生成状态健康报告。
安全使用建议
This skill is plausible but under-specified. Before installing or enabling it: 1) Ask the author which services/APIs and credentials the skill will use (email/calendar providers, messaging endpoints). 2) Confirm where reminders are sent and which account or webhook is used for 'message'. 3) Review and sandbox what '自动修复' does — does it send emails, create calendar events, or run other actions? 4) Verify you are comfortable the agent (or other linked skills) already hold necessary credentials rather than this skill requesting them later. 5) If you proceed, monitor the ~/.openclaw/workspace/memory/heartbeat-state.json file for unexpected writes and test in a limited, non-production account first.
功能分析
Type: OpenClaw Skill
Name: openclaw-heartbeat-monitor
Version: 1.0.0
The skill bundle provides documentation for a 'heartbeat-monitor' designed to track the status and freshness of an AI agent's internal memory and scheduled tasks. The instructions in SKILL.md are consistent with the stated purpose of monitoring check-in intervals for services like email and calendar, and there are no indicators of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description (monitor email, calendar, weather, generate health reports) is coherent with the instructions, but the skill does not declare any credentials, APIs, or service endpoints needed to actually check email/calendar/weather. That gap might be intentional (it may rely on other agent skills), but it means the capability-to-requirements mapping is incomplete.
Instruction Scope
SKILL.md tells the agent to track last-check times and store them at ~/.openclaw/workspace/memory/heartbeat-state.json and to '自动修复' (trigger missed checks) and '发送提醒', but it is vague about which APIs, accounts, or external endpoints to call and under what authorization. The instructions give the agent broad discretion to invoke checks and send messages without limiting targets or credential use.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing will be downloaded or written during install. That reduces surface risk.
Credentials
The skill declares no required environment variables or credentials, yet its advertised functionality (checking email/calendar) normally requires account credentials. It does reference a single local path for state storage (~/.openclaw/...), which is reasonable, but the absence of declared credentials makes the runtime behavior ambiguous: it will either rely on other skills that hold credentials or attempt to act without them.
Persistence & Privilege
always is false and the skill is user-invocable (default). It does read/write its own state file path but does not request system‑wide persistence or modify other skills' configs. No privilege escalation flags detected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-heartbeat-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-heartbeat-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Track and monitor AI check freshness
元数据
常见问题
Heartbeat Monitor 是什么?
监控邮箱、日历、天气等检查项的最新执行时间,提醒异常并生成状态健康报告。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。
如何安装 Heartbeat Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-heartbeat-monitor」即可一键安装,无需额外配置。
Heartbeat Monitor 是免费的吗?
是的,Heartbeat Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Heartbeat Monitor 支持哪些平台?
Heartbeat Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Heartbeat Monitor?
由 yangkai258(@yangkai258)开发并维护,当前版本 v1.0.0。
推荐 Skills