Home Tutorials Categories Skills About
ZH EN JA KO
💪

Habit Tracker

Habits Calendar & Lifestyle

Install Command

npx clawhub@latest install habittracker

Installation Guide

1
Check Environment

Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.

2
Run Installation

Run the install command above in your terminal. ClawHub will automatically download and install Habit Tracker to the ~/.openclaw/skills/ directory.

3
Verify Installation

Run openclaw skills list to check your installed skills and confirm Habit Tracker appears in the list.

4
Configure (Optional)

Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.

Manual Installation: Copy the Skill folder to ~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Check-In Records Statistical Analysis Reminders

Detailed Description

The Habit Tracker skill helps you build good habits through conversation, using OpenClaw for daily check-ins, streak tracking, and completion rate analysis.

Core Features

  • Habit Definition: Create habits to track with configurable frequency (daily/weekly/monthly)
  • Check-In Recording: Complete check-ins with a simple message
  • Streak Statistics: Automatically calculates consecutive check-in days
  • Completion Rate Analysis: Shows weekly/monthly/yearly habit completion rates
  • Check-In Reminders: Reminds you to check in at set times via chat platform

Configuration

{
  skills: {
    habittracker: {
      storagePath: "~/.openclaw/habits.json",
      reminderEnabled: true,
      reminderTime: "21:00"
    }
  }
}

Use Cases

  • "Create a new habit: Read for 30 minutes every day"
  • "I went for a run today, check me in"
  • "How many days is my meditation streak?"
  • "Which habit has the lowest completion rate this month?"
  • "List all my habits and today's completion status"