← 返回 Skills 市场
Cycling Tracker
作者
kaising-openclaw1
· GitHub ↗
· v1.0.0
· MIT-0
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cycling-tracker
功能描述
骑行追踪 - 骑行记录、速度分析、路线规划
使用说明 (SKILL.md)
Cycling Tracker
骑行追踪工具,记录你的骑行旅程。
功能
- ✅ 骑行记录
- ✅ 速度分析
- ✅ 路线规划
- ✅ 训练计划
- ✅ 统计报告
使用
# 记录骑行
clawhub cycle log --distance 20 --time 60
# 速度分析
clawhub cycle speed --distance 20 --time 60
# 路线规划
clawhub cycle route --distance 30 --type "scenic"
# 查看统计
clawhub cycle stats --month 2026-04
定价
| 版本 | 价格 | 功能 |
|---|---|---|
| 免费版 | ¥0 | 基础记录 |
| Pro 版 | ¥39 | 全部功能 |
| 订阅版 | ¥9/月 | Pro+ AI 计划 |
安全使用建议
This skill appears to be a simple, instruction-only cycling tracker, but there are small inconsistencies you should resolve before installing: (1) _meta.json lists 'curl' as a required binary although the registry summary showed none — confirm whether curl is needed. (2) The SKILL.md and README expect an external 'clawhub' CLI and instruct using 'npx clawhub@latest install ...' — understand and audit that CLI before running it (npx will fetch and execute remote code). (3) Ask the author where ride data is stored, what network endpoints are contacted, and whether any credentials are required by the external CLI. If you cannot verify the clawhub package and its behavior, avoid installing or run it in a restricted environment (isolated VM/container) and inspect the CLI code before granting network or filesystem access.
功能分析
Type: OpenClaw Skill
Name: cycling-tracker
Version: 1.0.0
The skill bundle contains standard documentation and metadata for a cycling tracking tool. It lacks any executable code or suspicious instructions, focusing entirely on describing features like route planning and speed analysis. No indicators of malicious intent or security vulnerabilities were found in SKILL.md, README.md, or _meta.json.
能力评估
Purpose & Capability
The skill's name, description, and examples match a cycling tracker (logging, speed analysis, routing). However, the bundle is instruction-only yet references usage of an external CLI ('clawhub') in SKILL.md/README and _meta.json declares a binary dependency on curl — the registry metadata shown to the user (Requirements: none) contradicts _meta.json. It's reasonable for a tracker to call external tools, but the declared requirements should match.
Instruction Scope
SKILL.md only shows example commands that run 'clawhub cycle ...' and does not instruct reading unrelated files or environment variables. That keeps scope narrow. However, those commands rely entirely on an external CLI (clawhub) whose behavior is not included here — the instructions give the agent broad ability to run that CLI, which could perform arbitrary actions. The skill does not document where ride data is stored or what endpoints clawhub uses.
Install Mechanism
There is no formal install spec in the registry entry (instruction-only), but README suggests 'npx clawhub@latest install cycling-tracker' and SKILL.md examples call the 'clawhub' CLI. That implies a dependence on installing a third-party CLI via npx, which will fetch code at install time. Additionally, _meta.json declares a 'curl' binary requirement. The combination (no packaged code in the skill, but external CLI install implied) increases risk because the external CLI's code and network activity are outside this skill bundle.
Credentials
The skill does not request environment variables, credentials, or config paths. For the declared purpose (tracking, analysis, routing) this is proportionate. Still, because it depends on an external CLI, that CLI might request its own credentials — that is not documented here.
Persistence & Privilege
Skill flags are default (not always-on, user-invocable, model invocation allowed). There is no evidence the skill requests permanent presence or modifies other skills/config. This is appropriate for its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cycling-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/cycling-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of cycling-tracker.
- Track cycling activities with distance and time logging
- Analyze average speed for rides
- Plan routes based on distance and type
- View training plans and generate statistical reports
- Flexible pricing: Free, Pro, and Subscription tiers
元数据
常见问题
Cycling Tracker 是什么?
骑行追踪 - 骑行记录、速度分析、路线规划. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。
如何安装 Cycling Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cycling-tracker」即可一键安装,无需额外配置。
Cycling Tracker 是免费的吗?
是的,Cycling Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cycling Tracker 支持哪些平台?
Cycling Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cycling Tracker?
由 kaising-openclaw1(@kaising-openclaw1)开发并维护,当前版本 v1.0.0。
推荐 Skills