← Back to Skills Marketplace
katherineedwards2475

Rdk X5 Gpio

by qiaolongli · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
286
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install rdk-x5-gpio
Description
控制 RDK X5 40pin 排针接口:GPIO 数字输入/输出、PWM 舵机/电机/LED 呼吸灯、I2C 传感器通信、SPI 总线、UART 串口、CAN 总线。Use when the user wants to control GPIO pins, drive servos/motors/LEDs wi...
Usage Guidance
This is an instruction-only hardware-control skill and appears consistent with its description. Before using it: (1) run it only on the actual RDK X5 hardware or a trusted test device, (2) be aware many commands require sudo/modprobe and direct access to /dev nodes (these are powerful — do not run on sensitive hosts), (3) verify Hobot.GPIO is the expected library on your device and inspect any sample scripts in /app/40pin_samples before sudo execution, (4) pip installing packages (e.g., spidev) will fetch code from PyPI — review if you have strict supply-chain requirements, and (5) double-check wiring and voltage to avoid hardware damage. If you need lower privileges or tighter auditing, consider reviewing or running samples manually rather than allowing autonomous invocation.
Capability Analysis
Type: OpenClaw Skill Name: rdk-x5-gpio Version: 1.0.0 The skill bundle provides legitimate documentation and code examples for controlling hardware peripherals (GPIO, PWM, I2C, SPI, UART, CAN) on the RDK X5 platform. It utilizes standard libraries like Hobot.GPIO, spidev, and pyserial, and references common system utilities without any evidence of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description promise GPIO/PWM/I2C/SPI/UART/CAN control; SKILL.md contains concrete commands and Python snippets using Hobot.GPIO, /dev/* device nodes, srpi-config and hardware tools. Required binary python3 is appropriate and proportional.
Instruction Scope
Instructions stay within hardware control scope (reading /dev/i2c*, /dev/spidev*, /dev/ttyS*, /app/40pin_samples, /boot/config.txt). They explicitly instruct use of sudo, modprobe, and access to system device files — necessary for peripheral control but high-privilege operations; no instructions to collect or transmit unrelated data.
Install Mechanism
No install spec (instruction-only skill). The doc suggests runtime pip3 install spidev for SPI usage (normal for hardware libraries). No downloads from arbitrary URLs or archive extraction are present.
Credentials
Skill declares no required environment variables or credentials. The only notable requirement is privileged access to system devices and use of sudo, which is expected for GPIO/peripheral control on the device.
Persistence & Privilege
Skill is not always-enabled and is user-invocable. It instructs commands that require elevated privileges (sudo, modprobe) and reads/writes device files. Autonomous invocation is permitted by default (platform behavior) — combine that with privileged commands only if you trust the skill and device context.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rdk-x5-gpio
  3. After installation, invoke the skill by name or use /rdk-x5-gpio
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 40pin GPIO/PWM/I2C/SPI/UART/CAN control
Metadata
Slug rdk-x5-gpio
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Rdk X5 Gpio?

控制 RDK X5 40pin 排针接口:GPIO 数字输入/输出、PWM 舵机/电机/LED 呼吸灯、I2C 传感器通信、SPI 总线、UART 串口、CAN 总线。Use when the user wants to control GPIO pins, drive servos/motors/LEDs wi... It is an AI Agent Skill for Claude Code / OpenClaw, with 286 downloads so far.

How do I install Rdk X5 Gpio?

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

Is Rdk X5 Gpio free?

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

Which platforms does Rdk X5 Gpio support?

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

Who created Rdk X5 Gpio?

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

💬 Comments