hevy
SKILL.md
Quick Usage (Already Configured)
- Load
HEVY_API_KEYfrom.opencode/skill/hevy/.env. - Base URL:
https://api.hevyapp.com.
Example request
curl -H "api-key: $HEVY_API_KEY" "https://api.hevyapp.com/v1/workouts?page=1&pageSize=5"
First-Time Setup (If Not Configured)
- Check for
.opencode/skill/hevy/.env. If it does not exist, ask the user to create it. - Explain that Hevy Pro is required and the API key comes from
https://hevy.com/settings?developer. - Ask the user to add the API key to the
.envfile: