Show HN: I turned Claude Code into a personal assistant (github.com)
OpenPaw is an open-source toolkit that turns Claude Code into a full personal assistant. One command (npx pawmode), 38 skills — email, calendar, Spotify, smart home, notes, and more. No daemon, no cloud, mo extra cost beyond your existing Claude subscription.
7 comments
[ 3.1 ms ] story [ 25.0 ms ] threadStill: this totally could be hooked up to a local LLM.
Memory right now is flat markdown files (MEMORY.md , SOUL.md) that Claude reads at session start. Honestly it works better than you'd expect. Claude's context window is big enough that a few hundred lines of memory covers most personal assistant use cases. I'd rather keep it as plain text you can read and edit yourself than add a vector DB dependency for marginal recall gains.
The filesystem context thing is exactly right btw
Can't be long until we see a BaseClaw repo, where everyone can clone and name their own local claw-like loop.