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

  1. Export your ChatGPT data:

    • ChatGPT → Settings → Data Controls → Export Data
    • Download the ZIP from your email
    • Extract to get conversations.json
  2. Install dependencies:

    pip3 install -r requirements.txt
    
  3. Run analysis:

    python3 scripts/analyze_profile.py \
      --input conversations.json \
      --output my-profile.json \
      --archetypes 3
    
  4. Apply insights:

    • Review my-profile.json
    • Add relevant insights to your SOUL.md or AGENTS.md

Files

  • SKILL.md — Full documentation
  • scripts/analyze_profile.py — Analysis tool
  • examples/ — Sample profiles and configurations
  • references/ — Technical methodology

License

MIT