Claude Code Skill
YMove Exercise API Skill
Use the YMove Exercise API directly from Claude Code. Access 666+ 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 (no credit card required).
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 680+ 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 680+ 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/v2
## Quick Start
Sign up for a free trial at https://ymove.app/exercise-api/signup (no credit card required).
## 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
## 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.