Export Chatgpt

🌐Community
by btraut · vlatest · Repository

This skill exports ChatGPT conversations as JSON files for easy archiving, analysis, and sharing of valuable dialogue data.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add export-chatgpt npx -- -y @trustedskills/export-chatgpt
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "export-chatgpt": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/export-chatgpt"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows you to export ChatGPT conversations into a structured format. It takes a conversation history and transforms it into a downloadable file, likely JSON or CSV, for analysis or archival purposes. This facilitates easier data manipulation outside of the ChatGPT interface and enables integration with other tools.

When to use it

  • You need to analyze past ChatGPT interactions programmatically.
  • You want to archive conversations for compliance or record-keeping.
  • You're building a system that requires structured conversation data (e.g., training another AI model).
  • You wish to share specific conversations with others in a standardized format.

Key capabilities

  • Exports ChatGPT conversations.
  • Provides downloadable output files.
  • Supports structured data formats (likely JSON or CSV – unspecified in source).

Example prompts

  • "Export the last 10 messages from my conversation."
  • "Save this chat as a JSON file."
  • "Can you give me a CSV of our discussion?"

Tips & gotchas

The specific output format (JSON, CSV, etc.) is not specified in the source. Ensure your downstream tools can handle the exported data's structure.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
btraut
Installs
3

🌐 Community

Passed automated security scans.