picoclaw
Installation
SKILL.md
PicoClaw
Overview
PicoClaw is an ultra-lightweight personal AI assistant that runs on devices with as little as 10 MB RAM and boots in under 1 second. It connects to LLM providers (OpenRouter, Anthropic, OpenAI, Gemini, DeepSeek, Groq, Zhipu) and bridges conversations to messaging platforms via a gateway. Configuration lives in ~/.picoclaw/config.json.
Instructions
1. Install PicoClaw
From source (recommended for development):
git clone https://github.com/sipeed/picoclaw.git
cd picoclaw
make deps
make build # binary at build/picoclaw
make install # installs to ~/.local/bin
Related skills