Mem0 OpenClaw Plugin (v1.0.8)
New Features:
- OSS Onboarding Wizard: New guided 4-step interactive setup for open-source mode — walks through LLM provider, embedding provider, vector store, and user ID selection with prefilled defaults
- Agent-Friendly CLI: Added
--jsonflag to all 16 CLI commands for machine-readable output. Agents can callopenclaw mem0 help --jsonto discover every command and flag - Non-Interactive OSS Setup: Added
--mode open-sourcewith--oss-llm,--oss-embedder,--oss-vectorflags for fully automated OSS configuration without prompts - JSON Helpers Module: New
cli/json-helpers.tswithjsonOut,jsonErr, andredactSecretsutilities for consistent structured output
Improvements:
- Init Flow Redesigned: Replaced 3-option flat menu with 2-level structure: Platform (email login or API key) and Open Source (guided wizard)
- Provider Selection: LLM providers: OpenAI, Ollama, Anthropic. Embedding providers: OpenAI, Ollama. Vector stores: Qdrant, PGVector
- Input Prefill: All prompts with defaults (base URL, user ID) now prefill the input field instead of showing defaults in brackets
- Smart Reuse: When LLM and embedder use the same provider, API key and base URL are automatically reused from the LLM step
- Default Model: Updated default LLM model to
gpt-5-mini - Manifest Compliance: Removed undocumented fields, aligned env var declarations between SKILL.md and manifest, fixed
configSchema.requiredfor clean installs