P
PicoClaw

PicoClaw Skills Directory

PicoClaw is Sipeed's ultra-lightweight personal AI assistant, written in Go and shipped as a single static binary that starts in under a second in less than 10MB of RAM — on a $10 RISC-V board or a cloud server. It has no skill-install command: capabilities come from SKILL.md directories under workspace/skills/ and tool groups configured in config.json. Browse 13 listings for monitoring, backups, uptime, Docker and firewall management.

13 skills10 listed as safeFree to install

About PicoClaw

PicoClaw is an ultra-lightweight personal AI assistant written in Go by the Sipeed team, shipped as a single static binary. It runs in under 10MB of RAM and starts in under a second, on RISC-V, ARM64 and x86_64 alike, which means the same build runs on hardware as cheap as a LicheeRV-Nano board or on a cloud server.

Maintained by Sipeed.

How skills work

PicoClaw does not have a skill-install command. Capabilities come from two places: skill packages, which are SKILL.md directories under workspace/skills/, and built-in tool groups configured in config.json under the tools field, which covers web, mcp, exec, cron and skills. MCP servers are managed through the mcp CLI command group.

Security model

PicoClaw filters sensitive values such as API keys and tokens out of tool results before they are sent to the model, controlled by filter_sensitive_data (on by default) and filter_min_length. Because exec grants shell access, enable it only when a skill genuinely needs it.

Official PicoClaw documentation →

Other agent ecosystems