Export Claude Code and Codex CLI transcripts with end-to-end encryption. No signup required. Ideal for secure sharing of code sessions with team members or clients. Integrates with Cloudflare Workers for deployment.
git clone https://github.com/nicosuave/agentexport.gitagentexport lets you securely share Claude Code and Codex session transcripts using end-to-end encryption. Content is encrypted with AES-256-GCM on your machine before upload, and the decryption key is embedded in the URL fragment—never sent to the server. This means the server operator cannot read your transcripts, and only people with the full URL can access shared sessions. Installation is simple via Homebrew or curl, and usage is a single command in Claude Code (`/agentexport`) or Codex. The tool supports configurable expiration (30, 60, 90, 180, 365 days, or forever) and can be self-hosted on Cloudflare Workers with a custom domain.
Install via `brew install nicosuave/tap/agentexport` or curl, then run `agentexport setup` to install the skill in Claude Code or Codex. In Claude Code, type `/agentexport` to generate a shareable encrypted URL. In Codex, use the publish command. Manage shares with `agentexport shares` and optionally configure a custom storage backend or self-host on Cloudflare Workers.
Share sensitive code sessions with clients or contractors securely
Collaborate on debugging sessions without exposing content to third-party servers
Archive and share team code reviews with automatic expiration
Self-host encrypted transcript sharing on your own infrastructure
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/nicosuave/agentexportCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Export my recent Claude Code session about [PROJECT_NAME] for [TEAM_NAME]. Ensure the transcript includes all code snippets, error messages, and final outputs. Use end-to-end encryption and provide a shareable link.
# Exported Claude Code Session
## Project: E-Commerce Website Redesign
### Session Details
- **Date:** 2023-10-15
- **Duration:** 45 minutes
- **Topics Covered:** Frontend optimization, API integration, responsive design
### Key Code Snippets
```javascript
// Optimized product card component
function ProductCard({ product }) {
return (
<div className='product-card'>
<img src={product.image} alt={product.name} />
<h3>{product.name}</h3>
<p>${product.price}</p>
<button onClick={() => addToCart(product.id)}>Add to Cart</button>
</div>
);
}
```
### Error Resolution
- **Issue:** CORS policy blocking API requests
- **Solution:** Configured Cloudflare Workers to handle CORS headers
### Final Output
- Deployed optimized frontend to staging environment
- API response time improved by 30%
### Shareable Link
[Secure Transcript Link](https://agentexport.example.com/transcript/abc123)Build iOS and Android apps with JavaScript
Deploy serverless code instantly across the globe
AI assistant built for thoughtful, nuanced conversation
Get more done every day with Microsoft Teams – powered by AI
Agentic AI Workflow platform
Connected workspace for docs, wikis, and projects
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan