← Back to Skills Marketplace
theshadowrose

HabitTracker Conversational Habit Tracking

by Shadow Rose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
295
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install habit-tracker-sr
Description
Track daily habits through agent conversation. Streaks, reminders, weekly reports. Did you exercise today? With accountability.
README (SKILL.md)

HabitTracker Conversational Habit Tracking

Track daily habits through agent conversation. Streaks, reminders, weekly reports. Did you exercise today? With accountability.


Track habits by talking to your agent. No app switching, no manual logging.

How It Works

Agent: "Morning check-in: Exercise? Water? Reading?"
You: "Ran 3 miles, drank 64oz, no reading"
Agent: "Logged. Exercise: 🔥 12-day streak! Reading: streak broken at 5."

Setup

habits:
  - name: exercise
    frequency: daily
    prompt: "Did you exercise today?"
    streak_emoji: "🔥"
  - name: water
    frequency: daily
    unit: oz
    target: 64
  - name: reading
    frequency: daily
    target: 30  # minutes

check_in_time: "08:00"
evening_review: "21:00"

Features

  • Conversational logging — no forms, just chat
  • Streak tracking — current and longest streaks
  • Smart reminders — evening ping for missed habits
  • Weekly report — completion rates, trends
  • Flexible frequency — daily, weekdays, 3x/week, custom
  • Trend analysis — "Your exercise consistency dropped this week"

Weekly Report

📊 Weekly Habits — Feb 22-28

Exercise:  ██████░ 6/7 (86%) 🔥 18-day streak
Water:     ███████ 7/7 (100%) 🔥 31-day streak
Reading:   ████░░░ 4/7 (57%) streak: 2 days

Overall: 68% (up from 61% last week)

⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

USE AT YOUR OWN RISK.

  • The author(s) are NOT liable for any damages, losses, or consequences arising from the use or misuse of this software — including but not limited to financial loss, data loss, security breaches, business interruption, or any indirect/consequential damages.
  • This software does NOT constitute financial, legal, trading, or professional advice.
  • Users are solely responsible for evaluating whether this software is suitable for their use case, environment, and risk tolerance.
  • No guarantee is made regarding accuracy, reliability, completeness, or fitness for any particular purpose.
  • The author(s) are not responsible for how third parties use, modify, or distribute this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read this disclaimer and agree to use the software entirely at your own risk.

DATA DISCLAIMER: This software processes and stores data locally on your system. The author(s) are not responsible for data loss, corruption, or unauthorized access resulting from software bugs, system failures, or user error. Always maintain independent backups of important data. This software does not transmit data externally unless explicitly configured by the user.


Support & Links

🐛 Bug Reports [email protected]
Ko-fi ko-fi.com/theshadowrose
🛒 Gumroad shadowyrose.gumroad.com
🐦 Twitter @TheShadowyRose
🐙 GitHub github.com/TheShadowRose
🧠 PromptBase promptbase.com/profile/shadowrose

Built with OpenClaw — thank you for making this possible.


🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr

Usage Guidance
This skill appears coherent and self-contained, but review the following before installing: 1) It writes habit data to a local JSON file by default at ./habits-data.json — confirm the agent's working directory and move or rename the dataFile option if you don't want data stored there. 2) The module swallows file read/write errors (no reporting) so ensure you have backups if the data is important. 3) If you run the agent in a multi-tenant, shared, or cloud environment, be cautious about storing personal data there. 4) The source is small and readable; inspect the code yourself if you have concerns. No credentials or network downloads are required, which reduces risk.
Capability Analysis
Type: OpenClaw Skill Name: habit-tracker-sr Version: 1.0.0 The HabitTracker skill is a standard utility for logging daily activities and calculating streaks. The implementation in `src/habit-tracker.js` is straightforward, using local file storage (`habits-data.json`) with no network activity, shell execution, or sensitive data access. Notably, the code includes a security check against prototype pollution in the `log` function, and the documentation in `SKILL.md` contains no malicious prompt injection or hidden instructions.
Capability Assessment
Purpose & Capability
Name/description (conversational habit tracking) align with included code and SKILL.md. The code implements logging, streaks, check-ins, and weekly reports and reads/writes a local JSON data file as expected.
Instruction Scope
SKILL.md describes only local conversational logging, reminders, and reports. It does not direct the agent to read unrelated files, access credentials, or transmit data to external endpoints.
Install Mechanism
No install spec and no network downloads. The only code file is a small Node.js module using the built-in fs module — no third-party packages or external installers are pulled in.
Credentials
The skill requests no environment variables, credentials, or config paths. Its behavior (storing local habit data) does not require secrets or cloud access.
Persistence & Privilege
The skill is not forced-always, does not modify other skills or system-wide configs, and only writes its own data file (default ./habits-data.json). Autonomous invocation is allowed but is the platform default.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install habit-tracker-sr
  3. After installation, invoke the skill by name or use /habit-tracker-sr
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial upload
Metadata
Slug habit-tracker-sr
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is HabitTracker Conversational Habit Tracking?

Track daily habits through agent conversation. Streaks, reminders, weekly reports. Did you exercise today? With accountability. It is an AI Agent Skill for Claude Code / OpenClaw, with 295 downloads so far.

How do I install HabitTracker Conversational Habit Tracking?

Run "/install habit-tracker-sr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is HabitTracker Conversational Habit Tracking free?

Yes, HabitTracker Conversational Habit Tracking is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does HabitTracker Conversational Habit Tracking support?

HabitTracker Conversational Habit Tracking is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created HabitTracker Conversational Habit Tracking?

It is built and maintained by Shadow Rose (@theshadowrose); the current version is v1.0.0.

💬 Comments