Kb Import Chatgpt banner
NoobAIDeveloper NoobAIDeveloper

Kb Import Chatgpt

Development community

Description

--- description: Import a ChatGPT export zip into this KB (fallback when /kb-sync --source chatgpt breaks) argument-hint: <path-to-export.zip> --- The user wants to import ChatGPT conversations from an official export zip. This is the fallback path when the live cookie-based sync breaks (endpoint rotation, Cloudflare challenge, etc.). How the user gets the zip: **chatgpt.com → Settings → Data Controls → Export data**. They get an email with a download link, usually within minutes. The zip cont

Installation

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

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

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

Full documentation available on GitHub

View Source Repository