Install
openclaw skills install omnimemory-full-onboardingregister a new omnimemory saas account when needed, verify otp, create a first-party api key, optionally bind a third-party llm key, then install, configure,...
openclaw skills install omnimemory-full-onboardingTreat requests like "help me to install OmniMemory" as a full onboarding request.
Complete this workflow in order:
https://zdfdulpnyaci.sealoshzh.site.https://www.omnimemory.ai/zh/.Ask only for the blocking inputs first:
Ask only when needed:
Defaults:
agent-default-keyStep 1: call POST /auth/register/request with email, password, and name.
pending_verification, ask for otp and call POST /auth/register/verify.already_registered, stop and ask whether to switch email or use an existing account path.Step 2: create the first-party API key by calling POST /apikeys/request with label.
api_key_id and api_key_plaintext.Step 3: configure the external LLM key.
GET /llm-models?provider=... and then call POST /llm-keys.GET /llm-platforms, ask the user to choose one, then call GET /llm-models?provider=..., ask the user to choose one, and finally call POST /llm-keys.Install the plugin:
openclaw plugins install @omni-pt/omnimemory-overlay
Then configure these exact keys under plugins.entries.omnimemory-overlay.config:
openclaw config set plugins.entries.omnimemory-overlay.config.baseUrl "https://zdfdulpnyaci.sealoshzh.site/api/v1/memory"
openclaw config set plugins.entries.omnimemory-overlay.config.apiKey "YOUR_FIRST_PARTY_API_KEY"
openclaw config set plugins.entries.omnimemory-overlay.config.groupPrefix "openclaw"
openclaw config set plugins.entries.omnimemory-overlay.config.autoRecall true
openclaw config set plugins.entries.omnimemory-overlay.config.autoCapture true
Do not omit .config. in config paths.
If the plugin reports omnimemory-overlay apiKey is required for SaaS auth, assume the wrong path may have been used.
Check these incorrect paths:
plugins.entries.omnimemory-overlay.baseUrlplugins.entries.omnimemory-overlay.apiKeyplugins.entries.omnimemory-overlay.groupPrefixplugins.entries.omnimemory-overlay.autoRecallplugins.entries.omnimemory-overlay.autoCaptureIf needed, remove incorrect values, re-apply the correct .config.* values, and continue to the smoke test.
Use this exact validation flow:
Remember that my office snack is sea salt plum candy.What is my office snack?Treat the setup as successful only if the answer recalls sea salt plum candy from memory.
Always produce:
At the end, report:
https://www.omnimemory.ai/zh/Existing references\setup-guide.md and references\troubleshooting.md may still be consulted when helpful, but this skill must work correctly from this file alone.