← Back to Skills Marketplace
habit-tracker
by
HankSU7889
· GitHub ↗
· v1.0.0
325
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install sulada-habit-tracker
Description
Track habit formation with daily check-ins, reminders for missed logs, and statistics on consecutive completion days.
Usage Guidance
This skill appears to do what it says and asks for nothing extra. Before installing, confirm two things: (1) where the referenced memory/habits.json is stored and who can access it (privacy of your habit data), and (2) how reminders will be delivered — the SKILL.md is vague and the agent/platform may use other integrations (email, chat, notifications) unless you restrict it. If you require external notifications, prefer a version that explicitly declares the channel and any needed credentials; otherwise limit the skill to local-only storage and manual reminder checks.
Capability Analysis
Type: OpenClaw Skill
Name: sulada-habit-tracker
Version: 1.0.0
The skill bundle is a straightforward habit tracker designed to manage user routines and check-ins via a local JSON file (memory/habits.json). The instructions in SKILL.md are consistent with the stated purpose, and there are no indicators of malicious execution, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name/description (habit tracking, check-ins, reminders, stats) match the SKILL.md instructions. The only external artifact is a single local data file (memory/habits.json) which is appropriate for storing habit records.
Instruction Scope
Instructions are limited to adding habits, recording daily check-ins, and viewing progress; they explicitly reference a local JSON (memory/habits.json). However the '提醒' (reminders) behavior is underspecified — the SKILL.md does not say how reminders are delivered or scheduled, which could grant the agent broad discretion (e.g., sending notifications via other integrated channels) unless constrained by the platform.
Install Mechanism
No install spec and no code files — nothing is written to disk by an installer. This is the lowest-risk form (instruction-only).
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond its own memory file. That is proportionate for the stated functionality.
Persistence & Privilege
The skill expects to persist habit data to memory/habits.json. It does not request always:true and does not change other skills' configs, but you should confirm where 'memory/' is stored and who can read it (agent runtime, backups, or other installed skills).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sulada-habit-tracker - After installation, invoke the skill by name or use
/sulada-habit-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Habit Tracker
- Add, track, and manage custom habits
- Daily check-in (打卡) functionality
- Progress statistics, including streaks and total completions
- Reminders for incomplete habits
- Preset habits available and customizable
Metadata
Frequently Asked Questions
What is habit-tracker?
Track habit formation with daily check-ins, reminders for missed logs, and statistics on consecutive completion days. It is an AI Agent Skill for Claude Code / OpenClaw, with 325 downloads so far.
How do I install habit-tracker?
Run "/install sulada-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 (open-source). 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 HankSU7889 (@hanksu7889); the current version is v1.0.0.
More Skills