Query Strava activities, stats, and workout data using Python/stravalib with interactive setup
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).
stravalib packageInstall dependencies:
pip install stravalib
Run setup:
python3 setup.py
This will:
~/.strava_credentials.jsonRecent activities:
python3 strava_control.py recent
Weekly/monthly stats:
python3 strava_control.py stats
Last activity:
python3 strava_control.py last
Ask OpenClaw:
strava_control.py - Main controller scriptsetup.py - Interactive setup wizardSKILL.md - This file~/.strava_credentials.json - Credentials (auto-generated)