← Back to Skills Marketplace
newageinvestments25-byte

Habit Tracker

by New Age Investments · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
128
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nai-habit-tracker
Description
Track daily habits, streaks, and completions locally. Triggers on: habit, streak, track habit, log exercise, log habit, weekly review, habit status, did I ex...
Usage Guidance
This skill appears safe and does what it says: local habit tracking using JSON and optional Markdown exports. Before installing, be aware it will create and modify files in ~/.openclaw/workspace/habits (you can change this with HABIT_DATA_DIR) and may write weekly notes to a vault path (DEFAULT_VAULT_DIR). If you keep sensitive material in those folders, consider choosing a different data-dir or encrypting backups. If you want extra assurance, open the included Python scripts (they are short and readable) to verify behavior; there are no network calls or secret access in the code.
Capability Analysis
Type: OpenClaw Skill Name: nai-habit-tracker Version: 1.0.0 The habit-tracker skill is a local utility for managing daily routines and streaks using JSON files stored in the user's home directory. The Python scripts (log_habit.py, setup_habits.py, status.py, and weekly_review.py) use standard libraries for file I/O and CLI parsing without any network activity, obfuscation, or attempts to access sensitive system data. The SKILL.md instructions are clearly aligned with the stated purpose and do not contain any prompt-injection or malicious redirection attempts.
Capability Assessment
Purpose & Capability
Name/description match the implementation: scripts manage habits, logs, status, and weekly reviews stored in local JSON/Markdown files. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md and the scripts limit actions to local files under ~/.openclaw/workspace/habits (configurable via HABIT_DATA_DIR) and an optional vault path for Obsidian. There are no instructions to read unrelated system files, contact external endpoints, or exfiltrate data.
Install Mechanism
Instruction-only skill with bundled Python scripts; no install spec, no downloads, and no package installation. Scripts are plain Python and operate locally.
Credentials
The only environment variable referenced is HABIT_DATA_DIR (to override the data directory). No secrets, API keys, or unrelated environment variables are required.
Persistence & Privilege
The skill writes persistent files to the user's home under ~/.openclaw/workspace/habits and (optionally) the vault path for weekly reviews. It does not request elevated privileges or force inclusion (always:false). Review and accept that it will create/modify files in those directories.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install nai-habit-tracker
  3. After installation, invoke the skill by name or use /nai-habit-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of local habit tracker—track daily habits, streaks, and completions with no external services required. - Add, remove (archive), and list habits with flexible frequency and optional emoji. - Log completions safely (preventing duplicates/repeats), including undo and date override. - Check habit status (current/longest streak, today's completion, 7/30-day rates) and generate weekly review reports (with Markdown/Obsidian support). - All data stored locally in JSON, no API keys needed. - Provides simple Python CLI scripts for all actions; triggers on natural habit-tracking commands.
Metadata
Slug nai-habit-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Habit Tracker?

Track daily habits, streaks, and completions locally. Triggers on: habit, streak, track habit, log exercise, log habit, weekly review, habit status, did I ex... It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.

How do I install Habit Tracker?

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

Is Habit Tracker free?

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

Which platforms does Habit Tracker support?

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

Who created Habit Tracker?

It is built and maintained by New Age Investments (@newageinvestments25-byte); the current version is v1.0.0.

💬 Comments