Back to Registry View Author Profile
Official Verified
Pipeworx Wger
Skill by brucegutman
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/brucegutman/pipeworx-wgerOr
Wger (Workout Manager)
Exercise database with muscle groups, equipment, and detailed exercise descriptions. Useful for building workout routines, fitness apps, or answering "what exercises target my biceps?"
Tools overview
list_exercises-- Browse exercises (English only). Returns name, description, category, primary and secondary muscles, and equipment needed. Default 20 results.get_exercise-- Full details for a specific exercise by its numeric ID.list_muscles-- Every muscle in the database with front/back body position.list_equipment-- All equipment types: barbell, dumbbell, kettlebell, gym mat, pull-up bar, etc.
Example: list exercises
curl -X POST https://gateway.pipeworx.io/wger/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_exercises","arguments":{"limit":10}}}'
Building a workout
- Use
list_musclesto identify target muscle IDs - Browse exercises with
list_exercises - Get full descriptions and equipment needs with
get_exercise
{
"mcpServers": {
"wger": {
"url": "https://gateway.pipeworx.io/wger/mcp"
}
}
}
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-brucegutman-pipeworx-wger": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
pipeworx-colorapi
Color identification, scheme generation, and format conversion via TheColorAPI — hex, RGB, HSL, and CMYK
brucegutman 4190
pipeworx-poetry
Poetry MCP — PoetryDB API (free, no auth)
brucegutman 4190
Pipeworx Qrcode
Skill by brucegutman
brucegutman 4190
Pipeworx Rickmorty
Skill by brucegutman
brucegutman 4190
Pipeworx Sunrisesunset
Skill by brucegutman
brucegutman 4190