Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Query Strava activities, stats, and workout data using Python/stravalib with interactive setup
Query Strava activities, stats, and workout data using Python/stravalib with interactive setup
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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Query your Strava activities, stats, and workout data through OpenClaw using Python and stravalib. Why this skill vs others: Uses Python/stravalib with an interactive setup wizard (vs curl-based skills requiring manual JSON configuration).
Python 3.7+ stravalib package Strava API credentials (free)
Install dependencies: pip install stravalib Run setup: python3 setup.py This will: Guide you through creating a Strava API app Handle OAuth authentication Save credentials to ~/.strava_credentials.json
Recent activities: python3 strava_control.py recent Weekly/monthly stats: python3 strava_control.py stats Last activity: python3 strava_control.py last
Ask OpenClaw: "Show my recent Strava activities" "What are my Strava stats this week?" "What was my last Strava workout?"
strava_control.py - Main controller script setup.py - Interactive setup wizard SKILL.md - This file ~/.strava_credentials.json - Credentials (auto-generated)
Requires Strava account (free) API credentials are personal and should not be shared Rate limits: 100 requests per 15 minutes, 1,000 daily
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.