← Back to Skills Marketplace
katherineedwards2475

Rdk X5 App

by qiaolongli · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
319
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install rdk-x5-app
Description
运行 RDK X5 /app 目录下的预装示例程序:12 个 Python AI 推理 demo(YOLO/分类/分割/Web展示)、40pin GPIO 示例、C++ 多媒体示例(编解码/RTSP/VIO)、查看 34 个预装 BPU 模型。Use when the user wants to run pre-...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rdk-x5-app
  3. After installation, invoke the skill by name or use /rdk-x5-app
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: /app demos, 34 BPU models, Python AI samples, C++ multimedia, GPIO examples
Metadata
Slug rdk-x5-app
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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-... It is an AI Agent Skill for Claude Code / OpenClaw, with 319 downloads so far.

How do I install Rdk X5 App?

Run "/install rdk-x5-app" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Rdk X5 App free?

Yes, Rdk X5 App is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Rdk X5 App support?

Rdk X5 App is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rdk X5 App?

It is built and maintained by qiaolongli (@katherineedwards2475); the current version is v1.0.0.

💬 Comments