A powerful command-line interface for the Hevy workout tracking API that enables AI agents to query and manage fitness data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install hevy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install hevy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Hevy CLI is a specialized tool designed to bridge the gap between your fitness journey and your development environment. By leveraging Openclaw Skills, developers and fitness enthusiasts can programmatically access their workout history, routines, and exercise metrics. It provides a robust interface for fetching detailed session data, searching through exercise templates, and even creating new routines through simple CLI commands or JSON inputs.
This skill transforms your AI agent into a personal fitness data scientist, allowing for deep analysis of your gym performance. Whether you are tracking progress on a specific lift or organizing your weekly splits, this Openclaw Skills integration provides the necessary endpoints to handle workout data with precision and ease.
To get started with this addition to your Openclaw Skills library, ensure you have an active Hevy Pro subscription for API access.
export HEVY_API_KEY="your-key"
hevy status
The skill interacts with several core data entities within the Hevy ecosystem. Data can be exported in JSON format using the --json flag for easy programmatic parsing.
| Entity | Description | Key Metadata |
|---|---|---|
| Workout | A completed gym session record | id, start_time, end_time, exercises |
| Routine | A saved template for future workouts | title, notes, folder_id, exercises |
| Exercise | A specific movement template | exercise_template_id, muscle_group, type |
| Set | Individual lift data within a workout | type, weight_kg, reps, rest_seconds |
| Folder | Organizational container for routines | id, name |
Loading
A command-line interface for querying comprehensive health and fitness metrics from Fitbit wearables.

A command-line interface for the Beestat API that enables detailed monitoring and analytics for ecobee smart thermostats.

A terminal-based interface for AnyList that enables users to manage grocery and shopping lists through an AI agent or command line.

Automates the retrieval and filtering of recent AI-related videos from specific YouTube channels using the Data API v3.

A powerful command-line interface for the Paprika Recipe Manager that enables AI agents to query recipes, meal plans, and grocery lists.

A specialized CLI tool for programmatically accessing, listing, and inspecting received emails and domain configurations via the Resend API.








































