ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

soul-weaver

AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tech & business leaders.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/addogiavara-tech/soul-weaver
Or

🎭 AI Soul Weaver

12 Curated Celebrity Templates + Custom Generation - Choose a unique personality config for your AI assistant

Select templates through dialog or describe your needs, and we'll help you create the perfect AI personality configuration.

🚀 Quick Start

Mode 1: Dialog Selection (Recommended for Beginners)

Simply tell me what you want:

// Basic template selection
"I want to use Elon Musk template"
"Show me all templates"
"Create a custom AI assistant"

// Category-based selection  
"Show me tech templates"
"Which templates are for startups?"
"I need a science-themed assistant"

// Feature-based selection
"I want the most innovative template"
"Which template is best for design?"
"Show me templates good for strategic thinking"

Mode 2: Direct API Specification

const result = await skills.soulWeaver.handler({
  apiKey: 'your-api-key',        // Get from https://sora2.wboke.com
  aiName: 'MyAI',
  templateId: 'elon-musk',      // Or other template IDs from 12 templates
  userName: 'User',
  language: 'EN' // or 'CN'
});

🔧 Implementation Strategies

Strategy 1: Incremental Update (Recommended)

Preserve your configuration while adding new capabilities

// Step-by-Step Process:
1. Backup current configuration first!
2. Apply only SOUL.md from template (core mindset)
3. Apply IDENTITY.md from template (capabilities)  
4. Keep USER.md, TOOLS.md, MEMORY.md unchanged
5. Test and validate the fusion
6. Gradually apply other files if needed

Strategy 2: Fusion Mode

Blend template features with your existing personality

// Fusion Process:
1. Analyze your current configuration
2. Identify key traits to preserve
3. Select complementary template features  
4. Create custom fusion configuration
5. Test and refine the blended personality

Strategy 3: Full Replacement (Use with Caution)

Complete template implementation

// Full Replacement Process:
1. Complete backup of all files
2. Apply all 10 template files
3. Manually restore critical personal settings
4. Test thoroughly 
5. Adjust as needed

🛡️ Backup Procedure (CRITICAL)

Always Backup Before Changes:

const backupDir = `D:\\backup_${getTimestamp()}`;

// Backup these core files:
- SOUL.md (your core personality)
- IDENTITY.md (your capabilities)  
- USER.md (user preferences)
- MEMORY.md (long-term memory)
- TOOLS.md (tool configurations)

🎯 Recommended Usage Pattern

For Technical Users:

  1. Start with linus-torvalds or guido-van-rossum
  2. Use incremental update strategy
  3. Focus on problem-solving enhancements

For Business Users:

  1. Start with elon-musk or steve-jobs
  2. Use fusion mode for innovation + execution
  3. Focus on strategic thinking

For Creative Users:

  1. Start with leonardo-da-vinci or albert-einstein
  2. Use fusion mode for creative + analytical blend
  3. Focus on innovative solutions

Metadata

Stars3875
Views0
Updated2026-04-07
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-addogiavara-tech-soul-weaver": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#openclaw#soul-weaver#ai#agent#configuration#template#persona
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.