A zero-dependency skill to fetch and report comprehensive Peloton cycling workout statistics and performance metrics.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install peloton-stats
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install peloton-stats using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Peloton Stats is a specialized utility for Openclaw Skills that allows users to pull workout data directly from the Peloton API. This skill is built using only the Python standard library, ensuring a lightweight and secure footprint for monitoring cycling performance. By integrating these Openclaw Skills into your environment, you can gain immediate insights into your fitness journey, including power output, cadence, and caloric burn, all formatted as clean Markdown for easy review and logging.
Store your credentials securely using the Openclaw Skills 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 "[email protected]"
openclaw config set auth.profiles.peloton:default.password "your-password"
Alternatively, you can manually update the auth-profiles.json file within the configuration directory used by your Openclaw Skills to manage API access.
The skill organizes cycling data and performance telemetry into the following schema:
| Metric | Description |
|---|---|
| Total Rides | Count of all cycling workouts in the previous 7 days |
| Duration | Cumulative minutes ridden during the period |
| Calories | Total energy expenditure across all rides |
| Output | Total energy generated measured in kilojoules (kJ) |
| Performance Averages | Mean values for Power (watts), Resistance (%), and Cadence (RPM) |
Loading
A proactive monitoring tool for tracking disk space and inode usage across system partitions to prevent downtime.

A high-performance framework for comparing and selecting the best LLMs through automated A/B testing and statistical analysis.

A secure automation workflow for modifying and validating OpenClaw configuration files with built-in recovery and learning loops.

An automated, fail-safe system for modifying Openclaw configuration files with built-in validation, repair, and learning feedback loops.

A high-performance communication layer for AI agents to exchange messages, files, and state information across a networked environment.

An automated session management skill for Openclaw Skills that monitors context limits and switches models to maintain performance and session health.








































