chatgpt-share-markdown

Convert ChatGPT share URLs into role-labeled Markdown transcripts.

2|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/adampoit/ai --skill chatgpt-share-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chatgpt-share-markdown
Source: https://github.com/adampoit/ai/tree/main/skills/chatgpt-share-markdown
Command: npx skills add https://github.com/adampoit/ai --skill chatgpt-share-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the conversion of public ChatGPT share links into clean, structured Markdown transcripts, making conversations easy to summarize, archive, or reuse.

Core Features & Use Cases

  • URL Conversion: Takes a chatgpt.com/share/... URL and fetches the conversation.
  • Markdown Formatting: Outputs a clean Markdown document with role-labeled turns (User, Assistant, Tool).
  • Use Case: When a user shares a ChatGPT conversation link and asks for a summary or to incorporate it into a report, this Skill can quickly generate the necessary Markdown context.

Quick Start

Use the chatgpt-share-markdown skill to convert the provided ChatGPT share link into a Markdown transcript.

Frequently Asked Questions about chatgpt-share-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a public ChatGPT share link into Markdown?

To convert a public ChatGPT share link into Markdown, provide the chatgpt.com/share/ URL. The skill fetches the conversation and parses the HTML content to extract role-labeled turns into a clean Markdown transcript.

Can I extract internal reasoning and tool turns from a ChatGPT share link?

Yes, you can extract internal reasoning and tool turns from a ChatGPT share link. The skill formats conversation turns into role-labeled Markdown sections and optionally includes tool turns or internal reasoning alongside User and Assistant turns.

What is the best way to archive an AI conversation from a share link for agent context?

The best way to archive an AI conversation for agent context is converting the share link into a structured Markdown transcript. This skill formats extracted HTML conversation turns into role-labeled sections, making conversations easy to summarize or reuse.

Does the ChatGPT to Markdown conversion work with private conversation links?

No, the ChatGPT to Markdown conversion does not work with private conversation links. The skill specifically processes public ChatGPT share links by fetching and parsing the publicly accessible HTML content to extract conversation turns.

How do I summarize a ChatGPT conversation using a share URL?

To summarize a ChatGPT conversation using a share URL, input the chatgpt.com/share/ link. The skill converts the conversation into a clean Markdown transcript, providing structured context that can be easily summarized or incorporated into reports.