← 返回 Skills 市场
stellarhold170nt

healthcheck

作者 Stellarhold170NT · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
30071
总下载
11
收藏
1194
当前安装
3
版本数
在 OpenClaw 中安装
/install healthcheck
功能描述
Track water and sleep with JSON file storage
安全使用建议
Install only if you are comfortable with the agent running local Node.js commands and storing water and sleep history in `{baseDir}/health-data.json`. Ensure cup counts are treated as numbers, not copied as arbitrary text into the command.
功能分析
Type: OpenClaw Skill Name: healthcheck Version: 1.0.2 The skill is classified as suspicious due to the potential for prompt/command injection. The `SKILL.md` file instructs the AI agent to execute `node -e` commands that directly embed user input variables (`CUPS`, `NEW_CUPS`) into the JavaScript string. If the OpenClaw platform does not strictly sanitize these variables to numerical values, an attacker could inject arbitrary JavaScript code, leading to unauthorized execution. While there is no explicit malicious intent (like data exfiltration or persistence) within the provided code, this mechanism presents a significant security risk.
能力评估
Purpose & Capability
The artifact's stated purpose is to track water and sleep, and the observed commands only add, view, update, or delete records in `{baseDir}/health-data.json`.
Instruction Scope
The `node -e` examples use `CUPS` and `NEW_CUPS` placeholders; the skill says to replace them with numbers, so agents should validate those values as numeric before execution.
Install Mechanism
There is no install script or bundled executable, but the runtime instructions assume Node.js is available.
Credentials
File access is scoped to a single local JSON file, with no network calls, credentials, broad filesystem indexing, or third-party account access shown.
Persistence & Privilege
The skill intentionally persists water and sleep timestamps locally, which is proportionate but may reveal personal routine or health information.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install healthcheck
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /healthcheck 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Renamed skill from "health-tracker" to "healthcheck" - Simplified and rewrote documentation for conciseness and clarity - Shortened all Node.js one-liners for recording and managing water and sleep data - Updated data format: renamed fields (e.g., "timestamp" → "time"), edited usage examples - Removed metadata and some advanced examples (e.g., reminders, detailed stats) - Focused on essential file operations: add, update, delete, and stats for water/sleep records
v1.0.1
- updated 1, removed 3 file(s). - Updated SKILL.md and bundle contents.
v1.0.0
Initial release of health-tracker. - Track daily water intake with smart, habit-based reminders. - Log sleep and wake times; automatically pause/resume water reminders during sleep. - View day-by-day and 7-day health stats, including averages. - Supports Vietnamese commands for easy logging. - Stores data locally in `health-data.json`.
元数据
Slug healthcheck
版本 1.0.2
许可证
累计安装 1196
当前安装数 1194
历史版本数 3
常见问题

healthcheck 是什么?

Track water and sleep with JSON file storage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30071 次。

如何安装 healthcheck?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install healthcheck」即可一键安装,无需额外配置。

healthcheck 是免费的吗?

是的,healthcheck 完全免费(开源免费),可自由下载、安装和使用。

healthcheck 支持哪些平台?

healthcheck 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 healthcheck?

由 Stellarhold170NT(@stellarhold170nt)开发并维护,当前版本 v1.0.2。

💬 留言讨论