claudebincom
Claudebin is a minimalistic tool for publishing and sharing Claude coding sessions
A Claude Code plugin for publishing sessions to claudebin.com
> /plugin marketplace add wunderlabs-dev/claudebin> /plugin install claudebin@claudebin-marketplace
What's inside
Claudebin is a minimalistic tool for publishing and sharing Claude coding sessions
FAQ
claudebin is a Claude Code plugin with hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: wunderlabs-dev/claudebin
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
.claude-plugin/
marketplace.json
plugin.json
.github/
ISSUE_TEMPLATE/
bug_report.md
feature_request.md
logo.svg
PULL_REQUEST_TEMPLATE.md
.gitignore
.mcp.json
CHANGELOG.md
CODE_OF_CONDUCT.md
commands/
share.md
CONTRIBUTING.md
LICENSE
mcp/
bun.lock
dist/
index.js
package.json
src/
api.ts
auth.ts
config.ts
constants.ts
index.ts
session.ts
tools/
index.ts
share.ts
types.ts
utils.ts
tsconfig.json
tsup.config.ts
README.md
SECURITY.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic