Exporting AI Agent Memories Using Claude's Import Function

✍️ OpenClawRadar📅 Published: March 3, 2026🔗 Source
Exporting AI Agent Memories Using Claude's Import Function
Ad

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.

Ad

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

Ad

👀 See Also

Portable engineering system for Claude Code with hooks, specialized agents, and self-improvement
Tools

Portable engineering system for Claude Code with hooks, specialized agents, and self-improvement

A developer built a portable engineering system that lives in ~/.claude/ and applies to every project automatically, featuring a 650-line constitution, deterministic hooks that block dangerous commands, three specialized agents, and a self-improving compound engineering approach.

OpenClawRadar
Hawkeye Update Adds Swarm Orchestration, Remote Tasks, and Local Model Support
Tools

Hawkeye Update Adds Swarm Orchestration, Remote Tasks, and Local Model Support

Hawkeye v1.0+ now supports multi-agent swarm orchestration, remote task queuing, and improved Ollama/LM Studio integration. The local-first AI agent flight recorder helps developers track what happens when agents work in repositories.

OpenClawRadar
mcp-optimizer reduces token waste from idle MCP servers in Claude Code
Tools

mcp-optimizer reduces token waste from idle MCP servers in Claude Code

mcp-optimizer is a plugin that addresses token waste from MCP servers in Claude Code by analyzing tool usage and generating optimized configurations. It includes four utilities: mcp-doctor for server health checks, mcp-audit for usage analysis, mcp-optimize for creating project-local configs, and mcp-to-skills for converting tools to on-demand Skills.

OpenClawRadar
🦀
Tools

Using an adversarial Claude chat to catch kickoff ambiguities before they cost you

A developer added a second Claude chat whose only job is to adversarially review kickoffs for ambiguous specs and silent failures, saving an estimated $150-400 in Claude Code rework across a project phase.

OpenClawRadar