Memorylake.ai model provider plugin for OpenClaw. Access all LLMs supported by Memorylake through a single API key.
An invitation code is currently required to use Memorylake.ai. Contact memorylakeai@gmail.com to request one.
- OpenClaw installed and running
- A Memorylake API key — get one here
openclaw plugins install memorylake-models-openclaw
openclaw gateway restartBest for users who already have OpenClaw and just want to add Memorylake as a provider.
openclaw memorylake setupWhat happens:
- Asks whether you have a Memorylake API key
- If not — shows where to sign up and how to get an invitation code
- Prompts for your API key and validates it live
- Lets you pick your default model (
gpt-5.4recommended) - Writes config and restarts the gateway automatically
To skip the prompt and pass the key directly:
openclaw memorylake setup --api-key sk-...Best for first-time OpenClaw setup, or if you prefer the guided onboarding experience.
openclaw onboardSelect Memorylake AI when prompted for a provider. The wizard will ask for your API key, validate it, and set gpt-5.4 as your default model. OpenClaw's built-in model picker runs afterwards to confirm or change the selection.
Running
setupafteronboard(or vice versa) is safe — it just updates your config with the latest key and model list.
export MEMORYLAKE_API_KEY=sk-...OpenClaw picks up the key automatically on startup — no wizard needed.
MIT