Habit
v2.0.0Build daily habits with streak tracking, reminders, and progress charts. Use when starting habits, maintaining streaks, or analyzing completion rates.
⭐ 0· 135·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (habit tracking, streaks, reminders, exports) match the included script and SKILL.md. The script implements a CLI that reads/writes logs under $HOME/.local/share/habit and provides export/stats/search functionality; no unrelated credentials, binaries, or cloud access are requested.
Instruction Scope
SKILL.md instructs the agent/user to run the habit CLI commands and describes local data storage and exports. The runtime instructions and the script operate on local files only and do not ask the agent to read unrelated system files, environment secrets, or send data externally.
Install Mechanism
There is no install spec (instruction-only), but a scripts/script.sh is included. This is low risk, but it means the skill expects the script to be run manually or placed on PATH; it will not automatically install itself. Confirm how the agent will execute the script in your environment (manual install vs. auto-run).
Credentials
The skill requires no environment variables or credentials. The script uses HOME to build a per-user data directory (~/.local/share/habit), which is proportional to its purpose and not sensitive.
Persistence & Privilege
The skill is not always-enabled, does not request elevated privileges, and only persists user data under its own directory. It does not modify other skills or system-wide agent settings.
Assessment
This skill appears internally consistent and operates entirely on local files under ~/.local/share/habit; it does not request credentials or perform network activity in the parts shown. Before installing or executing: (1) inspect the full scripts/script.sh file in the repository to verify there are no hidden network calls or unexpected commands (the provided listing was truncated in the manifest), (2) decide where/if you want habit placed on your PATH (there's no automatic installer), and (3) be aware it will create and append to log files in ~/.local/share/habit — back up or review those files if they will contain sensitive notes. If you need higher assurance, run the script in a sandbox or examine the complete file history on the upstream repository before use.Like a lobster shell, security has layers — review code before you run it.
latestvk97bbrbka9bqd4dzw5tjg3ddvh835xg2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
