Raspberry Pi

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Raspberry Pi" with this command: npx skills add ivangdavila/raspberry

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Power Automate Monitoring

**Pro+ subscription required.** Tenant-wide Power Automate flow health monitoring, failure rate analytics, and asset inventory using the FlowStudio MCP cache...

Registry SourceRecently Updated
General

Power Automate Governance

Govern Power Automate flows and Power Apps at scale using the FlowStudio MCP cached store. Classify flows by business impact, detect orphaned resources, audi...

Registry SourceRecently Updated
General

Secretary Memory

OpenClaw 秘书式多分区记忆系统 v3.0。仿生现代秘书的笔记本分类法,支持:(1) 多分区并发搜索 + 每分区3条上下文召回,(2) 会话自动摘要,(3) 偏好自动提取 + 用户关系图谱,(4) 记忆冲突主动检测,(5) 定时 consolidation + 会话结束 hook,(6) 精细化恢复/回溯,...

Registry SourceRecently Updated
General

运维助手 v2.0

运维助手 v2.0 - 支持本地、远程、多服务器集群监控 (健康检查、日志分析、性能监控、批量操作、文件传输)

Registry SourceRecently Updated