Documentation

Guides and reference for PicoClaw. For the latest docs, see also picoclaw.net and the GitHub README.

Quick links

CLI Reference

CommandDescription
picoclaw onboardInitialize config and workspace
picoclaw agent -m "..."One-shot message
picoclaw agentInteractive chat
picoclaw gatewayStart gateway (bots); see Integrations
picoclaw statusShow status
picoclaw cron listList 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.).

Related