Kb Request Chatgpt Export banner
NoobAIDeveloper NoobAIDeveloper

Kb Request Chatgpt Export

Data community

Description

--- description: Ask OpenAI to email you a ChatGPT data export (escape hatch when live sync is CF-blocked) --- The user wants OpenAI to email them a download link for a full ChatGPT data export. This is the Option B escape hatch for when `/kb-sync --source chatgpt` fails with a Cloudflare block or stale auth the user can't clear. We POST to `/backend-api/accounts/data_export` using their browser session cookie. OpenAI then sends an email with a download link (usually minutes, sometimes hours).

Installation

Installs to ~/.claude/skills/noobaideveloper-twitter-wiki-kb-request-chatgpt-export/SKILL.md

Terminal
mkdir -p ~/.claude/skills/noobaideveloper-twitter-wiki-kb-request-chatgpt-export && curl -fsSL https://raw.githubusercontent.com/NoobAIDeveloper/twitter-wiki/HEAD/commands/kb-request-chatgpt-export.md -o ~/.claude/skills/noobaideveloper-twitter-wiki-kb-request-chatgpt-export/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository