Share Claude Code sessions to claudebin.com
npx claudepluginhub wunderlabs-dev/claudebinShare Claude Code sessions to claudebin.com
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