Health-Proactive for Openclaw

A proactive health monitoring skill that detects and alerts users about missed meals, insufficient hydration, and overdue deadlines.

yusaku-0426
v1.0.0
Feb 24, 2026
0
431
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install health-proactive

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install health-proactive using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Health-Proactive?

Health-Proactive is a specialized automation designed for Openclaw Skills that acts as a personal health and productivity concierge. By monitoring real-time data logs, the skill identifies gaps in daily self-care routines—such as forgetting lunch or failing to meet hydration targets—and cross-references them with task deadlines to ensure nothing falls through the cracks.

This skill bridges the gap between manual tracking and passive awareness. It leverages a dedicated script to analyze state files and push actionable notifications to integrated communication channels, ensuring users maintain peak physical and professional performance throughout the day.

Health-Proactive Use Cases

  • Automatically receiving a nudge when no meal has been logged by 2:00 PM.
  • Monitoring daily water intake to ensure a minimum of 1500ml is reached by evening.
  • Staying ahead of professional burnout by getting summaries of overdue tasks.
  • Maintaining consistent health logging habits through gentle AI-driven reminders.

How Health-Proactive Works

  1. The skill executes a Node.js script to check current logs against predefined health and task thresholds.
  2. It evaluates specific triggers such as the current time, number of recorded meals, and hydration volume.
  3. The system checks the state file to prevent duplicate notifications, ensuring each alert type only fires once per day.
  4. If a condition is met, the skill formats a message including relevant emojis and data points.
  5. The alert is dispatched to the configured Slack channel or communication interface for immediate user visibility.

Health-Proactive Setup

To integrate this skill into your environment, ensure the required script is present and execute the following command:

# Run the proactive health check
node scripts/health_proactive.js check

Ensure your state management file is located at state/mention_image_analyzer_state.json to allow the skill to track daily alert history.

Health-Proactive Data Schema & Taxonomy

Health-Proactive utilizes a structured state management system to track triggers and prevent notification fatigue.

Data Point Source / Location Description
Alert State state/mention_image_analyzer_state.json Stores the proactive section to log daily firing history.
Meal Logs Internal State Tracks the count of meal entries (e.g., 0 for missed lunch, <2 for missed dinner).
Hydration Internal State Monitors accumulated ml of water logged for the day.
Tasks Agent Data Retrieves overdue items provided by the AI agent context.

Health-Proactive Advanced Features

  • Smart duplicate prevention: Each alert type (meal, hydration, task) is restricted to a single execution per day via persistent state tracking.
  • Automated task aggregation: Summarizes multiple overdue items into a single, clean notification block.
  • Channel-specific routing: Optimized for delivery to specific project channels like #pj_openclaw.
  • Extensible threshold logic: Easy to modify time-based triggers and health targets within the Openclaw Skills framework.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*