Skills strava-python
Query Strava activities, stats, and workout data using Python/stravalib with interactive setup
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/abclark/strava-python" ~/.claude/skills/clawdbot-skills-strava-python && rm -rf "$T"
manifest:
skills/abclark/strava-python/SKILL.mdsource content
Strava Python
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).
Requirements
- Python 3.7+
packagestravalib- Strava API credentials (free)
Setup
-
Install dependencies:
pip install stravalib -
Run setup:
python3 setup.pyThis will:
- Guide you through creating a Strava API app
- Handle OAuth authentication
- Save credentials to
~/.strava_credentials.json
Commands
Recent activities:
python3 strava_control.py recent
Weekly/monthly stats:
python3 strava_control.py stats
Last activity:
python3 strava_control.py last
Examples
Ask OpenClaw:
- "Show my recent Strava activities"
- "What are my Strava stats this week?"
- "What was my last Strava workout?"
Files
- Main controller scriptstrava_control.py
- Interactive setup wizardsetup.py
- This fileSKILL.md
- Credentials (auto-generated)~/.strava_credentials.json
Notes
- Requires Strava account (free)
- API credentials are personal and should not be shared
- Rate limits: 100 requests per 15 minutes, 1,000 daily