instances/xiaodazi/skills/workout-logger/SKILL.md
Log workouts, track exercise progress, and generate fitness reports. Data stored locally.
npx skillsauth add malue-ai/dazee-small workout-loggerInstall 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.
帮助用户记录运动和锻炼,追踪进步,生成健身报告。数据保存在本地。
在用户数据目录维护 ~/Documents/xiaodazi/workouts.json:
{
"logs": {
"2026-02-26": [
{
"type": "strength",
"exercises": [
{"name": "卧推", "sets": [{"weight": 60, "reps": 8}, {"weight": 60, "reps": 8}, {"weight": 55, "reps": 10}]},
{"name": "深蹲", "sets": [{"weight": 80, "reps": 6}, {"weight": 80, "reps": 6}]}
],
"duration_min": 45,
"notes": "状态不错"
}
],
"2026-02-25": [
{
"type": "cardio",
"activity": "跑步",
"distance_km": 5.2,
"duration_min": 28,
"pace": "5:23/km"
}
]
}
}
力量训练:
用户:今天卧推 60kg 做了 3 组,每组 8 个
→ 记录:卧推 60kg × 8 × 3 组
→ 回复:卧推已记录 ✅ 60kg × 8 × 3
→ 对比上次:上次 55kg × 8,进步了 5kg 💪
有氧运动:
用户:刚跑了 5 公里,用了 28 分钟
→ 记录:跑步 5km / 28min / 配速 5:36/km
→ 回复:跑步已记录 ✅ 5km 28分钟(配速 5:36/km)
## 运动周报(2/19 - 2/25)
本周运动 **4 次**,总时长 **160 分钟**
| 日期 | 类型 | 内容 | 时长 |
|---|---|---|---|
| 周一 | 力量 | 胸+三头 | 50min |
| 周三 | 有氧 | 跑步 5km | 28min |
| 周五 | 力量 | 背+二头 | 55min |
| 周六 | 有氧 | 跑步 6km | 32min |
### PR 记录(个人最佳)
- 卧推:60kg × 8(+5kg ↑)
- 跑步 5km:28:00(-1:30 ↓)
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.