raspberry-pi-gpio

v1.0.0

在树莓派中配置和使用GPIO. 何时触发: 需要对 LED, Button 这类简单外设进行控制时, 需要对 Servo, Motors 进行简单控制时, 或需要直接控制GPIO时. 不要触发: 当硬件载体不是树莓派时, 当需要精确控制 Servo, Motors时.

0· 440·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description describe Raspberry Pi GPIO usage and the instructions only require installing and using gpiozero, rpi-lgpio, or RPi.GPIO and adjusting gpio group membership — all coherent with the stated purpose.
Instruction Scope
SKILL.md stays on-topic: it shows example Python code, apt install commands, use of /dev/gpiochip and gpiozero tools, and advice about the gpio group. It does not instruct reading unrelated files, exfiltrating data, or accessing unrelated credentials. References to using web_search/web_fetch are reasonable for fetching docs.
Install Mechanism
This is an instruction-only skill with no automated install spec or downloaded archives. The only suggested installs are standard distro packages via apt (sudo apt install), which is expected for this purpose and poses the normal system-change considerations.
Credentials
The skill requests no environment variables or credentials. It correctly instructs adding users to the 'gpio' group for permission, which is proportional to accessing GPIO.
Persistence & Privilege
Skill is not always-enabled and does not request persistent system-wide configuration changes beyond normal package installation and group membership. It does not modify other skills or request elevated persistent privileges by itself.
Assessment
This skill is a documentation-style helper for Raspberry Pi GPIO and appears internally consistent. Before using it: ensure you are actually on a Raspberry Pi (not another machine), understand that the apt commands are system-level and require sudo and will change installed packages, verify package names match your OS release, and back up or test on a non-critical Pi if unsure. Be cautious wiring hardware (use resistors and proper motor drivers). If you allow an agent to invoke these instructions autonomously, remember it could run the suggested apt and python commands on your device — only enable autonomous actions if you trust the skill and the agent's environment.

Like a lobster shell, security has layers — review code before you run it.

latestvk972sfn64sgqp80tms9p6tntvs82n30a

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments