Claudebin: Export and Share Your Claude Code Sessions

✍️ OpenClawRadar📅 Published: February 19, 2026🔗 Source
Claudebin: Export and Share Your Claude Code Sessions
Ad

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

Ad

👀 See Also

🦀
Tools

Needle: A 26M Parameter Tool-Calling Model Built Entirely Without FFNs

Needle is a 26M parameter function-calling model with no MLPs, achieving 6000 tok/s prefill and 1200 tok/s decode on consumer devices. It beats FunctionGemma-270M, Qwen-0.6B, Granite-350M, and LFM2.5-350M on single-shot tool calling.

OpenClawRadar
GitAgent: An Open Standard for Portable AI Agents in Git Repos
Tools

GitAgent: An Open Standard for Portable AI Agents in Git Repos

GitAgent is an open specification that defines AI agents through three core files in a git repository: agent.yaml for configuration, SOUL.md for personality/instructions, and SKILL.md for capabilities. The CLI allows running any agent repo directly with commands like npx @open-gitagent/gitagent run -r https://github.com/user/agent -a claude.

OpenClawRadar
Open-Source MCP Server Turns Claude into an Autonomous Literary Agent for Querying Publishers
Tools

Open-Source MCP Server Turns Claude into an Autonomous Literary Agent for Querying Publishers

The Agentic Publishing Node is an MCP server that lets Claude automatically cross-reference manuscripts against literary agent wishlists, generate query letters, format to Shunn standard, and log pitches — all from local markdown files.

OpenClawRadar
OpenClaw developer builds unified memory system for AI agents
Tools

OpenClaw developer builds unified memory system for AI agents

A developer has built a 15-tool unified memory system for OpenClaw AI agents that combines structured facts, vector search, entity graphs, episode timelines, hierarchical compression, and event-driven coordination. The system runs locally without cloud dependencies or monthly fees.

OpenClawRadar