skills$openclaw/habit-tracker
jhillin86.8k

by jhillin8

habit-tracker – OpenClaw Skill

habit-tracker is an OpenClaw Skills integration for data analytics workflows. Build habits with streaks, reminders, and progress visualization

6.8k stars6.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namehabit-tracker
descriptionBuild habits with streaks, reminders, and progress visualization OpenClaw Skills integration.
ownerjhillin8
repositoryjhillin8/habit-tracker
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @jhillin8/habit-tracker
last updatedFeb 7, 2026

Maintainer

jhillin8

jhillin8

Maintains habit-tracker in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
280 B
SKILL.md
1.5 KB
SKILL.md

name: habit-tracker description: Build habits with streaks, reminders, and progress visualization author: clawd-team version: 1.0.0 triggers:

  • "track habit"
  • "did my habit"
  • "habit streak"
  • "new habit"
  • "habit progress"

Habit Tracker

Build lasting habits through conversation. Track streaks, get reminders, celebrate progress.

What it does

Creates and tracks daily/weekly habits, maintains streak counts, sends optional reminders, and visualizes your progress over time. Simple accountability through your AI assistant.

Usage

Create habits:

"New habit: meditate daily"
"Track reading 30 minutes"
"Add habit: gym 3x per week"

Log completions:

"Did meditation"
"Completed reading"
"Hit the gym today"

Check progress:

"How are my habits?"
"Meditation streak"
"Weekly habit summary"

Set reminders:

"Remind me to meditate at 7am"
"Habit reminder at 9pm"

Habit Types

  • Daily: Must complete every day for streak
  • Weekly: Complete X times per week
  • Custom: Define your own cadence

Streak Rules

  • Miss a day = streak resets (daily habits)
  • Miss weekly target = week doesn't count
  • Say "skip [habit] today" to pause without breaking streak (limited uses)

Tips

  • Start with 1-2 habits, add more as they stick
  • Ask "habit insights" for pattern analysis
  • Say "archive [habit]" to stop tracking without deleting history
  • Morning check: "What habits do I need to do today?"
  • All data stored locally
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install habit-tracker?

Run openclaw add @jhillin8/habit-tracker in your terminal. This installs habit-tracker into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/jhillin8/habit-tracker. Review commits and README documentation before installing.