ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

healthcheck

Track water and sleep with JSON file storage

Why use this skill?

Track your water intake and sleep cycles locally with OpenClaw healthcheck. A simple, secure, and privacy-focused health logging tool using JSON.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/stellarhold170nt/healthcheck
Or

What This Skill Does

The healthcheck skill provides a lightweight, local, and privacy-focused solution for monitoring daily wellness metrics directly through your OpenClaw interface. Instead of relying on bloated third-party apps or cloud services, this tool utilizes a simple local JSON file to track your water consumption and sleep patterns. By automating the data entry process via Node.js scripts, it turns natural language commands into structured data, allowing you to maintain a consistent health journal without ever leaving your terminal or chat environment.

Installation

To integrate the healthcheck skill into your current OpenClaw environment, ensure you have Node.js installed on your system. Execute the following command in your terminal: clawhub install openclaw/skills/skills/stellarhold170nt/healthcheck Once installed, the skill will automatically initialize the data structure within the designated base directory upon the first record attempt, creating the 'health-data.json' file if it does not already exist.

Use Cases

This skill is perfect for individuals practicing self-quantification or those aiming to build better daily habits. You can use it to maintain hydration goals by logging water intake throughout the day or to establish a consistent sleep cycle by recording exact bedtime and wake-up times. Furthermore, the statistics feature allows you to audit your progress, providing a quick summary of your hydration status and sleep history whenever you need a health overview.

Example Prompts

  1. "uống 2 cốc nước"
  2. "đi ngủ"
  3. "xem thống kê hôm nay"

Tips & Limitations

  • Data Integrity: Since the data is stored in a plain JSON file, avoid editing the file manually while the skill is performing write operations to prevent file corruption.
  • Performance: The tool uses standard file system access and is designed for low-frequency manual input. It is not intended for high-throughput or real-time sensor data logging.
  • Automation: The timestamps are generated automatically using the system clock at the moment the command is executed. Ensure your system time is synchronized to maintain accurate logs. If you need to make corrections, use the provided update and delete commands to keep your history clean.

Metadata

Stars982
Views0
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-stellarhold170nt-healthcheck": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#health#tracking
Safety Score: 4/5

Flags: file-write, file-read, code-execution