Claude Code Skill

YMove Exercise API Skill

Use the YMove Exercise API directly from Claude Code. Access 379+ exercise videos, generate workouts, and build programs — all from your terminal.

What is a Claude Code Skill?

Claude Code skills are .skill.md files that describe API capabilities. When Claude Code discovers a skill, it can use the API to answer questions and perform tasks on your behalf.

How to Use

1. Get an API Key

Sign up for a free trial to get your API key.

2. Set your API key

export YMOVE_API_KEY=ym_your_key_here

3. Use with Claude Code

Claude Code can now use the YMove API to help you with exercise-related tasks:

> "Find me 5 chest exercises with videos"
> "Generate a 4-day muscle building program"
> "What exercises target the hamstrings?"

skill.md Content

---
name: ymove-exercise-api
description: Exercise video API with 379+ HD videos, workout generation, and program builder
version: 1.0.0
---

# YMove Exercise API Skill

## What it does
Access a library of 379+ professional exercise demonstration videos with detailed instructions,
muscle group data, and workout/program generation.

## API Base URL
https://ymove.app/api/v1

## Endpoints
- GET /exercises - List exercises (filters: muscleGroup, equipment, hasVideo)
- GET /exercises/:id - Get exercise details
- GET /exercises/muscle-groups - List available muscle groups
- GET /workouts/generate - Generate workout by muscle group
- GET /programs/generate - Generate multi-week program
- GET /usage - Check API usage

## Authentication
Include API key in header: X-API-Key: your_key_here

Get Started

Sign up for a free trial and start using the YMove Exercise API with Claude Code.