Raspberry Pi system administration. Monitor resources, manage services, perform updates and maintenance.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install pi-admin或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install pi-admin⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/pi-admin/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: pi-admin description: Raspberry Pi system administration. Monitor resources, manage services, perform updates and maintenance. metadata: {"clawdis":{"emoji":"🥧","requires":{"bins":[]}}} ---
Complete system monitoring and introspection for the Raspberry Pi host. Access network details, system resources, storage, services, and more.
# Information Commands
cd /home/srose/clawd/skills/pi-admin
./skill.sh overview
./skill.sh network
./skill.sh tailscale
./skill.sh resources
./skill.sh storage
./skill.sh services
./skill.sh hardware
# Maintenance Commands
./skill.sh update # Update system packages
./skill.sh clean # Clean unused packages, logs, Docker
./skill.sh reboot # Reboot with countdown
./skill.sh restart-gateway # Restart the Clawdis Gateway
# Complete system info
./skill.sh all
| Tool | Description | |------|-------------| | overview | Quick system summary | | network | IP addresses, hostname, network interfaces | | tailscale | Tailscale status, IP, peers | | resources | CPU, memory, temperature | | storage | Disk usage, mount points | | services | Running services, Gateway status | | hardware | CPU info, Raspberry Pi model, GPU | | all | Complete detailed dump |
# Quick system check
./skill.sh overview
# Debug network issues
./skill.sh network && ./skill.sh tailscale
# Check if Gateway is running
./skill.sh services | grep gateway
# Monitor disk space
./skill.sh storage
Network:
Tailscale:
Resources:
Storage:
Services:
Hardware:
updateUpdate system packages via apt:
./skill.sh update --dry-run shows what would be updatedcleanClean up system to free disk space:
./skill.sh clean --dry-run shows what would be cleanedrebootGraceful system reboot:
./skill.sh reboot --dry-run shows countdown without rebootingrestart-gatewayRestart the Clawdis Gateway service:
./skill.sh restart-gateway --dry-run shows what would happenoptimizeApply safe system optimizations:
./skill.sh optimize --dry-run shows what would change./skill.sh optimize --undo reverts all changesTotal RAM savings: ~100MB Reversibility: Yes, use --undo flag to revert
Note: All maintenance commands require sudo and ask for confirmation before making changes. Use --dry-run flag to preview changes without applying them.
安装 Pi Admin 后,可以对 AI 说这些话来触发它
Help me get started with Pi Admin
Explains what Pi Admin does, walks through the setup, and runs a quick demo based on your current project
Use Pi Admin to raspberry Pi system administration
Invokes Pi Admin with the right parameters and returns the result directly in the conversation
What can I do with Pi Admin in my developer & devops workflow?
Lists the top use cases for Pi Admin, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/pi-admin/ 目录(个人级,所有项目可用),或 .claude/skills/pi-admin/(项目级)。重启 AI 客户端后,用 /pi-admin 主动调用,或让 AI 根据上下文自动发现并使用。
Pi Admin 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Pi Admin 可免费安装使用。请查阅仓库了解许可证信息。
Raspberry Pi system administration. Monitor resources, manage services, perform updates and maintenance.
Pi Admin 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Pi Admin
Identifies repetitive steps in your workflow and sets up Pi Admin to handle them automatically