toolspool

Claudebin

What it does

Claudebin is an open-source tool designed for users of Claude Code (Anthropic's terminal-based AI). Since Claude Code stores session data locally in a non-human-readable format, Claudebin allows users to export these sessions into shareable, navigable, and embeddable web artifacts. It captures the complete context of a session, including message threads, file reads and writes, bash commands, and MCP calls, providing a structured viewer via a unique URL. This makes it possible to share terminal interactions in pull requests, documentation, or to resume them on different local machines.

Core features

  • Export full Claude Code message threads
  • Capture bash commands and file I/O operations
  • Generate structured, navigable web viewers for sessions
  • Embed selected session ranges into documentation
  • Resume shared sessions locally
  • One-click plugin installation

Use cases

  • Linking a specific Claude Code refactoring session in a GitHub Pull Request
  • Embedding AI-generated code workflows into technical documentation
  • Sharing complex debugging steps with teammates
  • Moving a terminal AI session from one machine to another