Hybrid training plan
/install hybrid-training-plan
Hybrid Training Plan Skill
Interact with the user's training plan at hybridtrainingplan.app via natural language.
Setup
- Generate an API key at hybridtrainingplan.app/account → Agent Skills → New key
- Add to your Claude environment (
.claude/.envor shell profile):
export HYBRID_API_KEY="htp_your_key_here"
export HYBRID_API_URL="https://api.hybridtrainingplan.app" # optional, this is the default
The helper script is at scripts/htp.sh relative to this skill. Run chmod +x scripts/htp.sh once to make it executable.
Common operations
Check today's dashboard
scripts/htp.sh dashboard
Returns the current plan ID, today's date, active week/day info, and recent session summaries.
View a specific day's workout
scripts/htp.sh day 2026-02-27 \x3CplanId>
Returns the day's sessions with exercises, sets, reps, load guidance, and running prescription.
Log a session
scripts/htp.sh log-session '{"planId":"...","sessionId":"...","dayDate":"2026-02-27","sessionType":"strength","strengthSets":[{"exerciseName":"Squat","exerciseKey":"squat","setIndex":0,"reps":5,"weightKg":100}]}'
Mark a day complete
scripts/htp.sh complete 2026-02-27 \x3CplanId>
Skip a day
scripts/htp.sh skip 2026-02-27 \x3CplanId>
View session logs for a day
scripts/htp.sh session-logs \x3CplanId> 2026-02-27
View exercise 1RMs (maxes)
scripts/htp.sh maxes
Update a 1RM
scripts/htp.sh set-max "Squat" 120
Notes
- Weights are always in kg in the API regardless of the user's display preference
sessionIdis the UUID of the specific session inside the plan (visible in the day view response)planIdis the UUID of the training plan (visible in the dashboard response)- See
references/api.mdfor full request/response schemas
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hybrid-training-plan - 安装完成后,直接呼叫该 Skill 的名称或使用
/hybrid-training-plan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hybrid training plan 是什么?
View and manage a Hybrid Training Plan — check today's workout, log strength sets and runs, mark days complete or skip, view exercise 1RMs and session histor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 372 次。
如何安装 Hybrid training plan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hybrid-training-plan」即可一键安装,无需额外配置。
Hybrid training plan 是免费的吗?
是的,Hybrid training plan 完全免费(开源免费),可自由下载、安装和使用。
Hybrid training plan 支持哪些平台?
Hybrid training plan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hybrid training plan?
由 Paul Kenneth Kent(@paulkennethkent)开发并维护,当前版本 v1.0.1。