export-chatgpt
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.
-
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!
-
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
More from btraut/skills
beads-implement
Implement Beads or beads_rust work items from an issue id. Use when the user runs $beads-implement <bead-id> or asks to implement a bead/epic; if it is an epic, implement all sub-tasks, committing after each one and only interrupting when blocked or a decision is needed.
28beads-create
File Beads or beads_rust epics/issues from a finalized plan/spec AND do the polish pass (clarity, acceptance criteria, sizing, deps). Use when asked to create Beads from a plan/spec (OpenSpec, PRD, design doc), convert an external plan into issue tracker structure, or review/refine an existing Beads set.
27brainstorm
Facilitate structured idea exploration and product/design specification. Use when a user wants to talk through an idea, refine it via iterative questions, and converge on a clear design/spec (and later an implementation plan), especially after inspecting the current project state.
26review-team
Run multi-agent code review by profiling risk, selecting reviewer personas, spawning sub-agents, and merging structured findings into one severity-ordered report.
13