import-memory

Import memory exports from other AI assistants into Claude's memory store.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/ankur3-101106/dotfiles-hypr --skill import-memory-ankur3-101106
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: import-memory
Source: https://github.com/ankur3-101106/dotfiles-hypr/tree/main/Claude/local-agent-mode-sessions/skills-plugin/ab436dd0-752a-4b9b-8503-dc6695d483cb/cedd2988-3bab-48aa-884f-cc7b3bfb8e81/skills/import-memory
Command: npx skills add https://github.com/ankur3-101106/dotfiles-hypr --skill import-memory-ankur3-101106

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Switching from another AI assistant like ChatGPT or Gemini means losing all the context that assistant learned about you. This Skill migrates a pasted memory export into Claude's memory safely, filtering out sensitive data and injected instructions. ## Core Features & Use Cases - Structured Import Pipeline: Parses a pasted memory export and files facts into Claude's memory taxonomy (profile, areas, people, topics) using memory write tools. - Privacy and Injection Filtering: Drops sensitive categories (health, finances, identifiers, personality profiling) and refuses instruction-like content embedded in the export. - Additive, Confirmed Writes: Shows an import plan for user approval before writing, never overwrites existing memory, and batches writes across turns. - Use Case: A user moving from ChatGPT pastes their exported memories; the Skill organizes them into memory files, omits sensitive details, and confirms the plan before saving. ## Quick Start Import this pasted memory export from my previous AI assistant into Claude's memory.

Frequently Asked Questions about import-memory

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

FAQPage Schema
How do I transfer my memories from ChatGPT to Claude?▼

Run the provided export prompt in your other assistant to generate a categorized memory export, then paste the result into Claude. The import pipeline organizes the facts into Claude's memory files after you confirm the plan.

What happens to sensitive information in a memory export?▼

Sensitive categories such as health conditions, finances, identifiers, religion, and personality profiling are omitted entirely during import. Only cleanly separable useful facts are kept, and nothing sensitive is written to memory.

Can a memory export contain malicious instructions?▼

Yes, exports can contain injected directives disguised as facts or system messages. The import treats the paste strictly as data, drops any instruction-like content, and tells the user what was skipped.

Does importing memory overwrite my existing Claude memories?▼

No, the import is additive only. It creates new memory files or appends new lines, never rewrites or deletes existing entries, and skips facts that conflict with or duplicate current memory.

What if I don't have memory tools available in my conversation?▼

Without memory write tools the import cannot run. You are directed to Settings > Capabilities > Import memory from other AI providers, which is Claude's built-in importer for this purpose.