From memory-rlm
Use this skill to set up ClaudeRLM when the bootstrap script hasn't run yet or if you need to manually install the binary.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-rlm:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to set up ClaudeRLM when the bootstrap script hasn't run yet or if you need to manually install the binary.
Use this skill to set up ClaudeRLM when the bootstrap script hasn't run yet or if you need to manually install the binary.
${CLAUDE_PLUGIN_ROOT}/bin/memory-rlm:ls -la "${CLAUDE_PLUGIN_ROOT}/bin/memory-rlm" 2>/dev/null || echo "Not found"
Unix (Linux/macOS):
"${CLAUDE_PLUGIN_ROOT}/scripts/bootstrap"
Windows:
"%CLAUDE_PLUGIN_ROOT%\scripts\bootstrap.cmd"
memory-rlm-x86_64-unknown-linux-gnu.tar.gzmemory-rlm-x86_64-apple-darwin.tar.gzmemory-rlm-aarch64-apple-darwin.tar.gzmemory-rlm-x86_64-pc-windows-msvc.zip${CLAUDE_PLUGIN_ROOT}/bin/chmod +x ${CLAUDE_PLUGIN_ROOT}/bin/memory-rlm"${CLAUDE_PLUGIN_ROOT}/bin/memory-rlm" --version
"${CLAUDE_PLUGIN_ROOT}/bin/memory-rlm" status
npx claudepluginhub dullfig/claude-plugins --plugin memory-rlmInstalls, configures, or upgrades ClaudeMemory: checks gem version, runs doctor, inits databases, adds version markers, and reports status.
Diagnoses and resolves Memsy MCP tool failures (auth errors, network issues, missing tools) and guides through setup steps.
Automates Mem9 persistent memory setup in Claude Code: checks config, provisions tenant, updates settings.json, installs mem9 plugin. Restart to activate.