session-export
Session Export Skill
Exports AI chat session conversations to readable Markdown files. Supports two modes for cross-agent compatibility.
Prerequisites
- Python 3 (standard library only, no external dependencies)
Usage
Mode 1: Claude Code Log Export (Preferred)
When running inside Claude Code, the script reads the full JSONL session logs for complete, accurate export (including messages that may have been compressed from context).
python3 skills/session-export/session_export.py --output-dir <directory> [options]
Options
More from crossoverjie/skills
agent-notifier
>
85image-uploader
Uploads images to image hosting services (supports sm.ms, Imgur, and GitHub + jsDelivr CDN). Use this skill when the user wants to upload a local image file to the web and get a public URL.
22cover-generator
Generates simple gradient-based cover images for blogs or articles with a title and subtitle. Can optionally upload the generated image immediately.
7auto-blog-cover
Automates the process of creating and setting blog post covers. Reads a markdown file, generates a cover image based on title/subtitle, uploads it, and updates the file's frontmatter (e.g., banner_img).
6