An open API service indexing awesome lists of open source software.

https://github.com/wunderlabs-dev/claudebin

A Claude Code plugin for publishing sessions to claudebin.com
https://github.com/wunderlabs-dev/claudebin

claude-code claude-code-plugin

Last synced: 14 days ago
JSON representation

A Claude Code plugin for publishing sessions to claudebin.com

Awesome Lists containing this project

README

          


Claudebin


Share your Claude Code sessions with teammates.


Website ·
Web App ·
Installation

---

## Installation

```bash
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:

```bash
cd mcp
bun install
bun run build
```

Run Claude with the local plugin pointing at a local API:

```bash
CLAUDEBIN_API_URL=http://localhost:3000 claude --plugin-dir /path/to/claudebin --dangerously-skip-permissions
```

## License

MIT