← 返回 Skills 市场
RDK X5 App Resources
作者
Yifeng Zhan
· GitHub ↗
· v1.0.0
264
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rdkx5-app-resources
功能描述
Access to RDK X5 /app folder resources including GPIO, multimedia, AI samples. Invoke when user wants to run embedded demos or control hardware on RDK X5.
安全使用建议
This skill appears coherent for running RDK X5 /app samples, but it lets you execute system Python scripts and native binaries on the device and may require root. Before using it: (1) verify the skill source and confirm you trust the device and the /app contents (homepage/source unknown); (2) inspect scripts under /app for unexpected network calls, shelling out, or data-exfiltration logic; (3) avoid running code as root unless necessary — prefer running under a limited user or review the code first; (4) back up the device and test in a controlled environment if possible; (5) confirm required system libraries (e.g., hobot_dnn) are legitimate and locally installed; and (6) if you need stronger guarantees, ask the publisher for provenance (repository, checksums, or signed releases) before running these demos.
功能分析
Type: OpenClaw Skill
Name: rdkx5-app-resources
Version: 1.0.0
The skill bundle provides documentation and instructions for an AI agent to interact with hardware resources (GPIO, AI demos, multimedia) on a D-Robotics RDK X5 board. It correctly identifies the need for system Python over conda for specific hardware libraries and lists legitimate paths and commands for existing sample scripts in the `/app` directory (SKILL.md).
能力评估
Purpose & Capability
The name and description claim access to /app resources on RDK X5 and the SKILL.md exclusively documents running samples, building demos, and using GPIO/multimedia/AI assets under /app; nothing requested (no env vars, no installs) is unrelated to that purpose.
Instruction Scope
Instructions explicitly tell the agent to execute scripts and binaries from /app using the system Python (/usr/bin/python3.10) and to run make/./run_tuning.sh. This stays within the stated scope (managing /app demos and hardware) but grants the agent the ability to execute arbitrary code present in /app and to require root/hardware permissions — a legitimate capability for this purpose but a potential operational risk if the files are untrusted.
Install Mechanism
There is no install specification and no code shipped with the skill (instruction-only), so nothing is written to disk or downloaded by the installer — this is low-risk from an install mechanism perspective.
Credentials
The skill does not request environment variables or external credentials. However, the runtime instructions require system-level Python and note that many operations require root or hardware permissions; those privileges are appropriate for hardware control but are not explicitly declared as required credentials in the registry metadata.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and does not modify agent or other skills' configuration. It does not request persistent privileges beyond asking the operator to run system-level commands on the device when needed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rdkx5-app-resources - 安装完成后,直接呼叫该 Skill 的名称或使用
/rdkx5-app-resources触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – provides access to embedded hardware and multimedia sample resources for the RDK X5 platform:
- Access and run GPIO, I2C/SPI, UART, and hardware demos under `/app/40pin_samples/`
- Use C/C++ video, codec, and multimedia demos under `/app/cdev_demo/` and `/app/multimedia_samples/`
- Run Python-based AI inference samples under `/app/pydev_demo/` (e.g., YOLO, SSD)
- Includes ISP tuning tools and related scripts under `/app/tuning_tool/`
- Important: Emphasizes using system Python (`/usr/bin/python3.10`) instead of conda environments for most demos and samples
元数据
常见问题
RDK X5 App Resources 是什么?
Access to RDK X5 /app folder resources including GPIO, multimedia, AI samples. Invoke when user wants to run embedded demos or control hardware on RDK X5. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 264 次。
如何安装 RDK X5 App Resources?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rdkx5-app-resources」即可一键安装,无需额外配置。
RDK X5 App Resources 是免费的吗?
是的,RDK X5 App Resources 完全免费(开源免费),可自由下载、安装和使用。
RDK X5 App Resources 支持哪些平台?
RDK X5 App Resources 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RDK X5 App Resources?
由 Yifeng Zhan(@zh1fen)开发并维护,当前版本 v1.0.0。
推荐 Skills