A Python-powered skill for fetching Strava activity data and workout statistics through your AI agent.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install strava-python
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 strava-python using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Strava Python skill provides a robust interface for accessing your personal Strava workout history and performance metrics. Built on the stravalib library, it offers a more developer-friendly experience compared to standard API calls by including an automated setup process. This skill is a core component of the Openclaw Skills ecosystem, allowing users to bridge the gap between their fitness data and AI-driven analysis.
With this integration, you can quickly retrieve summaries of your latest runs, rides, or swims without leaving your terminal or agent interface. It handles the complex OAuth2 authentication flow on your behalf, ensuring that your data is accessed securely and efficiently.
First, install the required library using pip:
pip install stravalib
Next, run the interactive setup wizard to configure your API access:
python3 setup.py
Follow the instructions to generate your API credentials, which will be saved to your home directory.
| File/Component | Description |
|---|---|
~/.strava_credentials.json |
Local storage for OAuth access and refresh tokens. |
strava_control.py |
Main script for handling data retrieval commands like recent, stats, and last. |
setup.py |
Utility script for managing initial authentication and API application linking. |
The skill organizes data into categorized activities (e.g., runs, rides) and time-based aggregates (e.g., weekly totals) for easy consumption by Openclaw Skills.
Loading
A CLI-driven tracking tool for monitoring Product Hunt launch metrics and leaderboards in real-time.

A specialized tool for managing social media workspaces and automating post scheduling through AI-driven workflows.

An administrative command-line interface for managing Lemon Squeezy storefronts, orders, and subscription metrics.

A powerful CLI integration for programmatically managing KanbanFlow boards, columns, and tasks.

A powerful AI-driven browser automation skill that handles complex multi-step web workflows, logins, and anti-bot measures using the Browser-Use framework.

A rigorous AI-driven auditing framework that dissects Node.js code to identify security holes, race conditions, and logic flaws through project-specific verification matrices.








































