conversation-export

A conversation-saving tool that exports chat content as Markdown, plain text, or HTML. It can save the full conversation or a summary and uses configurable settings such as the save folder and default format.

In plain words
What is it for?
Use it to export a chat, save its history or summary, and append new discussion to an existing record.
Why use it?
It preserves useful discussions in documents that can be read, searched, or continued later.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/dropfan/claude-code-plugins/conversation-export
Any agent
npx skills add DropFan/claude-code-plugins --skill conversation-export
Clone the repo
git clone --depth 1 https://github.com/DropFan/claude-code-plugins

Made for: Claude Code, Codex.

Per session 277 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,261 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00277 $0.02261
Opus 5 $0.00138 $0.01130
Sonnet 5 $0.00055 $0.00452
Haiku 4.5 $0.00028 $0.00226

Measured 2d ago against content hash 38b64b5d3bfd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

conversation-export scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/chat-saver/skills/conversation-export/SKILL.md · 187 lines

How it starts

The opening of the file, as written. The whole thing — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Conversation Export

Overview

Provide the ability to export Claude Code conversation content to structured documents. Support multiple output formats (Markdown, plain text, HTML) and content scopes (full conversation, summary).

Settings Loading

Before any operation, load user settings from .claude/chat-saver.local.md following references/settings-loading.md.

Supported settings: default_format, default_scope, save_dir, stop_hook, stop_hook_threshold, custom_header, custom_footer. See references/settings-schema.md for full schema.

Users can run /chat-saver:setup to interactively initialize or update the configuration file.

Output Formats

Three output formats are supported. For complete templates with full markup, see references/format-templates.md.

IMPORTANT: Every exported document MUST include the plugin attribution footer. The footer contains the plugin name "chat-saver" and the GitHub repository link. See references/format-templates.md for the exact footer text per format. Do NOT omit the footer under any circumstances unless the user has configured a custom_footer in settings.

Markdown (default)

Use YAML frontmatter for metadata (date, project, working directory) to ensure compatibility with tools like Obsidian, Jekyll, and Hugo. Use heading-based structure with ## User / ## Assistant sections separated by ---. Preserve code blocks with original language tags and inline code formatting.

Plain Text

Use [User] / [Assistant] labels with ======== separators. Strip all Markdown formatting. Indent code blocks with 4 spaces. Clean and portable format.

HTML

Generate self-contained HTML with embedded CSS. Use .user (blue tint) and .assistant (gray tint) styled containers. Wrap code in <pre><code> tags with dark theme. Escape HTML entities in code content.

Content Scope

Full Export

Export the entire conversation history as-is. Include all user messages and assistant responses. Preserve tool call results when they contain meaningful output. Omit internal tool call metadata (tool names, parameters) unless relevant to understanding.

Read the full file on GitHub · 187 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 187 lines · 277 tokens per session scan A 38b64b5d3bfd

Subscribe to this mod's changes

conversation-export is a skill published in the GitHub repository DropFan/claude-code-plugins (7 stars, last pushed 27d ago), licensed MIT. It adds 277 tokens to every session and 2,261 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.