Kb Import Claude banner
NoobAIDeveloper NoobAIDeveloper

Kb Import Claude

AI community

Description

--- description: Import a Claude.ai export zip into this KB (fallback when /kb-sync --source claude-ai breaks) argument-hint: <path-to-export.zip> --- The user wants to import Claude.ai conversations from an official export zip. This is the fallback path when the live cookie-based sync breaks. How the user gets the zip: **claude.ai → Settings → Privacy → Export data**. They get an email with a download link. The current working directory should be a KB (contain `CLAUDE.md`). If not, tell them

Installation

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

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

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

Full documentation available on GitHub

View Source Repository