← Back to Skills Marketplace
Habithero
by
bytesagain-lab
· GitHub ↗
· v2.0.0
· MIT-0
291
Downloads
0
Stars
2
Active Installs
5
Versions
Install in OpenClaw
/install habithero
Description
Habit tracker with streak counting and visual calendars. Use when you need habithero.
README (SKILL.md)
HabitHero
Build habits. Track streaks. Become your best self.
Commands
add \x3Cname>— Add a new habit to trackdone \x3Cname>— Mark habit as done for todaylist— Show all habits with today's status and streaksstreak— View streak leaderboard with visual barscalendar \x3Cname>— Show 28-day completion calendarhelp— Show commands
Usage Examples
habithero add "Morning meditation"
habithero add "Exercise"
habithero add "Read 30 minutes"
habithero done "Morning meditation"
habithero done "Exercise"
habithero list
habithero streak
habithero calendar "Exercise"
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Usage Guidance
This skill appears to be a local CLI habit tracker and is generally coherent, but before installing or running it: 1) Inspect the provided script (scripts/script.sh) yourself — it will create and write files under $HOME/.local/share/habithero. 2) Note the mismatch between SKILL.md (few commands) and the script (many commands); expect the extra functionality. 3) The export JSON routine does not escape user input, so exports can be malformed if you store arbitrary text; review exported files before sharing. 4) There is no network activity in the script, but if you plan to give an agent authority to run the skill autonomously, prefer running it in a controlled environment since it will execute shell commands and write files locally. 5) If you want to be extra safe, run the script in a sandbox or test account first.
Capability Analysis
Type: OpenClaw Skill
Name: habithero
Version: 2.0.0
The HabitHero skill is a simple shell-based logging utility that stores habit data in a local directory (~/.local/share/habithero). Analysis of 'script.sh' and 'SKILL.md' reveals no evidence of data exfiltration, malicious execution, or prompt injection; the script only performs basic file append and read operations for tracking purposes.
Capability Assessment
Purpose & Capability
Name/description (habit tracker) align with the included script: the script implements many habit-tracking commands and stores data under $HOME/.local/share/habithero. No unrelated cloud credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md documents core commands (add, done, list, streak, calendar, help) but the shipped script implements a larger set (plan, track, review, export, stats, search, etc.). This is not malicious but is an inconsistency: the runtime behavior may offer more functionality than the documentation lists. All file and env access in the script stays within the data directory under the user's home.
Install Mechanism
There is no install spec (instruction-only), yet a runnable script is included. That is low risk, but the lack of installation guidance means an agent or user might need to place the script on PATH themselves — review how it will be executed before running it.
Credentials
The skill declares no required environment variables or credentials and the script does not attempt to read unrelated env vars. All persistent data is written to a directory under the invoking user's home, which is proportionate for a local tracker.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration changes. It only writes to its own data directory under $HOME and does not modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install habithero - After installation, invoke the skill by name or use
/habithero - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.3
old template -> domain-specific v2.0.0
v1.0.2
old template -> domain-specific v2.0.0
v1.0.1
Quality upgrade
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Habithero?
Habit tracker with streak counting and visual calendars. Use when you need habithero. It is an AI Agent Skill for Claude Code / OpenClaw, with 291 downloads so far.
How do I install Habithero?
Run "/install habithero" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Habithero free?
Yes, Habithero is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Habithero support?
Habithero is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Habithero?
It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v2.0.0.
More Skills