transcript-saver

Export Claude Code session transcripts to browsable HTML pages.

3|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/fpl9000/ai-skills --skill transcript-saver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: transcript-saver
Source: https://github.com/fpl9000/ai-skills/tree/main/transcript-saver
Command: npx skills add https://github.com/fpl9000/ai-skills --skill transcript-saver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill makes it easy to save and share Claude Code conversations by exporting the active session into browsable HTML transcripts, simplifying archiving and collaboration.

Core Features & Use Cases

  • Export transcripts to HTML pages with an index and paginated pages for easy navigation.
  • Optional GitHub Gist publishing to share transcripts publicly or privately.
  • Works from Claude Code by locating the most recent session or exporting a specific session via ID.

Quick Start

Run the script to export the current Claude Code session to HTML and optionally publish the transcript to a GitHub Gist.

Frequently Asked Questions about transcript-saver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export Claude Code transcripts to HTML pages?

To export Claude Code transcripts to HTML, this skill locates the most recent session or a specific session ID and generates browsable HTML pages with an index and paginated navigation.

Can I share Claude Code conversations as a GitHub Gist?

Yes, you can share Claude Code conversations by optionally publishing the exported HTML transcripts to a GitHub Gist using the integrated gh CLI for public or private access.

Do I need the gh CLI to save Claude Code sessions as HTML?

No, the gh CLI is only required for optional GitHub Gist publishing; the core task of saving Claude Code sessions as HTML requires claude-code-transcripts and access to the session store.

Where does the skill find Claude Code session data for transcript export?

The skill finds Claude Code session data for transcript export by accessing the Claude Code session store located at ~/.claude/projects on your local system.

What's the best way to archive Claude Code conversations for offline browsing?

The best way to archive Claude Code conversations for offline browsing is exporting them to portable HTML assets, which creates an index and paginated pages for easy navigation without external dependencies.

Can I export a specific Claude Code session by ID instead of the most recent one?

Yes, you can export a specific Claude Code session by providing its session ID, or you can default to exporting the most recent session found in the local Claude Code session store.