← 返回 Skills 市场
ckboss

onelap-ride-download

作者 码代码的猿猿 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install onelap-ride-download
功能描述
从顽鹿竞技 (Onelap) 下载骑行记录 FIT 文件。用于批量导出用户的骑行数据。
安全使用建议
This skill appears to do what it says: it uses your logged-in browser session to find time-limited FIT download links and then uses curl to save them locally. Before installing or running it: (1) inspect the SKILL.md for hidden/unexpected characters (scanner flagged unicode control chars); (2) remove or change hard-coded paths (/home/ckboss/...) to directories you control; (3) confirm you are comfortable allowing the agent to read the browser DOM (it will see session tokens embedded in links); and (4) verify that download hosts (e.g., fits.rfsvr.net) are expected by the Onelap service. If you have any doubt, ask the skill author for a parameterized version that lets you set the workspace/download directories and provides an explanation for any unusual characters in the file.
功能分析
Type: OpenClaw Skill Name: onelap-ride-download Version: 1.0.0 The skill is designed to automate the downloading of cycling activity files (FIT format) from the Onelap (顽鹿竞技) platform. It uses standard browser automation and curl commands to fetch data from legitimate domains (u.onelap.cn and fits.rfsvr.net). While it contains hardcoded file paths (e.g., /home/ckboss/), which is a minor configuration flaw, there is no evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The name/description (download Onelap FIT files) align with the instructions: navigate the Onelap analysis page, snapshot the logged-in browser DOM, extract FIT download links and use curl to download them. Required binary (curl) and browser usage are appropriate for the task.
Instruction Scope
Instructions explicitly instruct the agent to use the browser tool to snapshot the logged‑in session and extract links (this is necessary because download links are tied to a logged-in session and time‑limited tokens). However, the SKILL.md contains hard-coded example file-system paths (/home/ckboss/..., .openclaw workspace) which are user-specific and should be parameterized; also the agent will handle URLs that include tokens—be aware these tokens are sensitive and the skill will capture them while parsing the page.
Install Mechanism
This is an instruction-only skill with no install spec or code files; nothing is downloaded or written to disk at install time. That is the lowest-risk install model.
Credentials
The skill requests no environment variables or credentials. Its need to read the logged-in browser state and find time-limited download links is proportional to the stated purpose.
Persistence & Privilege
Skill is not forced-always and uses normal model invocation. It does not request persistent system-wide privileges or attempt to modify other skills' configurations in the instructions provided.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install onelap-ride-download
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /onelap-ride-download 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
onelap-ride-download 1.0.0 初始发布 - 支持从顽鹿竞技 (Onelap) 平台批量下载骑行记录 FIT 文件 - 可根据用户指令批量导出指定日期范围的骑行数据 - 适配常见中文日期、ISO 日期及相对日期(如“本周”、“上周”)指令 - 提供命令行操作流程及下载文件的规范命名、存放结构 - 自动整理文件到以日期范围命名的目录,便于管理和导入第三方平台 - 明确所需环境:curl 工具和已登录的浏览器
元数据
Slug onelap-ride-download
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

onelap-ride-download 是什么?

从顽鹿竞技 (Onelap) 下载骑行记录 FIT 文件。用于批量导出用户的骑行数据。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 onelap-ride-download?

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

onelap-ride-download 是免费的吗?

是的,onelap-ride-download 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

onelap-ride-download 支持哪些平台?

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

谁开发了 onelap-ride-download?

由 码代码的猿猿(@ckboss)开发并维护,当前版本 v1.0.0。

💬 留言讨论