Install
openclaw skills install akm-fitness-plannerAKM implementation for training decision workflows. Models goals, body limits, equipment context, time budget, and recovery before outputting a workout decis...
openclaw skills install akm-fitness-plannerAKM 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.
| 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 |
https://github.com/sirsws/akm/tree/main/branches/fitnesshttps://github.com/sirsws/akm/tree/main/branches/fitness/skillhttps://github.com/sirsws/akm/blob/main/branches/fitness/skill/SAMPLE_RECORD.mdhttps://github.com/sirsws/akm/tree/main/branches/fitness/paperhttps://papers.ssrn.com/sol3/papers.cfm?abstract_id=6231465ClawHub / OpenClaw:
Skills CLI:
npx skills add https://github.com/sirsws/akm --skill akm-fitness-planner --full-depth
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.
Use this skill when:
Do not use this skill when:
No profile, no serious plan.
If the necessary state is unclear, the skill should surface MissingInputs instead of fabricating confidence.
ELICITATION_PROMPT.mdRECORD_TEMPLATE.mdEXECUTION_PROMPT.mdSAMPLE_RECORD.mdOutputs should include:
StateJudgmentPrimaryDecisionDecisionConfidencePlanRiskNotesNonNegotiablesMissingInputsAKM 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.
Read these files before running the skill:
ELICITATION_PROMPT.mdRECORD_TEMPLATE.mdEXECUTION_PROMPT.mdSAMPLE_RECORD.md