← 返回 Skills 市场
Rdk X5 App
作者
qiaolongli
· GitHub ↗
· v1.0.0
· MIT-0
319
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install rdk-x5-app
功能描述
运行 RDK X5 /app 目录下的预装示例程序:12 个 Python AI 推理 demo(YOLO/分类/分割/Web展示)、40pin GPIO 示例、C++ 多媒体示例(编解码/RTSP/VIO)、查看 34 个预装 BPU 模型。Use when the user wants to run pre-...
安全使用建议
This skill is internally consistent and appears to be what it says: documentation to run pre-installed demos on an RDK X5 device. Before running anything: (1) inspect /app to confirm files come from a trusted source, (2) be aware many commands require sudo or apt and will modify the device (installing packages, starting nginx), (3) demos access hardware (GPIO, camera) and network streams (RTSP), so run them on the intended device and network only, (4) replace example credentials (the docs show admin:password) with secure real credentials or avoid exposing credentials in URLs, and (5) if you want to avoid unintended system changes, run scripts in a controlled environment or review individual commands rather than running broad make/sudo operations blindly.
功能分析
Type: OpenClaw Skill
Name: rdk-x5-app
Version: 1.0.0
The skill bundle provides documentation and command examples for running pre-installed AI and hardware demos on the RDK X5 platform. All instructions in SKILL.md refer to local paths (e.g., /app/pydev_demo/) and standard hardware interfaces (GPIO, I2C), with no evidence of data exfiltration, remote payload execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md only describes running demos under /app and lists python3 and build/run steps. Requesting python3 and referring to system Python is appropriate for device demos.
Instruction Scope
Instructions tell the operator to cd into /app, run Python demos, compile and run C++ demos, start nginx, use sudo for GPIO examples, and run rtsp streams. All are expected for hardware demos, but they involve privileged operations (sudo, apt install) and network I/O (RTSP, web UI). The SKILL.md does not attempt to read unrelated system data or offload data to an external service beyond normal network streams.
Install Mechanism
No install spec and no external downloads—this is an instruction-only skill that relies on existing system binaries, which minimizes install-time risk.
Credentials
The skill declares no environment variables, credentials, or config paths. Example RTSP URL includes sample credentials (admin:password) in documentation only; there are no required secrets declared. This is proportional to the described demo role.
Persistence & Privilege
always is false and the skill does not request persistent system changes. However, the runtime instructions call for privileged actions (sudo, apt install) and starting system services (nginx), which will change system state when followed; exercise usual caution before running those commands.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rdk-x5-app - 安装完成后,直接呼叫该 Skill 的名称或使用
/rdk-x5-app触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: /app demos, 34 BPU models, Python AI samples, C++ multimedia, GPIO examples
元数据
常见问题
Rdk X5 App 是什么?
运行 RDK X5 /app 目录下的预装示例程序:12 个 Python AI 推理 demo(YOLO/分类/分割/Web展示)、40pin GPIO 示例、C++ 多媒体示例(编解码/RTSP/VIO)、查看 34 个预装 BPU 模型。Use when the user wants to run pre-... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。
如何安装 Rdk X5 App?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rdk-x5-app」即可一键安装,无需额外配置。
Rdk X5 App 是免费的吗?
是的,Rdk X5 App 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rdk X5 App 支持哪些平台?
Rdk X5 App 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rdk X5 App?
由 qiaolongli(@katherineedwards2475)开发并维护,当前版本 v1.0.0。
推荐 Skills