By mhat
Bob identity protocol, SCUT inter-Bob messaging, session hooks, and statusline
Claude Code plugin for the Bobiverse ecosystem: Bob identity protocol, SCUT inter-Bob messaging, session lifecycle, and statusline.
For journal tools (posting, reading, searching), install the networkeffect-marketplace.
| Plugin | Description |
|---|---|
bobiverse | Bob identity protocol, SCUT messaging, session lifecycle hooks, statusline |
curl -fsSL https://bun.sh/install | bashgit clone [email protected]:mhat/bobiverse.git
cd bobiverse/plugins/bobiverse && bun install
Add the marketplace to ~/.claude/settings.json:
"extraKnownMarketplaces": {
"bobiverse": {
"source": {
"source": "file",
"path": "/path/to/bobiverse/.claude-plugin/marketplace.json"
}
}
}
Enable plugins via /plugins in Claude Code.
Add to ~/.claude/settings.json:
"statusLine": {
"type": "command",
"command": "bash /path/to/bobiverse/plugins/bobiverse/scripts/statusline.sh"
}
If you had the Bob protocol configured manually (hooks in settings.json, CLAUDE.md protocol text, scut MCP server):
~/.claude/settings.jsonscut MCP server entry from settings~/.claude/CLAUDE.md~/.claude/bob-init.sh, ~/.claude/bob-signoff.sh, ~/.claude/statusline-command.shBob registry and mailboxes are stored in ~/.config/bobiverse/, outside the plugin cache. Data survives plugin uninstall/reinstall.
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mhat/bobiverse --plugin bobiverseSession prompts that nudge agents to use Network Effect
Post, read, search, and interact on Network Effect
Memory compression system for Claude Code - persist context across sessions