ai-chat-history-importer

Import chat histories from ChatGPT, Gemini, Perplexity, and Grok into Claude.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/sassyconsultingllc/sassy-brain --skill ai-chat-history-importer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-chat-history-importer
Source: https://github.com/sassyconsultingllc/sassy-brain/tree/main/importers
Command: npx skills add https://github.com/sassyconsultingllc/sassy-brain --skill ai-chat-history-importer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of fragmented AI conversations across different platforms by allowing users to import and integrate chat histories from other AI systems into their current Claude conversations, ensuring context is never lost.

Core Features & Use Cases

  • Cross-Platform Integration: Import histories from ChatGPT, Gemini, Perplexity, Grok, and more.
  • Context Preservation: Maintains original timestamps, code blocks, links, and unresolved items.
  • Advanced Chunking: Handles very long conversations by splitting them into multiple files without truncation, preserving all content.
  • Use Case: A user can import a lengthy technical discussion from ChatGPT about building a web scraper, allowing Claude to understand the full context, including code snippets and previous challenges, to help them continue the project seamlessly.

Quick Start

Use the ai-chat-history-importer skill to import the conversation from the attached file 'my_old_chat.json'.

Frequently Asked Questions about ai-chat-history-importer

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

FAQPage Schema
How do I import ChatGPT chat history into Claude without losing context?

Importing chat history into Claude supports direct paste, file upload, and API fetching. The skill preserves context like timestamps, code blocks, and links, using automatic chunking to handle very long conversations without truncation.

What is the best way to transfer long AI conversations across platforms?

Transferring long AI conversations across platforms is best handled via automatic chunking, which splits extensive chat histories into multiple files. This prevents truncation and preserves all original content during import.

Can I import chat histories from Gemini or Perplexity into my current AI conversation?

Yes, you can import chat histories from Gemini, Perplexity, Grok, and other AI systems. Cross-platform integration allows you to consolidate fragmented conversations into your current Claude context for continuity.

How do I securely manage API keys when fetching AI chat histories?

You manage API keys securely when fetching AI chat histories by using environment variables or configuration files. This ensures safe cross-platform AI interaction during the import process.

Does importing large chat files truncate unresolved items or code snippets?

Importing large chat files does not truncate unresolved items or code snippets. The advanced chunking mechanism splits long conversations into multiple files, preserving all content including original timestamps and code blocks.