2026-02-07: ChromaDB memory, browser capability, X feed analysis pipeline
- 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
This commit is contained in:
14
skills/chromadb-memory/manifest.json
Normal file
14
skills/chromadb-memory/manifest.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "chromadb-memory",
|
||||
"version": "1.0.0",
|
||||
"description": "Long-term memory via ChromaDB with local Ollama embeddings. Auto-recall injects relevant context every turn. No cloud APIs required.",
|
||||
"author": "matts",
|
||||
"license": "MIT",
|
||||
"tags": ["memory", "chromadb", "ollama", "vector-search", "local", "self-hosted", "auto-recall"],
|
||||
"files": [
|
||||
"SKILL.md",
|
||||
"manifest.json",
|
||||
"scripts/index.ts",
|
||||
"scripts/openclaw.plugin.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user