Memory Garden - Validated Community Memory
by @leegitw
N-count validated knowledge for AI agents. Patterns that prove themselves through repeated use. Local-first, community-ready.
The skill automatically manages the Memory Garden daemon:
/health# Verify installation
clawhub inspect memory-gardenCheck daemon status
curl http://127.0.0.1:18790/health
Set via environment variables:
| Variable | Default | Description |
|----------|---------|-------------|
| MG_DAEMON_URL | http://127.0.0.1:18790 | Daemon URL (if external) |
| MG_EXTRACTION_ENABLED | false | Enable pattern extraction |
| MG_EXTRACTION_CONFIRM | true | Require human confirmation |
| MG_SYNC_ENABLED | false | Enable P2P sync |
| MG_SEARCH_LIMIT | 8 | Default search result limit |
Daemon won't start
1. Check if another instance is running: lsof -i :18790
2. Check logs: ~/.memory-garden/logs/daemon.log
3. Try manual start: mg-daemon --serve --addr 127.0.0.1:18790
Health check fails
1. Verify daemon is running: curl http://127.0.0.1:18790/health
2. Check port availability
3. Review daemon logs
Need help?
Open an issue: https://github.com/live-neon/memory-garden/issues
clawhub install memory-garden