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.
Best use case
soul-weaver is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tech & business leaders.
Teams using soul-weaver should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/soul-weaver/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How soul-weaver Compares
| Feature / Agent | soul-weaver | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tech & business leaders.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agent for Cold Email Generation
Discover AI agent skills for cold email generation, outreach copy, lead personalization, CRM support, and sales-adjacent messaging workflows.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# 🎭 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:
```javascript
// 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
```javascript
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**
```javascript
// 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**
```javascript
// 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**
```javascript
// 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:
```javascript
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
---
## 📋 12 Curated Templates
### 💻 Tech (2)
| ID | Name | Domain | Specialty |
|----|------|--------|-----------|
| linus-torvalds | Linus Torvalds | Systems Programming | Linux, Git, C |
| guido-van-rossum | Guido van Rossum | Python | Python, language design |
### 🚀 Startup (2)
| ID | Name | Domain | Specialty |
|----|------|--------|-----------|
| elon-musk | Elon Musk | Innovation | Engineering, disruption |
| steve-jobs | Steve Jobs | Product Design | Design, UX |
### 🔬 Science (2)
| ID | Name | Domain | Specialty |
|----|------|--------|-----------|
| albert-einstein | Albert Einstein | Theoretical Physics | Relativity |
| alan-turing | Alan Turing | Computer Science | AI, cryptography |
### 💼 Business (2)
| ID | Name | Domain | Specialty |
|----|------|--------|-----------|
| bill-gates | Bill Gates | Tech & Philanthropy | Problem solving |
| satya-nadella | Satya Nadella | Enterprise | Cloud, transformation |
### 👔 Leadership (2)
| ID | Name | Domain | Specialty |
|----|------|--------|-----------|
| zhang-yiming | Zhang Yiming | AI & Global | AI recommendation |
| ren-zhengfei | Ren Zhengfei | Tech R&D | Tech independence |
### ⚡ Performance (2)
| ID | Name | Domain | Specialty |
|----|------|--------|-----------|
| andrew-ng | Andrew Ng | AI Education | ML, education |
| jensen-huang | Jensen Huang | Hardware & AI | GPU, AI |
---
## 🎯 Features
### 1. Dialog-based Selection
Tell me your needs, I'll recommend the right template:
- "I need a tech assistant" → Recommend tech category
- "I want an entrepreneur style" → Recommend startup category
### 2. Custom Creation
Answer 5 simple questions to create a fully customized AI personality:
1. What is the core responsibility?
2. Describe personality in 3 words
3. What should it absolutely not do?
4. How autonomous?
5. What do you hate most about AI?
### 3. Complete Configuration
Each template includes 10 configuration files:
| File | Description |
|------|-------------|
| SOUL.md | Core values and behavioral principles |
| IDENTITY.md | Role definition and capabilities |
| USER.md | User preferences and goals |
| MEMORY.md | Memory management system |
| TOOLS.md | Tool configuration (6 required tools) |
| AGENTS.md | Task execution flow |
| HEARTBEAT.md | Heartbeat checklist |
| KNOWLEDGE.md | Domain knowledge |
| SECURITY.md | Security guidelines |
| WORKFLOWS.md | Repeatable processes |
---
## 🔐 AI Soul Weaver Cloud API
### API Information
- **Service Name**: AI Soul Weaver Cloud
- **API Endpoint**: `https://sora2.wboke.com/api/v1/template`
- **Authentication**: Bearer Token (API Key)
- **Description**: Connects to AI Soul Weaver to generate agent architectures
### How to Get Your API Key
1. **Visit Official Website**: https://sora2.wboke.com
2. **Register Account**: Create your developer account
3. **Apply for API Access**: Request API key in dashboard
4. **Receive Credentials**: Get your unique `auth_token`
5. **Review Terms**: Accept service agreement
### Usage Instructions
```javascript
const result = await skills.soulWeaver.handler({
apiKey: 'sk-your-actual-token-here', // ← Replace with your actual token
apiEndpoint: 'https://sora2.wboke.com/api/v1/template',
aiName: 'YourAI_Name',
templateId: 'template-name',
userName: 'YourName',
language: 'EN'
});
```
### Important Notes
- 🔒 **Never share your API key** - Keep it confidential
- 📋 **Use correct endpoint** - `https://sora2.wboke.com/api/v1/template`
- ⚠️ **Token format** - Should start with `sk-` followed by your unique token
- 🛡️ **Security** - Treat API keys like passwords
### Troubleshooting
- If API returns errors, check:
- ✅ API endpoint is correct
- ✅ Token is valid and properly formatted
- ✅ Internet connection is stable
- ✅ Service status at https://sora2.wboke.com
*For API issues, contact AI Soul Weaver Cloud support*
---
## 📦 Generated Files Example
```javascript
{
success: true,
files: {
'SOUL.md': '# SOUL.md - ...',
'IDENTITY.md': '# IDENTITY.md - ...',
// ... 10 files
},
template: {
id: 'elon-musk',
name: 'Elon Musk',
category: 'startup'
},
requiredTools: ['Reddit', 'Agent Browser', 'AutoClaw', 'Find Skills', 'Summarize', 'healthcheck']
}
```
---
*Generated by AI Soul Weaver — https://sora2.wboke.com/*Related Skills
soulflow
General-purpose AI workflow framework for OpenClaw. Build custom multi-step workflows for any task — dev, ops, research, content, or automation. Ships with dev workflow examples.
soulmate
AI恋爱模拟器 - 让你的 Agent 成为懂你的灵魂伴侣 💕
better-soul
Write powerful SOUL.md files for AI agents. Use when creating, revising, or improving SOUL.md (the personality document for AI agents). Based on Anthropic's Claude soul document principles and SoulSpec standard.
soul-architect
Call when creating/updating STYLE_MANIFESTO persona source code.
Soulcraft — Agent Identity Design
## Trigger
soul-generator
为 OpenClaw 生成独特的 AI 人格配置,基于 6-Section SOUL.md 框架
openclaw-soul-weaver
No waiting! Create professional-grade OpenClaw configurations in 30 seconds through natural conversation. Instantly generate enthusiast-level base configs that intelligently combine emotional and professional needs.
soul
Browse categories, preview, apply, and restore OpenClaw SOUL.md personas from a curated remote catalog. Use for /soul categories, /soul list <category>, /soul show <id>, /soul apply <id>, /soul current, /soul restore, /soul refresh, and /soul search <text>.
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.