user-cognitive-profiles
⚠Review·Scanned 2/18/2026
This skill analyzes local ChatGPT export files to generate user cognitive profiles and agent configuration snippets. It includes shell commands such as python3 scripts/analyze_profile.py, reads/writes ~/.openclaw/my-cognitive-profile.json and ~/.openclaw/my-archetypes.yaml, can load the external dataset allenai/WildChat-1M, and recommends edits to SOUL.md/AGENTS.md.
from clawhub.ai·vb27e2db·81.1 KB·0 installs
Scanned from 1.0.0 at b27e2db · Transparency log ↗
$ vett add clawhub.ai/sebastianffx/user-cognitive-profilesReview findings below
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