User Cognitive Profiles
🤖🤝🧠 Discover your communication patterns with AI
Overview
This OpenClaw skill analyzes your ChatGPT conversation history to identify cognitive archetypes — recurring patterns in how you think, communicate, and collaborate with AI.
Quick Start
-
Export your ChatGPT data:
- ChatGPT → Settings → Data Controls → Export Data
- Download the ZIP from your email
- Extract to get
conversations.json
-
Install dependencies:
pip3 install -r requirements.txt -
Run analysis:
python3 scripts/analyze_profile.py \ --input conversations.json \ --output my-profile.json \ --archetypes 3 -
Apply insights:
- Review
my-profile.json - Add relevant insights to your
SOUL.mdorAGENTS.md
- Review
Files
SKILL.md— Full documentationscripts/analyze_profile.py— Analysis toolexamples/— Sample profiles and configurationsreferences/— Technical methodology
License
MIT


