SKILLEMALL.ai

BD 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 with PWM, communicate with I2C/SPI sensors, use UART serial, configure CAN bus, or check 40pin pinout. Provides commands and wiring guidance, not full script authoring. Do NOT use for camera (use rdk-x5-camera), network (use rdk-x5-network), or AI inference (use rdk-x5-ai-detect).

ClawHub Agent Skills author: qiaolongli v1.0.0 MIT-0 2 files body ≈ 606 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process D 48/100 · Unfinished process — weak spots: steps, result and completion, inputs and preconditions

AnalyzerSoftware developmenttype and topics are labelled automatically from the skill text
JSON
Technical rating
B
79/100
safety, quality, tests
Safety 60%
75
Quality 40%
86
Run on models
none yet
Process rating
D
48/100
Unfinished process
Steps w 15
0
Result and completion w 14
0
Inputs and preconditions w 11
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.

For the author

Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.

How to improve

    For the model run — optional
    • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
    • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

    Guard findings · 5

    ✓ No critical or high findings

    Medium and low: 5
    • medium Dangerous commands cmd-privilege SKILL.md:127
      Privilege escalation / world-writable permissions
      sudo python3 simple_out.py         # GPIO 输出
    • medium Dangerous commands cmd-privilege SKILL.md:128
      Privilege escalation / world-writable permissions
      sudo python3 simple_pwm.py         # PWM
    • medium Dangerous commands cmd-privilege SKILL.md:129
      Privilege escalation / world-writable permissions
      sudo python3 button_event.py       # 按钮事件
    • medium Dangerous commands cmd-privilege SKILL.md:130
      Privilege escalation / world-writable permissions
      sudo python3 test_i2c.py           # I2C
    • medium Dangerous commands cmd-privilege SKILL.md:131
      Privilege escalation / world-writable permissions
      sudo python3 test_spi.py           # SPI

    Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.

    Against the Agent Skills spec

    ✓ No remarks against the Agent Skills spec

    Process rating: all ten parameters 48/100

    • 0Steps. Prose only: no discrete steps
    • 0Result and completion. Does not say what the result is
    • 0Inputs and preconditions. Does not say what the process needs to start
    • 0Failures and branches. Linear process with no failure handling
    • 0Progress reporting. Says nothing while it works
    • 100Tools and files. No external tools needed
    • 100When it triggers. States when to use and when not to
    • 100Consistency. Name and required fields are in place
    • 100Execution cost. Instruction body is 606 tokens
    • 100Running it twice. No mutating operations

    Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

    Quality signals

    • +5Description has no quoted example phrases that should trigger the skill
    • +3No numbered steps or checklist
    • +3Output format is not stated: the model decides each time
    • +2Single-language instructions
    • +4Description says when NOT to use the skill
    • +3Description length 436: enough signal without eating the budget
    • +4Structure: 12 headings
    • +4Has examples (11 code blocks)
    • +1License stated

    Quality base 70; lint remarks subtract, signals add up to 100. Result: 86.

    External checks

    ClawHub: clean
    This is a straightforward RDK X5 hardware-control guide, but users should treat its examples as real hardware-changing actions.
    LLM: benign (high) · VirusTotal: · 29 May 2026