Exporting AI Agent Memories Using Claude's Import Function

Memory Export Prompt for AI Agents
A user on r/openclaw shared a method for exporting stored memories from AI agents like ChatGPT and Claude and importing them into OpenClaw. The approach uses Claude's import function as a starting point.
Key Details
The source provides a specific prompt to use with AI agents to extract stored memories. The prompt requests:
- All memories stored about the user
- Any context learned from past conversations
- Output in a single code block for easy copying
The format specified is: [date saved, if available] - memory content
The prompt explicitly requests coverage of:
- Instructions about response tone, format, style, 'always do X', 'never do Y'
- Personal details: name, location, job, family, interests
- Projects, goals, and recurring topics
- Tools, languages, and frameworks used
- Preferences and corrections made to the agent's behavior
- Any other stored context not covered above
The prompt emphasizes: "preserve my words verbatim where possible" and "Do not summarize, group, or omit any entries."
After the code block, the agent should confirm whether that is the complete set or if any memories remain.
The user mentions finding this function "under capabilities in Claude" and using it to export memories from both ChatGPT and Claude, then pasting them into their OpenClaw bot.
📖 Read the full source: r/openclaw
👀 See Also

OpenClaw Video Translator Skill Available on ClawHub
A new Video Translator skill for OpenClaw agents allows users to upload a video or provide a URL to get a translated preview instantly. The skill is hosted on ClawHub.

Agent frameworks waste 350,000+ tokens per session resending static files
A benchmark on a local Qwen 3.5 122B setup revealed agent frameworks waste over 350,000 tokens per session by resending static files. A compile-time approach reduced query context from 1,373 tokens to 73, achieving a 95% reduction.

git-courer: An MCP Server That Forces AI Agents to Write Proper Git Commit Messages
git-courer is a local MCP server in Go that intercepts diffs from AI coding agents and translates them into structured, human-readable commit messages with WHY and WHAT sections.

Toolport: A Local Gateway to Manage MCP Servers Once Across All Apps
Toolport is a free, open-source desktop app and local gateway that centralizes MCP server configs, stores API keys in OS keychain, and adds safety layers for AI agents.