ai-conversation-extractor

Convert JSONL AI conversation transcripts to readable Markdown files.

52|4|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/vicnaum/vics-agent-skills --skill ai-conversation-extractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-conversation-extractor
Source: https://github.com/vicnaum/vics-agent-skills/tree/main/skills/ai-conversation-extractor
Command: npx skills add https://github.com/vicnaum/vics-agent-skills --skill ai-conversation-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill converts complex, machine-readable AI conversation logs (JSONL format) into human-readable Markdown, making them easy to review, share, and archive.

Core Features & Use Cases

  • Format Conversion: Transforms Claude Code or similar JSONL conversation transcripts into clean Markdown.
  • Data Reduction: Strips large binary data (like images or PDFs) and non-essential metadata to reduce file size and improve readability.
  • Use Case: You have a folder full of .jsonl files exported from your AI assistant's chat history. Use this Skill to batch convert them into a single folder of .md files, preserving all the text and tool interactions in an organized format.

Quick Start

Convert all JSONL conversation files in the current directory to Markdown.

Frequently Asked Questions about ai-conversation-extractor

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

FAQPage Schema
How do I convert Claude Code JSONL conversation logs to Markdown?

Yes, you can batch convert JSONL chat exports to Markdown. This Skill processes all JSONL files in a directory, stripping binary data and metadata to produce clean, organized Markdown files for archiving.

What's the best way to make AI chat transcripts human-readable?

Converting JSONL to Markdown removes large binary data like images or PDFs and strips non-essential metadata. This reduces file size and improves the readability of your AI conversation history for review and archiving.

How do I batch convert JSONL files to Markdown for archiving?

You can batch convert JSONL chat exports to Markdown. This Skill processes all JSONL files in a directory, stripping binary data and metadata to produce clean, organized Markdown files for archiving.

Does converting JSONL to Markdown preserve tool calls and results?

Yes, converting JSONL to Markdown preserves tool calls and results. The process retains text and tool interactions while removing only large binary data and non-essential metadata from the AI conversation transcript.

Why are my JSONL AI logs so large and hard to read?

JSONL AI logs are large and hard to read because they contain machine-readable metadata and binary data like images. Converting them to Markdown strips this non-essential information, reducing file size and improving readability.