Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Set up and maintain Raspberry Pi avoiding common hardware and configuration pitfalls.
Set up and maintain Raspberry Pi avoiding common hardware and configuration pitfalls.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Lightning bolt icon = undervoltage โ random crashes, corruption, weird behavior until fixed Pi 4/5 needs 3A+ supply โ older 2A adapters cause instability USB peripherals draw from Pi's power budget โ use powered hub for multiple devices Official power supply recommended โ cheap adapters often can't sustain required amperage
SD cards fail under heavy writes โ databases and logs kill them within months USB boot with SSD for reliability โ SD for bootloader only, root on SSD Quality SD cards matter โ Samsung EVO, SanDisk Extreme; not generic cards Read-only filesystem for kiosks โ prevents corruption on power loss
3.3V logic only โ 5V input permanently damages the Pi, no protection Check operating voltage of sensors/modules โ many Arduino accessories are 5V Some GPIO used by default โ I2C, SPI, UART pins need dtparam to free up Hardware PWM only on GPIO 18 โ software PWM on others is less precise
WiFi country code required โ won't connect without proper regulatory setting Headless SSH: empty file named ssh in boot partition โ not ssh.txt Static IP via /etc/dhcpcd.conf โ editing wrong file does nothing Don't port forward SSH โ use Tailscale, Cloudflare Tunnel, or WireGuard
ARM images only โ linux/arm64 or linux/arm/v7, many images unavailable 32-bit OS limits to 3GB RAM โ use 64-bit for 4GB+ models SD card unsuitable for Docker โ volume writes accelerate card death Install via curl -fsSL https://get.docker.com | sh โ apt version is outdated
Configure hostname, WiFi, user in Raspberry Pi Imager โ before first boot Username pi with default password deprecated โ create custom user First boot takes 2-3 minutes โ filesystem resize, don't panic
gpu_mem=16 for headless โ frees RAM when no display connected ZRAM for swap on low-RAM models โ better than SD swap Disable Bluetooth and GUI if unused โ saves resources
Red light only = power issue โ no boot attempt, check supply Green light blinking patterns = specific boot failures โ check documentation No HDMI output โ connect before powering, Pi doesn't hot-plug HDMI Kernel panic on boot = corrupted SD โ reflash image SSH refused โ verify SSH enabled, check IP, check firewall
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.