/install akm-fitness-planner
AKM Fitness
AKM Fitness is a profile-first training decision skill for real-world constraints.
It does not start with a workout template. It starts by modeling the operator: goals, body limits, equipment reality, time budget, recovery state, and adherence risk.
Quick Reference
| Item | Details |
|---|---|
| Primary outcome | a constraint-aware training decision |
| Best use case | when generic workout advice fails because the user's actual constraints matter |
| Public source | https://github.com/sirsws/akm/tree/main/branches/fitness |
| Sample record | https://github.com/sirsws/akm/blob/main/branches/fitness/skill/SAMPLE_RECORD.md |
| Research paper | https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6231465 |
| Install source | https://github.com/sirsws/akm |
Public Links
- GitHub branch:
https://github.com/sirsws/akm/tree/main/branches/fitness - Skill files:
https://github.com/sirsws/akm/tree/main/branches/fitness/skill - Sample record:
https://github.com/sirsws/akm/blob/main/branches/fitness/skill/SAMPLE_RECORD.md - Branch paper:
https://github.com/sirsws/akm/tree/main/branches/fitness/paper - SSRN paper:
https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6231465
Installation
ClawHub / OpenClaw:
- install from this listing
Skills CLI:
npx skills add https://github.com/sirsws/akm --skill akm-fitness-planner --full-depth
What This Skill Changes
Most fitness agents answer too early.
They assume the user has one clear goal, normal recovery, enough time, stable equipment, and no meaningful body limitation. That assumption is usually false.
AKM Fitness changes the order of operations: profile first, decision second.
When to Use
Use this skill when:
- injuries or physical limits materially affect training choices
- equipment availability changes what is realistic
- time budget is hard and cannot be ignored
- recovery state should alter the decision
- generic training plans keep failing in practice
Do not use this skill when:
- the user only wants casual fitness chat
- a medical diagnosis is being requested
- rehabilitation planning should be handled by a qualified clinician
- critical inputs are missing and the user refuses to provide them
Core Rule
No profile, no serious plan.
If the necessary state is unclear, the skill should surface MissingInputs instead of fabricating confidence.
Workflow
ELICITATION_PROMPT.mdRECORD_TEMPLATE.mdEXECUTION_PROMPT.mdSAMPLE_RECORD.md
Output Contract
Outputs should include:
StateJudgmentPrimaryDecisionDecisionConfidencePlanRiskNotesNonNegotiablesMissingInputs
Operating Boundary
AKM Fitness is a training decision aid. It is not a medical diagnosis tool, not a rehab replacement, and not a motivational wrapper for missing information.
Files to Load
Read these files before running the skill:
ELICITATION_PROMPT.mdRECORD_TEMPLATE.mdEXECUTION_PROMPT.mdSAMPLE_RECORD.md\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install akm-fitness-planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/akm-fitness-planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AKM Fitness 是什么?
AKM implementation for training decision workflows. Models goals, body limits, equipment context, time budget, and recovery before outputting a workout decis... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。
如何安装 AKM Fitness?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install akm-fitness-planner」即可一键安装,无需额外配置。
AKM Fitness 是免费的吗?
是的,AKM Fitness 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AKM Fitness 支持哪些平台?
AKM Fitness 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AKM Fitness?
由 sirsws(@sirsws)开发并维护,当前版本 v1.0.2。