← 返回 Skills 市场
Rdk X5 Quickstart
作者
qiaolongli
· GitHub ↗
· v1.0.0
· MIT-0
274
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install rdk-x5-quickstart
功能描述
RDK X5 新手快速入门:从开箱到第一个 AI 应用的完整流程,包括首次烧录镜像、首次启动、首次连接网络、运行第一个 YOLO 检测 demo。Use when the user is a beginner, first-time user, just unboxed the board, asks '怎么开始...
安全使用建议
This is an instruction-only quickstart and appears coherent for first-time setup. Before following it: (1) download the RDK OS image only from the official site and verify checksums if available; (2) be extremely careful with the dd command — confirm the correct /dev/sdX for the SD card (running dd to the wrong device can erase your PC); (3) run apt update/upgrade on the board (not on the host) and ensure network connectivity; (4) do not paste or expose sensitive credentials in shared logs (the Wi‑Fi password is needed for nmcli but nothing in the skill asks for other secrets); (5) if you are uncomfortable letting an agent run commands autonomously, run the steps manually instead. Overall the skill is internally consistent and does not request unnecessary access.
功能分析
Type: OpenClaw Skill
Name: rdk-x5-quickstart
Version: 1.0.0
The skill bundle provides standard introductory instructions and commands for the RDK X5 hardware platform, including system flashing, network configuration, and running official AI demos. All commands (e.g., dd, nmcli, apt, ros2 launch) and file paths (/app/pydev_demo) are consistent with the official RDK OS environment and documentation from developer.d-robotics.cc.
能力评估
Purpose & Capability
The name/description match the SKILL.md content: image flashing, first boot, network setup, and running a YOLO demo on the RDK X5. The documented commands and next-step skill references are proportionate to a hardware quickstart.
Instruction Scope
Instructions stay within quickstart scope, but they include potentially dangerous host-level commands (e.g., sudo dd if=... of=/dev/sdX) and package operations (apt upgrade). These are expected for flashing and initializing the device, but users must run them on the correct machine/device and verify target device nodes to avoid overwriting the host disk. SKILL.md does not ask for unrelated files, env vars, or credentials.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be written to disk or downloaded by the skill itself. This is the lowest-risk install model.
Credentials
The skill requests no environment variables, credentials, or config paths. All commands are standard user-level operations for device setup and do not require additional secrets beyond the user's Wi‑Fi password when connecting.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. It simply documents interactive commands; no privileged continuous presence is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rdk-x5-quickstart - 安装完成后,直接呼叫该 Skill 的名称或使用
/rdk-x5-quickstart触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Rdk X5 Quickstart 是什么?
RDK X5 新手快速入门:从开箱到第一个 AI 应用的完整流程,包括首次烧录镜像、首次启动、首次连接网络、运行第一个 YOLO 检测 demo。Use when the user is a beginner, first-time user, just unboxed the board, asks '怎么开始... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 274 次。
如何安装 Rdk X5 Quickstart?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rdk-x5-quickstart」即可一键安装,无需额外配置。
Rdk X5 Quickstart 是免费的吗?
是的,Rdk X5 Quickstart 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rdk X5 Quickstart 支持哪些平台?
Rdk X5 Quickstart 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rdk X5 Quickstart?
由 qiaolongli(@katherineedwards2475)开发并维护,当前版本 v1.0.0。
推荐 Skills