← 返回 Skills 市场
Habithero
作者
bytesagain-lab
· GitHub ↗
· v2.0.0
· MIT-0
291
总下载
0
收藏
2
当前安装
5
版本数
在 OpenClaw 中安装
/install habithero
功能描述
Habit tracker with streak counting and visual calendars. Use when you need habithero.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install habithero - 安装完成后,直接呼叫该 Skill 的名称或使用
/habithero触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Habithero 是什么?
Habit tracker with streak counting and visual calendars. Use when you need habithero. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 291 次。
如何安装 Habithero?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install habithero」即可一键安装,无需额外配置。
Habithero 是免费的吗?
是的,Habithero 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Habithero 支持哪些平台?
Habithero 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Habithero?
由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v2.0.0。
推荐 Skills