Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub oceanbase/powermem --plugin memory-powermemHow 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.
Stops the PowerMem server that was started by the Claude Code plugin, using the tracked PID in the plugin data directory.
Checks kongcode plugin health, memory status, pipeline health, and recall/write operations. Useful for diagnosing failures or verifying system state.
Displays Honcho memory system status: connection health, workspace, peers, observation queue, and conclusion count. Invoke via /honcho:status for quick checks.
Share bugs, ideas, or general feedback.
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.