Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Fetch and report Peloton cycling workout statistics. Use when the user wants to see their Peloton workout data, weekly cycling stats, ride history, or perfor...
Fetch and report Peloton cycling workout statistics. Use when the user wants to see their Peloton workout data, weekly cycling stats, ride history, or perfor...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Fetch weekly cycling stats directly from the Peloton API. Zero dependencies โ uses only Python stdlib.
Store your Peloton credentials securely using OpenClaw's credential manager: openclaw config set auth.profiles.peloton:default.type api_key openclaw config set auth.profiles.peloton:default.provider peloton openclaw config set auth.profiles.peloton:default.username "your-email@example.com" openclaw config set auth.profiles.peloton:default.password "your-password" Or edit ~/.openclaw/agents/main/agent/auth-profiles.json directly: { "profiles": { "peloton:default": { "type": "api_key", "provider": "peloton", "username": "your-email@example.com", "password": "your-password" } } }
python3 ~/.openclaw/skills/peloton-stats/scripts/fetch_stats.py Outputs markdown with: Total rides this week Total duration, calories, output (kJ) Average power (watts), resistance (%), cadence (RPM) Recent rides table (date, class, instructor, metrics)
MetricDescriptionTotal RidesNumber of cycling workouts in last 7 daysDurationTotal minutes riddenCaloriesTotal calories burnedOutputTotal energy in kilojoules (kJ)Avg PowerAverage watts across all ridesAvg ResistanceAverage resistance %Avg CadenceAverage RPM
Only fetches cycling workouts (not running, strength, yoga, etc.) Looks back 7 days from runtime Requires active Peloton subscription Uses the unofficial Peloton API at api.onepeloton.com
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.