Share Claude Code sessions to claudebin.com and manage specification documents with a local MCP server.
Share your Claude Code sessions with teammates.
Website · Web App · Installation
claude plugin marketplace add wunderlabs-dev/claudebin
claude plugin install claudebin@claudebin-marketplace
Run /claudebin:share inside any Claude Code session to publish it and get a shareable URL.
/claudebin:share
Returns a link like https://claudebin.com/threads/abc123 — complete with syntax highlighting, tool calls, and the full conversation thread.
Automatically authenticates via browser if not logged in.
/claudebin:share → MCP share tool → Auth (opens browser if needed)
→ Upload to Supabase
→ Background processing
→ Poll for completion
→ Return URL
Build the MCP server:
cd mcp
bun install
bun run build
Run Claude with the local plugin pointing at a local API:
CLAUDEBIN_API_URL=http://localhost:3000 claude --plugin-dir /path/to/claudebin --dangerously-skip-permissions
MIT
Admin access level
Server config contains admin-level keywords
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub wunderlabs-dev/claudebin --plugin claudebinShare a live Claude Code session on demand: /collab goes live, prints the invite link, and can DM it to a teammate.
Securely share Claude Code session distillations and project memory over LAN or relay
Sync Claude Code sessions across devices with encrypted cloud storage
Peer-to-peer communication between Claude Code sessions on the same machine
Commands for syncing CLAUDE.md, permissions allowlist, and refreshing context. Hooks for marketplace-to-plugin sync.
Local channel for asking a live Claude Code session and receiving replies.