π¦ ClawHub
Power Oracle
by @workcapacity-io
Use when the user wants Power Oracle to compute workout work or power from structured or shorthand workout details. Do not use for coaching or general fitnes...
TERMINAL
clawhub install power-oracleπ About This Skill
name: power_oracle description: Use when the user wants Power Oracle to compute workout work or power from structured or shorthand workout details. Do not use for coaching or general fitness advice. homepage: https://www.workcapacity.io/docs/power-oracle user-invocable: true metadata: openclaw: homepage: https://www.workcapacity.io/docs/power-oracle
Power Oracle
Use this skill when the user wants a concrete Power Oracle result for workout work or power. This skill is for structured workout analysis, not free-form coaching.
Default API base URL: https://api.workcapacity.io
Use the skill for the right requests
Confirm movements before compute
GET /v1/movements before POST /v1/compute-power when the user gives shorthand, aliases, colloquial names, uncertain implements, or any movement name you cannot map exactly.GET /v1/movements before asking follow-up questions about required inputs, alternative inputs, or supported overrides.med-ball situp means ab-mat situp.GET /v1/movements does not make the mapping explicit, ask the user for the minimum clarification needed.Build conservative splits
rest_seconds_after only when the rest mapping is explicit or clearly implied.Call the API in the right order
GET /v1/movements for movement discovery and validation.GET /.well-known/api-catalog.GET /openapi.json when you need schema detail.GET /v1/payment-requirements when you need current public x402 route pricing.POST /v1/compute-power only after you have enough validated detail to build a valid request.Hard rules
/v1 as the current public contract boundary for external users.POST /v1/compute-power may require an x402 payment challenge. See references/api-contract.md for step-by-step examples.Support
If the skill fails in a way the docs do not explain, contact workcapacity.io@agentmail.to or visit https://www.workcapacity.io/contact.