Query Strava activities, stats, and workout data using Python/stravalib with interactive setup
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install strava-python或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install strava-python⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/strava-python/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: strava-python version: 1.0.0 description: Query Strava activities, stats, and workout data using Python/stravalib with interactive setup homepage: https://www.strava.com metadata: openclaw: emoji: 🏃 requires: bins: - python3 install: - id: pip kind: pip package: stravalib label: Install stravalib (pip) ---
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).
stravalib package```bash pip install stravalib ```
```bash python3 setup.py ```
This will: - Guide you through creating a Strava API app - Handle OAuth authentication - Save credentials to ~/.strava_credentials.json
Recent activities:
python3 strava_control.py recent
Weekly/monthly stats:
python3 strava_control.py stats
Last activity:
python3 strava_control.py last
Ask OpenClaw:
strava_control.py - Main controller scriptsetup.py - Interactive setup wizardSKILL.md - This file~/.strava_credentials.json - Credentials (auto-generated)安装 Strava Python 后,可以对 AI 说这些话来触发它
Help me get started with Strava Python
Explains what Strava Python does, walks through the setup, and runs a quick demo based on your current project
Use Strava Python to query Strava activities, stats, and workout data using Python/strav...
Invokes Strava Python with the right parameters and returns the result directly in the conversation
What can I do with Strava Python in my developer & devops workflow?
Lists the top use cases for Strava Python, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/strava-python/ 目录(个人级,所有项目可用),或 .claude/skills/strava-python/(项目级)。重启 AI 客户端后,用 /strava-python 主动调用,或让 AI 根据上下文自动发现并使用。
Strava Python 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Strava Python 可免费安装使用。请查阅仓库了解许可证信息。
Query Strava activities, stats, and workout data using Python/stravalib with interactive setup
Strava Python 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Strava Python
Identifies repetitive steps in your workflow and sets up Strava Python to handle them automatically