← 返回 Skills 市场
abclark

Strava Python

作者 abclark · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1088
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install strava-python
功能描述
Query Strava activities, stats, and workout data using Python/stravalib with interactive setup
安全使用建议
This skill appears to be a straightforward Python Strava client and the included code implements the behavior described. Before installing: 1) Inspect SKILL.md and the two Python files yourself (or have someone you trust review them) — the pre-scan flagged hidden unicode control characters which are not expected. 2) Be aware the setup stores your client_secret, access_token, and refresh_token in plaintext at ~/.strava_credentials.json; if you proceed, restrict file permissions (chmod 600) or use a secure secrets store. 3) Verify you install the legitimate 'stravalib' package from PyPI and that you trust the skill source (the registry 'owner id' is not a public GitHub link). 4) Consider running the setup in a sandboxed environment first (or manually perform the OAuth steps via browser and paste tokens) if you are uncertain. 5) Do not paste credentials into public channels and revoke the Strava app credentials if you later suspect misuse.
功能分析
Type: OpenClaw Skill Name: strava-python Version: 1.0.0 The skill bundle is classified as benign. All files, including SKILL.md and README.md, provide clear and legitimate instructions for setting up and using a Strava API client. The `setup.py` script securely prompts for Strava API credentials and stores them in a local dotfile (`~/.strava_credentials.json`) for use by `strava_control.py`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection against the AI agent, or obfuscation. The requested API scopes are appropriate for the stated purpose of querying Strava activities and stats.
能力评估
Purpose & Capability
Name/description, required binary (python3), pip dependency (stravalib), and included scripts (setup.py, strava_control.py) are coherent for a Strava Python client. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the user to create a Strava app, run an interactive setup, and save OAuth tokens to ~/.strava_credentials.json — this matches the included setup.py which performs those actions. However a pre-scan found 'unicode-control-chars' in SKILL.md (a prompt-injection indicator), which is unexpected and should be inspected; otherwise the runtime instructions stay within the stated purpose and do not attempt to read unrelated system files or environment variables.
Install Mechanism
There is no arbitrary download/install script — the metadata/instructions use pip to install the well-known 'stravalib' package. This is a standard install mechanism for a Python skill and proportional to the task.
Credentials
The skill does not require environment variables and instead asks interactively for your Strava Client ID/Secret and stores tokens locally. That is reasonable for this purpose, but the setup writes client_secret, access_token and refresh_token in plaintext to ~/.strava_credentials.json — expected for a simple tool but a sensitive practice. No unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true nor modify other skills or system-wide settings. It creates one file in the user's home (~/.strava_credentials.json) to persist its own credentials, which is expected behavior for this type of tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install strava-python
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /strava-python 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - Python-based Strava integration with interactive OAuth setup
元数据
Slug strava-python
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Strava Python 是什么?

Query Strava activities, stats, and workout data using Python/stravalib with interactive setup. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1088 次。

如何安装 Strava Python?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install strava-python」即可一键安装,无需额外配置。

Strava Python 是免费的吗?

是的,Strava Python 完全免费(开源免费),可自由下载、安装和使用。

Strava Python 支持哪些平台?

Strava Python 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Strava Python?

由 abclark(@abclark)开发并维护,当前版本 v1.0.0。

💬 留言讨论