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

Reducing Multi-Modal Agent Latency by Omitting Screenshot History
A developer found that omitting previous screenshots from multi-modal agent requests and replacing base64 image data with "[image omitted]" strings significantly reduces latency while maintaining performance. The experiment was conducted using Claude and documented on GitHub.

SMELT compiler reduces OpenClaw workspace token usage by up to 95%
SMELT compiles OpenClaw workspace markdown files into a denser runtime form, sending only relevant content to AI models. Benchmarks show token reductions from 76.1% to 95.5% on queries, avoiding reprocessing of static files like USER.md and SOUR.md on every message.

TigrimOS v1.1.0 and Tiger CoWork v0.5.0 released with remote agent swarms and configurable governance
TigrimOS v1.1.0 and Tiger CoWork v0.5.0 released today add swarm-to-swarm communication between remote instances and five configurable governance protocols. Both are self-hosted, free, and open source.

ClawControl iOS client released for OpenClaw self-hosted servers
ClawControl v1.50 is now available on iOS as a privacy-focused mobile client for self-hosted OpenClaw/Claw servers. The open-source app enables real-time chat with streaming responses, agent management, and session control from mobile devices.