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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/stellarhold170nt/healthcheckWhat 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
- "uống 2 cốc nước"
- "đi ngủ"
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-stellarhold170nt-healthcheck": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-write, file-read, code-execution
Related Skills
decision-ledger
从纪要、聊天或项目材料中提取决策、负责人、截止时间、前提假设与撤销条件。;use for decision, meeting, governance workflows;do not use for 编造不存在的决策, 替代法律审计.
agent-health-diagnostics
Diagnose and fix the 4 most common OpenClaw agent failures — heartbeat spam, API rate limit cascades, channel death loops, and memory/embedding errors. Battle-tested across a 6-agent multi-host deployment.
openclaw-troubleshooter
OpenClaw 故障诊断与一键修复工具。自动检测 Gateway 状态、配置错误、端口冲突、危险技能代码,并提供修复方案。基于真实故障经验提取。
candidate-tracker
候选人追踪系统。触发场景:用户要求管理候选人池,记录状态、设置提醒、生成标签。
multi-agent-status
Cross-agent health monitoring for multi-host OpenClaw deployments. Each agent pushes structured status reports (JSON) to a central location. A PM/monitoring agent reads them and alerts on failures. Works across Windows, Linux, and mixed environments.