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

Open-Source Claude Code Plugins for Agentic Commerce Protocols
OrcaQubits has released eight open-source Claude Code plugins that implement agentic commerce protocols including UCP, ACP, AP2, and A2A, with MIT licensing and support for platforms like Magento 2, BigCommerce, and WooCommerce.

n8n-mcp-lite: MCP server reduces token usage by 80% for Claude with n8n workflows
A new open-source Model Context Protocol server called n8n-mcp-lite helps Claude reason about n8n automation workflows while reducing token usage by approximately 80%. The tool addresses the token-heavy nature of visual node automations by providing targeted workflow scanning and surgical updates.

Databasus PostgreSQL Backup Tool Gains Anthropic Open Source Support
Anthropic has recognized the open source database backup tool Databasus through their Claude for Open Source program, providing maintainers with free access to Claude Max. The tool supports PostgreSQL, MySQL, MariaDB, and MongoDB with scheduled backups, 70+ storage destinations, and AES-256-GCM encryption.

CipherClaw: Using a Security Persona to Audit Code with Claude
A developer used CipherClaw, a CLAUDE.md persona called TALON, to make Claude Code think like a security architect. Running it on a Next.js app revealed 17 security findings including critical vulnerabilities like unauthenticated endpoints returning admin data and hardcoded auth tokens.