Claudebin: Export and Share Your Claude Code Sessions

Claudebin is a plugin designed for users of Claude Code, allowing the export of sessions into URLs, which include entire message threads, file modifications, bash commands, and web/MCP calls. The tool aims to facilitate sharing and resumption of coding sessions across different environments.
The plugin captures all aspects of a session within Claude Code, which is especially useful for lengthy development processes. This includes:
- The full message thread for context and continuity.
- All file reads and writes to track changes and document the development process.
- Bash commands executed during the session to document command-line interactions.
- Web and MCP calls for integrations that occurred.
With Claudebin, you can distribute a URL via emails or chat, attach it within a pull request, or even embed a snippet in documentation. This makes it straightforward to collaborate on the same work across different devices or share progress within a development team.
The project is open-source and accessible on GitHub for further exploration or contribution.
📖 Read the full source: HN AI Agents
👀 See Also

Memex: Open-Source Memory Plugin for Claude Cowork
Memex is an open-source plugin that gives Claude Cowork persistent memory across sessions using a tiered context loading system. After running /memex:init once, Claude briefs itself in about 20 seconds per session and picks up where you left off.

Open-source persistent memory system for Claude Code solves context loss between sessions
A developer built a file-based memory system for Claude Code that automatically captures project context without plugins or API keys. It uses conversation transcripts, an inbox file, and nightly cron jobs to maintain persistent memory across sessions.

AI Agent Infrastructure: AgentMail, AgentLine, AgentCard, Daytona, and More
A Reddit post lists companies building agent-specific primitives: AgentMail (email), AgentLine (phone), AgentCard (payments), Daytona/E2B (computers), Browserbase/Browser Use/Hyperbrowser (browsers), Firecrawl (crawl), Mem0 (memory), Composio (SaaS tools).

Claude to PDF Chrome Extension Exports Long Conversations with Formatting Intact
A developer has released a free Chrome extension called Claude to PDF that captures full conversation history from Claude AI chats and preserves code blocks, LaTeX math, and table formatting when exporting to PDF.