From hindsight-cc
Check Hindsight memory server status and current project info
How this command is triggered — by the user, by Claude, or both
Slash command
/hindsight-cc:memory-statusThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Hindsight Memory Status Skill
## How To Execute
Run the following command to check the status of the Hindsight memory server and display information about the current project's memory bank:
## How To Handle Output
The output will show project directory, memory bank ID, and server health status. Display this information to the user in a clear format.
## Finally
Provide helpful yet concise instructions on accessing the projects memories in a
browser. Construct and display the memory bank url by substituting the returned
bank ID: `http://localhost:9999/banks/${BANK_ID}`Run the following command to check the status of the Hindsight memory server and display information about the current project's memory bank:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/get-status.py
The output will show project directory, memory bank ID, and server health status. Display this information to the user in a clear format.
Provide helpful yet concise instructions on accessing the projects memories in a
browser. Construct and display the memory bank url by substituting the returned
bank ID: http://localhost:9999/banks/${BANK_ID}
npx claudepluginhub gcswan/hindsight-cc --plugin hindsight-cc/memory-statusDisplays Pensyve memory namespace statistics and health overview, including counts by type, known entities list, storage info, and next-step suggestions.