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

ComfyUI Skill Enables AI Agents to Queue and Batch Image Renders via Natural Language
A new open-source skill allows OpenClaw agents to construct ComfyUI workflows, submit jobs, and manage renders through natural language commands like 'Make 50 variations of this concept with different seeds' or 'Compare these 4 prompts side by side at 1024x1024'.

ClaudeDesk v4.2–4.3 Introduces Agent Teams Visualization and Repository Atlas Engine
ClaudeDesk v4.2–4.3 provides a desktop GUI for managing Claude Code CLI's Agent Teams and optimizes session setup with the Repository Atlas Engine.

altRAG: Replace Vector DB RAG with 2KB Pointer Files for AI Coding Agents
altRAG is a Python tool that replaces vector database RAG with lightweight pointer files. It scans Markdown/YAML skill files to create a 2KB skeleton file mapping sections to exact line numbers and byte offsets, allowing AI agents to read only needed sections instead of entire files.

iai-mcp: A local daemon for persistent OpenClaw memory across sessions
iai-mcp is an open-source daemon that captures all OpenClaw conversations, stores them in three memory tiers with local neural embeddings and AES-256 encryption, and feeds relevant context back on new sessions — verbatim recall >99%, retrieval <100ms, session-start cost <3k tokens.