← Back to Skills Marketplace
435
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-strava
Description
Official Strava OAuth integration for OpenClaw. Use to connect/authorize Strava, store+refresh tokens, and fetch workout/activity data (runs/rides/etc.) for...
Usage Guidance
This skill appears to do exactly what it claims: perform Strava OAuth, store/refresh a token, and fetch/normalize activities. Before installing: 1) verify you trust the skill source (homepage is missing and registry metadata omitted required env vars), 2) keep your STRAVA_CLIENT_SECRET private and set STRAVA_TOKEN_PATH if you prefer a different storage location, 3) note the skill will create ~/.config/openclaw/strava/token.json and set restrictive permissions when possible, and 4) review the included scripts (they are small and readable) before running. Also correct the metadata mismatch (registry vs SKILL.md) if you will publish or reuse the skill.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-strava
Version: 0.1.1
The openclaw-strava skill is a standard implementation of a Strava API integration using OAuth2. It includes scripts for authentication, activity fetching, and data normalization, all of which use Python's standard library (urllib) to avoid third-party dependency risks. Security best practices are observed, such as setting restrictive file permissions (0o600) on the stored OAuth tokens in scripts/strava_token.py, and there is no evidence of data exfiltration, obfuscation, or malicious intent.
Capability Assessment
Purpose & Capability
Name/description match the included Python scripts: OAuth login, token management, activity fetch, normalization, and rendering. The env vars and file paths the scripts use (STRAVA_CLIENT_ID, STRAVA_CLIENT_SECRET, STRAVA_REDIRECT_URI, optional STRAVA_TOKEN_PATH/STRAVA_TZ) are appropriate for a Strava integration.
Instruction Scope
Runtime instructions are narrowly scoped to: run included scripts, perform OAuth against https://www.strava.com, read/write a token file under ~/.config/openclaw/strava/, and write activity JSON outputs. The only minor discrepancy: the SKILL.md lists STRAVA_TOKEN_PATH and STRAVA_TZ as optional but does not document STRAVA_SCOPES (the code reads STRAVA_SCOPES if present). Otherwise the instructions do not access unrelated files, env vars, or external endpoints.
Install Mechanism
No install spec (instruction-only) and all network calls originate from the included code to official Strava endpoints. There are no downloads from third‑party URLs or archive extraction. Including runnable scripts in the skill is expected for a source-only integration.
Credentials
Requested credentials (client id, client secret, redirect URI) are proportionate to OAuth usage. Minor metadata inconsistency: the registry metadata at the top reported 'Required env vars: none', but SKILL.md and the code require STRAVA_CLIENT_ID/SECRET/REDIRECT_URI. That mismatch is a bookkeeping issue to correct but not an evidence of malicious intent.
Persistence & Privilege
Skill does write a token file to the user's home (~/.config/openclaw/strava/token.json) and will refresh tokens when expired — this is expected behavior for an OAuth integration. always:false and normal autonomous invocation defaults are used. The skill does not modify other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-strava - After installation, invoke the skill by name or use
/openclaw-strava - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
OAuth UX: default remote copy/paste mode; add optional --loopback fast path for same-machine browser authorization.
v0.1.0
Initial release: OAuth login, token refresh, fetch activities by day with pagination, normalize for Wellness hub, and channel-aware rendering.
Metadata
Frequently Asked Questions
What is Strava (Official API)?
Official Strava OAuth integration for OpenClaw. Use to connect/authorize Strava, store+refresh tokens, and fetch workout/activity data (runs/rides/etc.) for... It is an AI Agent Skill for Claude Code / OpenClaw, with 435 downloads so far.
How do I install Strava (Official API)?
Run "/install openclaw-strava" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Strava (Official API) free?
Yes, Strava (Official API) is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Strava (Official API) support?
Strava (Official API) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Strava (Official API)?
It is built and maintained by Gavin C. (@gavinchengcool); the current version is v0.1.1.
More Skills