Create Your First AI Soul in 5 Minutes
What You’ll Build A complete AI persona package — personality, identity, behavioral rules, and memory — ready to use with any SOUL.md-compatible agent framework. Time: ~5 minutes Prerequisites: Node.js 18+ Step 1: Initialize npx clawsouls init # Use --spec 0.5 for robotics/embodied agents: npx clawsouls init my-robot --spec 0.5 You’ll be prompted for basic info: ? Soul name: my-assistant ? Display name: My Assistant ? Description: A helpful, concise coding partner ? Author: your-github-username ? License: MIT This creates a directory with Soul Spec v0.4 files: ...