← Back to Skills Marketplace
249
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pearl-habit-tracker
Description
Track habits, log completions, and analyze progress with CLI commands. Use when user wants to build habits, track daily/weekly/monthly routines, log habit co...
Usage Guidance
This package appears to be a straightforward, local CLI habit tracker that stores data in ~/.config/habit-tracker and does not request credentials or perform network activity. Before installing or scheduling it in cron: (1) review the full scripts/habit-cli.js file (the manifest listing was truncated) to confirm there are no unexpected network calls or child_process.exec uses; (2) run it as your regular user (not root) and use absolute paths in cron entries (node and the script); (3) consider file permissions on the data directory if you store sensitive notes (data is stored unencrypted); and (4) if extra isolation is desired, run in a dedicated user account or container. If you want further checks, paste the remainder of the script here and I can re-scan for network, shell exec, or credential access.
Capability Analysis
Type: OpenClaw Skill
Name: pearl-habit-tracker
Version: 1.0.0
The habit-tracker skill is a standard CLI tool for managing personal habits and logs. The core logic in scripts/habit-cli.js performs local file operations within a dedicated configuration directory (~/.config/habit-tracker) and lacks any network activity, credential access, or dangerous execution patterns like eval or exec. The documentation in SKILL.md accurately reflects the code's functionality without any malicious prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description match the bundled files: package.json exposes a 'habit' bin pointing to scripts/habit-cli.js and SKILL.md documents CLI usage. Required binaries/env/config are nil, which is proportional to a local CLI tool.
Instruction Scope
SKILL.md instructs only local CLI invocation, optional cron scheduling, and storing data in ~/.config/habit-tracker. The instructions don't ask the agent to read unrelated system files, exfiltrate data, or contact external endpoints.
Install Mechanism
There is no install spec — the skill is instruction-only with included source. package.json lists no dependencies and the tool is run via node scripts/habit-cli.js, which is a low-risk install model (no remote downloads or extract steps).
Credentials
The skill declares no required environment variables, credentials, or config paths beyond the local data directory (~/.config/habit-tracker). That is proportional for a local habit tracker.
Persistence & Privilege
always:false and no code that modifies other skills or system-wide agent settings. Persisted state is limited to the skill's own data files in the user's home directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pearl-habit-tracker - After installation, invoke the skill by name or use
/pearl-habit-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: habit tracking with CLI commands for add, log, stats, and report
Metadata
Frequently Asked Questions
What is Habit Tracker?
Track habits, log completions, and analyze progress with CLI commands. Use when user wants to build habits, track daily/weekly/monthly routines, log habit co... It is an AI Agent Skill for Claude Code / OpenClaw, with 249 downloads so far.
How do I install Habit Tracker?
Run "/install pearl-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 haidong (@harrylabsj); the current version is v1.0.0.
More Skills