← Back to Skills Marketplace
stellarhold170nt

healthcheck

by Stellarhold170NT · GitHub ↗ · v1.0.2
cross-platform ✓ Security Clean
30106
Downloads
11
Stars
1194
Active Installs
3
Versions
Install in OpenClaw
/install healthcheck
Description
Track water and sleep with JSON file storage
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install healthcheck
  3. After installation, invoke the skill by name or use /healthcheck
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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`.
Metadata
Slug healthcheck
Version 1.0.2
License
All-time Installs 1196
Active Installs 1194
Total Versions 3
Frequently Asked Questions

What is healthcheck?

Track water and sleep with JSON file storage. It is an AI Agent Skill for Claude Code / OpenClaw, with 30106 downloads so far.

How do I install healthcheck?

Run "/install healthcheck" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is healthcheck free?

Yes, healthcheck is completely free (open-source). You can download, install and use it at no cost.

Which platforms does healthcheck support?

healthcheck is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created healthcheck?

It is built and maintained by Stellarhold170NT (@stellarhold170nt); the current version is v1.0.2.

💬 Comments