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

LM Studio plugins add web image analysis for vision-capable LLMs
A developer created plugins for LM Studio that enable vision-capable LLMs to fetch and analyze images from the web, with automatic image processing and tool chaining. The plugins work with models like Qwen 3.5 9b/27b and include updated Duck-Duck-Go and Visit Website functionality.

Exporting AI Agent Memories Using Claude's Import Function
A Reddit user shares a prompt for extracting stored memories from AI agents like ChatGPT and Claude, then importing them into OpenClaw. The prompt requests all stored context including instructions, personal details, projects, tools, and preferences.

ClawMetry adds remote monitoring with E2E encryption for OpenClaw agents
ClawMetry v0.1.0 now includes cloud sync for remote monitoring of OpenClaw agents from any browser or Mac menu bar app, with end-to-end encryption that keeps data encrypted until it reaches your client.

/goal for Claude Code: persistent tasks with adversarial review
A /goal command for Claude Code that keeps it working on a long task across many turns, with an optional separate Claude session reviewing the final result to prevent false completion.