Reddit user shares detailed prompt for exporting personal knowledge from AI assistants

A Reddit user has shared a detailed prompt designed to extract structured personal knowledge from AI assistants, positioning it as a more comprehensive alternative to Anthropic's ChatGPT import feature.
Prompt Structure and Requirements
The prompt instructs the AI to perform a "PERSONAL KNOWLEDGE EXPORT" using everything it knows from conversation history, long-term memory (if available), interaction patterns, discussed projects, mentioned goals, and recurring themes in questions. The user specifies this is NOT a personality reflection, motivational writing, or summary, but rather a structured data extraction task.
The prompt requires the AI to export the most important: facts, projects, skills, beliefs, patterns, frameworks, recurring ideas, risks, opportunities, research interests, coined concepts, and strategic directions.
Three JSON Artifacts
The prompt demands exactly three JSON artifacts in this order:
- ARTIFACT 1 — PERSONAL KNOWLEDGE BASE: A JSON object with top-level keys including identity_core, core_life_domains, major_projects, skills_and_capabilities, repeated_thinking_patterns, key_beliefs, long_term_directions, strengths, risks_and_tensions, and highest_leverage_opportunities. Rules specify being concrete and specific, including metrics and proof points when possible, avoiding vague statements, extracting rather than inventing, and labeling uncertain items as "inferred".
- ARTIFACT 2 — IDEAS & FRAMEWORKS EXPORT: A JSON object capturing intellectual frameworks and concepts with sections including core_thesis, umbrella_concepts, operating_system_thinking, ritual_design, collaboration_frameworks, education_and_empowerment, product_strategy_patterns, research_directions, and recurring_questions_you_explore. Rules require capturing named or implied frameworks, giving each concept a definition, and including principles and mental models.
- ARTIFACT 3 — KNOWLEDGE GRAPH: A graph JSON with graph_meta, nodes[], and edges[]. Node types may include thesis, concept, framework, principle, product, pattern, risk, opportunity, value_target, initiative, problem, and strategy. Each node must contain id, type, title, summary, and tags[]. Edges must contain from, type, to, and weight (0.1–1.0). Edge types may include DEFINES, ENABLES, IMPLIES, SOLVES, DEPENDS_ON, MANIFESTS_AS, MEASURED_BY, COMPOSED_OF, REINFORCES, CONSTRAINS, APPLIES_TO, RISKS, and OPPORTUNITY_FOR.
Global Rules
The prompt includes global rules: output valid JSON only, no commentary, no extra text, be maximally information-dense, do not repeat content between artifacts unless necessary, and use "unknown" if truly lacking information.
The Reddit post suggests asking Claude to create an artifact to visualize the JSON output from the export as a bonus.
📖 Read the full source: r/ClaudeAI
👀 See Also

Be My Butler: Multi-Agent Pipeline for AI Code Verification
Be My Butler is an open-source multi-agent pipeline where different AI models review each other's code through blind verification. The system addresses the problem of AI agents incorrectly reporting their own code as functional.

Knowledge Raven: A Searchable Knowledge Base Plugin for Claude
Knowledge Raven is a tool that lets Claude search your documents from sources like Confluence, Notion, Google Drive, Dropbox, and GitHub via a Claude Desktop plugin or MCP server, providing semantic search, keyword search, and full document retrieval.

AutoAgents Rust Framework Adds Python Bindings for Prototyping
AutoAgents, a Rust-based multi-agent framework, now has Python bindings that allow developers to prototype in Python while maintaining the same Rust core runtime, provider interfaces, pipeline model, and agent semantics. The bindings enable experimentation with local AI models without external systems.

apple-music-play OpenClaw skill published on ClawHub for Apple Music search and playback
The apple-music-play skill published on ClawHub enables searching Apple Music's online catalog and playing tracks directly in the macOS Music app, without requiring songs to be in your local library.