🏃
DataPython

Strava

by eddmann

Strava is a Data skill for Claude Code, published by eddmann in strava-cli.

27 stars3 forkson eddmann/strava-cliAdded 2026/07/16Repository updated 2026/05/22
claude-codeclicyclingfitnessjsonllmpythonrunningstravastrava-apiunix
Install in seconds
Install Strava
Copy Strava into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/eddmann/strava-cli ~/.claude/skills/strava-cli

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/eddmann/strava-cli.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in eddmann/strava-cli
Installs to
~/.claude/skills/strava-cli
Collection
The only skill cataloged from this repository
Category
Data812 skills

What Strava does

Query Strava fitness data including activities, athlete stats, segments, routes, clubs, and gear. Use when the user asks about cycling, running, swimming, workouts, training, or Strava data.

Strava is cataloged under Data on DirSkills. Strava comes from a repository tagged claude-code, cli, cycling, fitness and json.

Documentation

README

Strava CLI Skill

Query and manage Strava data via the strava CLI.

Prerequisites

  • Install CLI: curl -fsSL https://raw.githubusercontent.com/eddmann/strava-cli/main/install.sh | sh
  • Authenticate: strava auth login (requires STRAVA_CLIENT_ID, STRAVA_CLIENT_SECRET)

Quick Context

Get aggregated athlete data in one call:

strava context                          # Full context: athlete, stats, gear, clubs, activities
strava context --activities 10          # More recent activities
strava context --focus stats,gear       # Specific sections only

Commands

Run strava --help or strava <command> --help to discover all options.

Activities

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Strava

  • How does Strava compare to other Data skills?

    Strava ranks #786 by stars among the 812 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Strava against them. Open each page to compare what they document and how they install.