export-chatgpt

Installation
SKILL.md

Export ChatGPT Share

ChatGPT doesn't have a native way to export conversations. Use this skill to export a ChatGPT via share link into agent-friendly Markdown or JSON.

  1. In ChatGPT, click Share on the conversation you'd like to export. Note that this makes it public to all who have a link; beware sharing sensitive content!

  2. Invoke this skill via coding agent with $export-chatgpt <chatgpt.com share url>.

Usage

Invoke the skill as:

export-chatgpt <chatgpt.com share url>

The skill runner should pass the URL as the first argument to the Python script:

python3 skills/export-chatgpt/scripts/export_chatgpt.py <chatgpt.com share url>

Options

Related skills
Installs
18
Repository
btraut/skills
GitHub Stars
7
First Seen
Mar 4, 2026