Documentation
Guides and reference for PicoClaw. For the latest docs, see also picoclaw.net and the GitHub README.
Quick links
- Get Started – Install and first run
- Configuration – config.json, env vars
- Workspace – Sessions, memory, skills, AGENTS.md
- Heartbeat & Cron – Scheduled tasks
- Integrations – Telegram, Discord, QQ, DingTalk, LINE
- Providers – LLM and search API keys
- Security – Sandbox, restrict_to_workspace
- API – REST API
- Docker – Docker Compose
- FAQ
CLI Reference
| Command | Description |
|---|---|
picoclaw onboard | Initialize config and workspace |
picoclaw agent -m "..." | One-shot message |
picoclaw agent | Interactive chat |
picoclaw gateway | Start gateway (bots); see Integrations |
picoclaw status | Show status |
picoclaw cron list | List scheduled jobs; see Heartbeat |
picoclaw cron add ... | Add scheduled job |
Workspace layout
Default: ~/.picoclaw/workspace. See Workspace for full layout (sessions/, memory/, cron/, skills/, AGENTS.md, HEARTBEAT.md, etc.).