From honcho
Displays Honcho memory system status: connection health, workspace, peers, observation queue, and conclusion count. Invoke via /honcho:status for quick checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/honcho:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display the current Honcho memory system status: connection health, workspace, peers, observation queue, and conclusion count.
Display the current Honcho memory system status: connection health, workspace, peers, observation queue, and conclusion count.
Run /honcho:status to see the current state of the Honcho memory system.
After running the script, present a concise status card echoing the runner output. Do NOT add prose commentary — the output speaks for itself. Only add a one-line note if something looks wrong (e.g. auth failed, unreachable, 0 conclusions).
bun run ${CLAUDE_PLUGIN_ROOT}/src/skills/status-runner.ts
npx claudepluginhub plastic-labs/claude-honcho --plugin honchoShows agent runtime status including identity, model, context usage, memory stats, crons, and voice configuration. Triggers on /status or natural language requests.
Interactively configures Honcho memory plugin settings via menus for peers, session mapping, workspace, host, context refresh, and message upload.
Integrates Honcho memory library into Python or TypeScript codebases for stateful AI agents. Guides SDK setup, peers/sessions config, dialectic chat endpoints, bot frameworks.