healthcheck

Records water and sleep entries with timestamps into a JSON file.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/papachong/RHClaw --skill healthcheck-papachong
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: healthcheck
Source: https://github.com/papachong/RHClaw/tree/main/RHClaw-Desktop/src-tauri/skills/healthcheck
Command: npx skills add https://github.com/papachong/RHClaw --skill healthcheck-papachong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Health Tracker solves the tedious task of manually recording daily water intake and sleep patterns by storing entries in a lightweight JSON file for quick retrieval and visualization.

Core Features & Use Cases

  • Local data logging: Append water and sleep entries with timestamps to health-data.json for personal health journaling.
  • Simple analytics: Quickly view counts and recency of water and sleep events, enabling habit tracking.
  • Use Case: Imagine you want to monitor hydration and sleep consistency over a week and export insights to a CSV later.

Quick Start

Install Node.js and run the health tracker to add a water or sleep record, and the health-data.json file will be created automatically.

Frequently Asked Questions about healthcheck

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track water intake and sleep using a JSON file?▼

You can track water intake and sleep by appending timestamped entries to a local health-data.json file, allowing quick retrieval and visualization for personal habit tracking.

Do I need external services to log hydration and sleep events?▼

No, hydration and sleep logging relies entirely on Node.js built-in modules with no external services required, keeping your personal health data stored locally.

What's the best way to view counts and recency of water and sleep events?▼

The best way to view water and sleep event counts is by using simple analytics on your JSON logs, which quickly summarize recency and consistency for habit tracking.

Can I export my hydration and sleep tracking data to CSV later?▼

Yes, your hydration and sleep data is stored in a lightweight JSON file, which can be easily exported to CSV later for deeper analysis or reporting.

How do I update or delete a water or sleep entry in my health journal?▼

You can update or delete water and sleep records in your health journal by performing standard add, view, update, and delete operations on the JSON log file.

Is a local JSON health tracker suitable for monitoring weekly sleep consistency?▼

Yes, a local JSON health tracker is suitable for monitoring weekly sleep consistency and hydration patterns, providing quick counts and recency checks for personal habit tracking.