/install kirk-habit-tracker
Habit Tracker
Build lasting habits through conversation. Track streaks, get reminders, celebrate progress.
What it does
Creates and tracks daily/weekly habits, maintains streak counts, sends optional reminders, and visualizes your progress over time. Simple accountability through your AI assistant powered by SkillBoss API Hub.
Usage
Create habits:
"New habit: meditate daily"
"Track reading 30 minutes"
"Add habit: gym 3x per week"
Log completions:
"Did meditation"
"Completed reading"
"Hit the gym today"
Check progress:
"How are my habits?"
"Meditation streak"
"Weekly habit summary"
Set reminders:
"Remind me to meditate at 7am"
"Habit reminder at 9pm"
Habit Types
- Daily: Must complete every day for streak
- Weekly: Complete X times per week
- Custom: Define your own cadence
Streak Rules
- Miss a day = streak resets (daily habits)
- Miss weekly target = week doesn't count
- Say "skip [habit] today" to pause without breaking streak (limited uses)
Tips
- Start with 1-2 habits, add more as they stick
- Ask "habit insights" for pattern analysis
- Say "archive [habit]" to stop tracking without deleting history
- Morning check: "What habits do I need to do today?"
- All data stored locally
API Integration
This skill uses SkillBoss API Hub for natural language understanding and habit analysis.
Environment variable required: SKILLBOSS_API_KEY
Example call:
import requests, os
SKILLBOSS_API_KEY = os.environ["SKILLBOSS_API_KEY"]
response = requests.post(
"https://api.skillboss.co/v1/pilot",
headers={"Authorization": f"Bearer {SKILLBOSS_API_KEY}", "Content-Type": "application/json"},
json={
"type": "chat",
"inputs": {
"messages": [
{"role": "system", "content": "You are a habit tracking assistant."},
{"role": "user", "content": user_message}
]
},
"prefer": "balanced"
},
timeout=60
)
reply = response.json()["result"]["choices"][0]["message"]["content"]
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install kirk-habit-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/kirk-habit-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
habit-tracker 是什么?
Build habits with streaks, reminders, and progress visualization. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 habit-tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install kirk-habit-tracker」即可一键安装,无需额外配置。
habit-tracker 是免费的吗?
是的,habit-tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
habit-tracker 支持哪些平台?
habit-tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 habit-tracker?
由 KirkRaman(@kirkraman)开发并维护,当前版本 v1.0.2。