โ† All skills
Tencent SkillHub ยท Developer Tools

Raspberry Pi

Set up and maintain Raspberry Pi avoiding common hardware and configuration pitfalls.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Set up and maintain Raspberry Pi avoiding common hardware and configuration pitfalls.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Power Supply Issues

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

Storage Reliability

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

GPIO Dangers

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

Network Setup Traps

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

Docker on Pi

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

Headless Setup

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

Performance Tuning

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

Troubleshooting Patterns

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc