Claude Code Skill
YMove Exercise API Skill
Use the YMove Exercise API directly from Claude Code. Access 636+ 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
Start instantly with the free demo key (no signup):
export YMOVE_API_KEY=demo_ymove_2026Or sign up for a free trial to get full video URL access.
2. Set your API key
export YMOVE_API_KEY=ym_your_key_here3. 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 636+ HD videos, workout generation, program builder, and AI posture analysis
version: 1.1.0
---
# YMove Exercise API Skill
## What it does
Access a library of 636+ professional exercise demonstration videos with detailed instructions,
muscle group data, workout/program generation, and AI posture analysis.
## API Base URL
https://exercise-api.ymove.app/api/v1
## Quick Start — Demo Key
Use the free demo key for instant access (no signup required):
X-API-Key: demo_ymove_2026
Video URLs are hidden on the demo key. Sign up for full video access.
## Endpoints
- GET /exercises - List exercises (filters: muscleGroup, exerciseType, equipment, difficulty, hasVideo, search)
- GET /exercises/:id - Get exercise details by ID or slug
- GET /exercises/muscle-groups - List available muscle groups with counts
- GET /exercises/exercise-types - List exercise types with counts
- GET /workouts/generate - Generate workout by muscle group
- GET /programs/generate - Generate multi-week training program
- POST /posture/analyze - AI posture analysis from images
- GET /usage - Check API usage and limits
## Authentication
Include API key in header: X-API-Key: your_key_here
Or use the free demo key: X-API-Key: demo_ymove_2026
## Equipment Types
machine, barbell, dumbbell, kettlebell, bodyweight, cableGet Started
Sign up for a free trial and start using the YMove Exercise API with Claude Code.