Install
openclaw skills install openclaw-stravaOfficial Strava OAuth integration for OpenClaw. Use to connect/authorize Strava, store+refresh tokens, and fetch workout/activity data (runs/rides/etc.) for...
openclaw skills install openclaw-stravaKeep this skill source-only: connect to Strava, fetch activities, normalize output, and render a short message. Delivery is channel-agnostic.
Required env vars:
STRAVA_CLIENT_IDSTRAVA_CLIENT_SECRETSTRAVA_REDIRECT_URIOptional:
STRAVA_TOKEN_PATH (default: ~/.config/openclaw/strava/token.json)STRAVA_TZ (default: Asia/Shanghai)Choose one mode:
python3 scripts/strava_oauth_login.py
STRAVA_REDIRECT_URI is a loopback URL (e.g. http://127.0.0.1:58539/callback):python3 scripts/strava_oauth_login.py --loopback
python3 scripts/strava_fetch_activities.py --date today --out /tmp/strava_raw_today.json
python3 scripts/strava_normalize_daily.py /tmp/strava_raw_today.json --out /tmp/strava_today.json
python3 scripts/strava_render.py /tmp/strava_today.json --format markdown --channel generic
references/strava_api.mdreferences/output_schema.md