A mini OpenClaw: a local-first, multi-agent autonomous runtime with browser and TUI interfaces, plus remote access through Telegram.
Chat runs through Pi. Code mode acts as a Codex client, and the delegation flow lets a chat agent shape a task before handing focused instructions to a coding agent.
Memory is file-first instead of transcript-first: each agent workspace is an Obsidian vault (Obsidian required) containing durable memory files routed through indexes and woven together with [[wikilinks]]. Cron jobs, heartbeats, tools, and skills automate capture, curation, and synthesis.
Extend an agent's abilities by adding skills to its workspace.
git clone https://github.com/YishenTu/outclaw.git
cd outclaw
bun install
bun linkThen ask your agent to run oc -h.
MIT
