conversation-export
CommunityExport conversations to JSON, CSV, or Markdown.
Authorliushuang393
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill exports conversation histories into JSON, CSV, and Markdown formats for easy archiving, sharing, and analysis.
Core Features & Use Cases
- JSON export: structured data suitable for programmatic processing and integration.
- CSV export: spreadsheet-friendly format for data analysis and reporting.
- Markdown export: readable, shareable transcripts for documentation and reviews.
- Use Case: Convert chat transcripts from support chats into a single report for stakeholders.
Quick Start
Use the ConversationExportSkill to export a list of messages. Example: exporter = ConversationExportSkill(); json_data = await exporter.export_json(messages)
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: conversation-export Download link: https://github.com/liushuang393/serverlessAIAgents/archive/main.zip#conversation-export Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.