Install
openclaw skills install @sora-mury/openclaw-memory-kitScaffold, sanitize, or share an OpenClaw multi-agent memory system with a reusable workspace, memory-lancedb-pro configuration, role prompts, task-board conventions, and startup scripts. Use when the user wants to package an existing OpenClaw memory setup for teammates, remove private details from a live config, bootstrap a fresh OpenClaw memory workspace, or turn the framework into a distributable skill.
openclaw skills install @sora-mury/openclaw-memory-kitscripts/bootstrap-openclaw-memory.ps1 to generate the sharable workspace, config, env template, and launcher scripts.~/.openclaw-memory-kit unless the user asks to merge into an existing OpenClaw state directory.memory-lancedb-pro together with a matching local openclaw package inside the generated state directory. This keeps openclaw/plugin-sdk resolvable for the memory plugin on newer releases..env, live app IDs, channel bindings, private LAN addresses, personal scope names, or filesystem usernames. Use placeholders only.-Force only when the user explicitly wants to overwrite an existing kit.OPENCLAW-MEMORY-KIT.md.Run the generator from PowerShell:
& "$PSScriptRoot\scripts\bootstrap-openclaw-memory.ps1" `
-TargetRoot "$HOME\.openclaw-memory-kit" `
-PrimaryModel "minimax/M2.5" `
-GatewayPort 18789
Add -Force to overwrite generated files. Add -SkipCorePluginInstall if the user only wants files and will install plugins later.
The bootstrap script should generate:
openclaw.json.env.example and a placeholder .env if one does not already existpackage.json and package-lock.json when core memory dependencies are installedstart-gateway.ps1 and start-gateway.cmdworkspace/agents/<role>/ prompt filesworkspace/shared/ collaboration, memory, and task system documentsplugins.load.paths, plugins.slots.memory, and plugins.entries.memory-lancedb-pro.config in openclaw.jsonNew-RoleCatalog function.New-OpenClawConfig function.openclaw plugins install memory-lancedb-pro, because the plugin still expects local openclaw/plugin-sdk resolution.