smithery.ai

hevy

Use the Hevy public API.

First seen Apr 18, 2026

Installation

$ npx skills add https://smithery.ai

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents opencode

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 715 B
  • docs SUMMARY.md 36 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Quick Usage (Already Configured)

  • Load HEVYAPIKEY from .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)

  1. Check for .opencode/skill/hevy/.env. If it does not exist, ask the user to create it.
  2. Explain that Hevy Pro is required and the API key comes from https://hevy.com/settings?developer.
  3. Ask the user to add the API key to the .env file:
HEVY_API_KEY=your_key_here

API Spec

  • Full OpenAPI spec: .opencode/skill/hevy/openapi.json