- Server recovery after 7-day outage - OpenClaw updated to 2026.2.6-3 - Fixed Proxmox noVNC (Wayland→X11, auto-login) - ChromaDB memory plugin live (LXC at 192.168.86.25) - Google Chrome installed, browser tool working - Built x-feed-scraper.sh for automated X feed capture - Sub-agent parallel analysis pipeline tested - Memory files updated
Tools
Local tools and utilities we build.
Built
search.py
Search workspace files for keywords.
python3 tools/search.py "query" [max_results]
inbox-processor.py
Show inbox contents and status.
python3 tools/inbox-processor.py
daily-digest.py
Generate daily activity summary.
python3 tools/daily-digest.py
web-clipper.py
Save URLs with titles, notes, and tags.
python3 tools/web-clipper.py add "url" "title" "notes"
python3 tools/web-clipper.py list [limit]
python3 tools/web-clipper.py search "query"
dashboard.py
Web dashboard showing workspace status.
python3 tools/dashboard.py # Serves on localhost:8080
briefing.py
Generate morning briefing with tasks, notes, and clips.
python3 tools/briefing.py
scaffold.py
Create new projects from templates (python, node, script, docs, experiment).
python3 tools/scaffold.py <name> [template] [description]
python3 tools/scaffold.py --list
watcher.py
Monitor workspace for file changes.
python3 tools/watcher.py check # Check once
python3 tools/watcher.py watch # Monitor continuously
focus.py
Pomodoro-style focus timer with logging.
python3 tools/focus.py 25 "Task description"
python3 tools/focus.py stats
Planned
- File indexer with tags
- Reminder system