PluginWorld
Cl

claudebin

Claude Code✓ SPEC VERIFIED

A Claude Code plugin for publishing sessions to claudebin.com

@wunderlabs-dev · v0.1.0 · MIT · updated 6mo ago

SECURITY

A

SCORE

60

STARS

23

PLUG IN

/plugin marketplace add wunderlabs-dev/claudebin
/plugin install claudebin

README

Claudebin

Share your Claude Code sessions with teammates.

Website · Web App · Installation


Installation

claude plugin marketplace add wunderlabs-dev/claudebin
claude plugin install claudebin@claudebin-marketplace

Usage

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.

How it works

/claudebin:share → MCP share tool → Auth (opens browser if needed)
                                   → Upload to Supabase
                                   → Background processing
                                   → Poll for completion
                                   → Return URL

Development

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

License

MIT

SIMILAR PLUGINS