From memory-powermem
Checks if PowerMem is configured, running, and reachable from Claude Code. Reports data directory, base URL, managed server PID, and health state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-powermem:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run `sh "${CLAUDE_PLUGIN_ROOT}/scripts/status.sh"` when available. Report the data directory, base URL, managed server PID if any, and health state. Do not print `.env` contents.
Run sh "${CLAUDE_PLUGIN_ROOT}/scripts/status.sh" when available. Report the data directory, base URL, managed server PID if any, and health state. Do not print .env contents.
npx claudepluginhub oceanbase/powermem --plugin memory-powermemStops the PowerMem server that was started by the Claude Code plugin, using the tracked PID in the plugin data directory.
Checks laqrumcode system health, memory status, and pipeline integrity. Activate when recall/write operations fail or before extracting knowledge from a new source.
Displays Honcho memory system status: connection health, workspace, peers, observation queue, and conclusion count. Invoke via /honcho:status for quick checks.