Help us improve
Share bugs, ideas, or general feedback.
From memory-powermem
Stops the PowerMem server that was started by the Claude Code plugin, using the tracked PID in the plugin data directory.
npx claudepluginhub oceanbase/powermem --plugin memory-powermemHow this skill is triggered — by the user, by Claude, or both
Slash command
/memory-powermem:stopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `sh "${CLAUDE_PLUGIN_ROOT}/scripts/stop.sh"` when available. This stops only the server PID tracked in the plugin data directory. Do not kill unrelated PowerMem processes unless the user explicitly asks.
Resets PowerMem plugin-local data (runtime state, logs, venv) after explicit user confirmation. Destructive — use only to clean plugin environment.
Останавливает Apache HTTP Server. Публикации сохраняются — при следующем /web-publish сервер запустится снова.
Stops and removes the ClaudeClaw background service for the current instance. Preserves data while removing the service unit.
Share bugs, ideas, or general feedback.
Run sh "${CLAUDE_PLUGIN_ROOT}/scripts/stop.sh" when available. This stops only the server PID tracked in the plugin data directory. Do not kill unrelated PowerMem processes unless the user explicitly asks.