File Manager
Read, write and organise files on your VPS from PicoClaw
workspace/skills/file-manager/SKILL.mdPicoClaw 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.
Read, write and organise files on your VPS from PicoClaw
workspace/skills/file-manager/SKILL.mdSchedule PicoClaw tasks with cron-style expressions
workspace/skills/cron/SKILL.mdMake HTTP requests and call APIs from PicoClaw agents
workspace/skills/http/SKILL.mdWatch server log files and alert on errors or anomalies in real time
workspace/skills/log-monitor/SKILL.mdAutomated file and database backups with compression and remote upload
workspace/skills/backup/SKILL.mdMonitor, start, stop and restart VPS processes from PicoClaw
workspace/skills/process-manager/SKILL.mdAuto-renew and monitor SSL certificates on your VPS with PicoClaw
workspace/skills/ssl/SKILL.mdTrack disk usage and alert before your VPS runs out of space
workspace/skills/disk-monitor/SKILL.mdManage nginx config, virtual hosts and reloads from PicoClaw
workspace/skills/nginx-manager/SKILL.mdPing services and alert when your VPS endpoints go down
workspace/skills/uptime-monitor/SKILL.mdStart, stop and inspect Docker containers from PicoClaw
workspace/skills/docker-manager/SKILL.mdInspect and update UFW or iptables rules from PicoClaw
workspace/skills/firewall-manager/SKILL.mdTrack CPU, memory and load average on a lightweight VPS
workspace/skills/resource-monitor/SKILL.mdPicoClaw 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.
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.
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.