instances/xiaodazi/skills/habit-tracker/SKILL.md
Track daily habits with streaks, reminders, and progress visualization. Data stored locally.
npx skillsauth add malue-ai/dazee-small habit-trackerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
帮助用户建立和追踪日常习惯,记录连续打卡天数,生成进度报告。数据保存在本地。
在用户数据目录维护一个 JSON 文件 ~/Documents/xiaodazi/habits.json:
{
"habits": [
{
"id": "drink_water",
"name": "每天喝 8 杯水",
"created_at": "2026-02-01",
"frequency": "daily",
"records": {
"2026-02-25": true,
"2026-02-26": true
},
"current_streak": 2,
"best_streak": 15
}
]
}
添加习惯:
用户:帮我追踪每天阅读 30 分钟
→ 创建新习惯条目,设置频率为 daily
打卡:
用户:今天的阅读完成了
→ 记录今日完成,更新连续天数
→ 回复:阅读 ✅ 已连续 5 天!
查看进度:
用户:我的习惯完成得怎么样
→ 生成本周/本月进度报告
## 习惯周报(2/19 - 2/25)
| 习惯 | 一 | 二 | 三 | 四 | 五 | 六 | 日 | 完成率 |
|---|---|---|---|---|---|---|---|---|
| 阅读 30 分钟 | ✅ | ✅ | ❌ | ✅ | ✅ | ✅ | ✅ | 86% |
| 喝 8 杯水 | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | ✅ | 86% |
| 运动 | ❌ | ✅ | ❌ | ✅ | ❌ | ✅ | ❌ | 43% |
### 连续打卡
- 🔥 阅读:当前连续 6 天(最佳 15 天)
- 💧 喝水:当前连续 1 天(最佳 22 天)
- 💪 运动:当前连续 0 天(最佳 7 天)
development
Local web search (Tavily/Exa, requires API Key). For quick searches. If no Key configured or deep research needed, use cloud_agent instead.
development
Get current weather and forecasts (no API key required).
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the Moltbot voice-call plugin.