A terminal-based skill for accessing Strava data, including athlete metrics, activity history, and route management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install stravacli
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install stravacli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The stravacli skill is a specialized interface designed for developers and fitness enthusiasts who need to interact with the Strava API directly from their terminal. By leveraging the power of Openclaw Skills, users can programmatically retrieve athlete statistics, list recent activities, and manage gear without the need for a web browser. This skill bridges the gap between raw fitness data and developer workflows, providing a structured way to handle activities, segments, and routes.
Built on top of a robust external CLI, this skill focuses on efficiency and data portability. It allows for detailed inspection of activity streams and laps, making it a perfect choice for those who want to build custom analytics or automation scripts around their physical performance.
To get started with this Openclaw Skills integration, ensure the stravacli binary is installed and available in your PATH.
go install github.com/Brainsoft-Raxat/strava-cli/cmd/stravacli@latest
Once installed, you must authenticate your account. For local machines, use:
stravacli auth login
For remote or headless environments, use the remote flag and follow the instructions to complete the OAuth flow. Verify your authentication status with stravacli auth status before proceeding with data commands.
The skill utilizes the following structured data entities from the Strava API:
| Entity | Key Data Points |
|---|---|
| Activity | ID, name, distance, moving time, type, total elevation gain |
| Athlete | ID, username, bio, follower count, shoe/bike gear details |
| Route | ID, name, distance, elevation, map geometry, file format |
| Stats | All-time totals (distance, time, elevation) for running, cycling, and swimming |
| Segment | ID, name, average grade, distance, star count |
Loading
An AI-powered Spotify playlist generator and music discovery tool using the Model Context Protocol.

A CLI tool for syncing Obsidian vaults on headless Linux servers with full end-to-end encryption support.

An intelligent AI project manager that captures tasks from conversation and organizes them into local Markdown files with a visual Kanban dashboard.

A modular image generation assistant that leverages the BizyAir asynchronous API to execute complex AI art workflows with dynamic parameter support.

A specialized execution environment for running quantum computing simulations and mathematical experiments using Qiskit.

A dedicated execution environment for running Qiskit-based quantum simulations and mathematical research scripts.








































