← 返回
内容创作 Key

Soul Weaver

AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tec...
AI灵魂编织者 -12个精选名人模板 + 自定义生成。通过对话或从12个世界著名技术模板中选择,生成OpenClaw代理配置。
addogiavara-tech
内容创作 clawhub v1.0.3 2 版本 100000 Key: 需要
★ 0
Stars
📥 668
下载
💾 9
安装
2
版本
#agent personality design#ai agent#ai agent configuration#ai assistant#ai-persona-os#batch agent configuration#batch generation#latest#open claw#open claw soul#openclaw#openclaw ;soul-weaver ;ai ;agent ;configuration ;template ;generator#soul#soul craft#soul weaver#soul-weaver#soul.md#soul.md template#zero hardcoded credentials

概述

🎭 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

📋 12 Curated Templates

💻 Tech (2)

IDNameDomainSpecialty
-----------------------------
linus-torvaldsLinus TorvaldsSystems ProgrammingLinux, Git, C
guido-van-rossumGuido van RossumPythonPython, language design

🚀 Startup (2)

IDNameDomainSpecialty
-----------------------------
elon-muskElon MuskInnovationEngineering, disruption
steve-jobsSteve JobsProduct DesignDesign, UX

🔬 Science (2)

IDNameDomainSpecialty
-----------------------------
albert-einsteinAlbert EinsteinTheoretical PhysicsRelativity
alan-turingAlan TuringComputer ScienceAI, cryptography

💼 Business (2)

IDNameDomainSpecialty
-----------------------------
bill-gatesBill GatesTech & PhilanthropyProblem solving
satya-nadellaSatya NadellaEnterpriseCloud, transformation

👔 Leadership (2)

IDNameDomainSpecialty
-----------------------------
zhang-yimingZhang YimingAI & GlobalAI recommendation
ren-zhengfeiRen ZhengfeiTech R&DTech independence

⚡ Performance (2)

IDNameDomainSpecialty
-----------------------------
andrew-ngAndrew NgAI EducationML, education
jensen-huangJensen HuangHardware & AIGPU, 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:

FileDescription
-------------------
SOUL.mdCore values and behavioral principles
IDENTITY.mdRole definition and capabilities
USER.mdUser preferences and goals
MEMORY.mdMemory management system
TOOLS.mdTool configuration (6 required tools)
AGENTS.mdTask execution flow
HEARTBEAT.mdHeartbeat checklist
KNOWLEDGE.mdDomain knowledge
SECURITY.mdSecurity guidelines
WORKFLOWS.mdRepeatable 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

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

{
  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/

版本历史

共 2 个版本

  • v1.0.0
    2026-03-30 22:02 安全 安全
  • v1.0.3 当前
    2026-03-18 21:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,131
productivity

AutoClaw Browser Automation

addogiavara-tech
具备MCP协议支持以及Chrome扩展功能的完整浏览器自动化技能
★ 0 📥 1,513
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 857 📥 199,269