# Hevy

> Query workout data from Hevy including workouts, routines, exercises, and history. Use when user asks about their workouts, gym sessions, exercise progress, or fitness routines.

- **Type:** Skill
- **Install:** `agentstack add skill-mjrussell-agent-skills-hevy`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [mjrussell](https://agentstack.voostack.com/s/mjrussell)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [mjrussell](https://github.com/mjrussell)
- **Source:** https://github.com/mjrussell/agent-skills/tree/main/hevy

## Install

```sh
agentstack add skill-mjrussell-agent-skills-hevy
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Hevy CLI

CLI for the Hevy workout tracking API. Query workouts, routines, exercises, and track progress.

## Installation

```bash
npm install -g hevy-cli
```

## Setup

Requires Hevy Pro subscription for API access.

1. Get API key from https://hevy.com/settings?developer
2. Set environment variable: `export HEVY_API_KEY="your-key"`

## Commands

### Status

```bash
hevy status                # Check configuration and connection
hevy status --json
```

### Workouts

```bash
hevy workouts              # List recent workouts (default 5)
hevy workouts -n 10        # List 10 recent workouts
hevy workouts --all        # Fetch all workouts
hevy workouts --kg         # Show weights in kg (default is lbs)
hevy workout           # Show detailed workout
hevy workouts --json       # Output as JSON
```

### Routines

```bash
hevy routines              # List all routines
hevy routine           # Show detailed routine
hevy routines --json
```

### Exercises

```bash
hevy exercises                      # List all exercises
hevy exercises -s "bench press"     # Search by name
hevy exercises --muscle chest       # Filter by muscle group
hevy exercises --custom             # Show only custom exercises
hevy exercises --json
```

### Exercise History

```bash
hevy history           # Show history for exercise
hevy history  -n 50    # Limit entries
hevy history  --json
```

### Stats

```bash
hevy count                 # Total workout count
hevy folders               # List routine folders
```

## Usage Examples

**User: "What did I do at the gym today?"**
```bash
hevy workouts -n 1
```

**User: "Show me my bench press progress"**
```bash
hevy exercises -s "bench press" --json  # Get exercise ID
hevy history               # View history
```

**User: "What routines do I have?"**
```bash
hevy routines
```

**User: "How many workouts have I done?"**
```bash
hevy count
```

**User: "Find exercises for legs"**
```bash
hevy exercises --muscle quadriceps
hevy exercises --muscle hamstrings
```

## Notes

- Weights default to lbs, use `--kg` for kilograms
- Exercise IDs are UUIDs shown in detailed views and JSON output
- API has rate limits; avoid excessive `--all` usage

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [mjrussell](https://github.com/mjrussell)
- **Source:** [mjrussell/agent-skills](https://github.com/mjrussell/agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-mjrussell-agent-skills-hevy
- Seller: https://agentstack.voostack.com/s/mjrussell
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
