openclaw-hybrid-memory-install
v2026.2.240
Published
Standalone installer for openclaw-hybrid-memory. Use when OpenClaw config validation fails.
Maintainers
Readme
openclaw-hybrid-memory-install
Standalone installer for the openclaw-hybrid-memory plugin. Use when OpenClaw config validation fails (e.g. "plugin not found" because the plugin folder is missing).
Usage
# Install latest
npx -y openclaw-hybrid-memory-install
# Install specific version
npx -y openclaw-hybrid-memory-install 2026.2.176When to use
- You see
plugin not found: openclaw-hybrid-memoryandopenclaw plugins installfails - The plugin folder was removed or corrupted
- You want to install without using the OpenClaw CLI
What it does
- Removes any existing plugin at
~/.openclaw/extensions/openclaw-hybrid-memory - Fetches the package via
npm pack - Extracts and runs
npm install(with postinstall rebuild) - Prints instructions to restart the gateway
Environment
OPENCLAW_EXTENSIONS_DIR— Override the extensions directory (default:~/.openclaw/extensions)
Alternative: curl install
curl -sSL https://raw.githubusercontent.com/markus-lassfolk/openclaw-hybrid-memory/main/scripts/install.sh | bash