Install
openclaw skills install @marlandoj/zouroboros-benchBenchmark harness for AI memory systems. Evaluates LongMemEval, LoCoMo, and ConvoMem datasets against any memory backend via the zouroboros-memory CLI. Includes Mimir judge for catching architectural drift.
openclaw skills install @marlandoj/zouroboros-benchInstall: npm install zouroboros-bench zouroboros-memory
npx zouroboros-bench --limit 50
npx zouroboros-bench --benchmarks longmemeval --limit 100 --judge
npx zouroboros-bench-report --runs ./data/runs/
ZOUROBOROS_MEMORY_CLI — Path to memory CLI binary (default: zouroboros-memory)ZOUROBOROS_MEMORY_DB — SQLite DB path for benchmarksOPENAI_API_KEY — Required for GPT-4o judgeOLLAMA_URL — Ollama URL for local LLM (default: http://localhost:11434)