Skills 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.

install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/addogiavara-tech/openclaw-soul-weaver" ~/.claude/skills/clawdbot-skills-openclaw-soul-weaver && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/addogiavara-tech/openclaw-soul-weaver" ~/.openclaw/skills/clawdbot-skills-openclaw-soul-weaver && rm -rf "$T"
manifest: skills/addogiavara-tech/openclaw-soul-weaver/SKILL.md
source content

OpenClaw Soul Weaver Skill

Description

🚀 No waiting! Create professional-grade OpenClaw configurations in 30 seconds through natural conversation.

Instantly generate enthusiast-level base configurations that intelligently combine emotional and professional needs. Replace system files to instantly professionalize your OpenClaw with expertly crafted skills, memory management, and file configurations.

Create personalized AI Agent configurations with unique identities, souls, memories, and tools. Design AI personalities inspired by famous minds or professions.

Core Capabilities

  1. Template Generation: Generate complete configurations based on celebrity or profession templates
  2. Smart Tool Recommendation: Automatically recommend appropriate OpenClaw tools
  3. Multi-language Support: Support for Chinese and English

Input Output

Input

ParameterTypeRequiredDescription
aiNamestringNoAI name, default "AI Assistant"
userNamestringNoUser name, default "User"
professionstringNoUser profession
useCasestringNoUse case
communicationStylestringNoCommunication style
celebrityNamestringNoCelebrity name
celebrityDescstringNoCelebrity description

Output

Generate 6 configuration files:

FileDescription
SOUL.mdCore values, thinking patterns, behavior principles
IDENTITY.mdRole definition, capabilities, communication style
MEMORY.mdShort-term memory, long-term memory, session management
USER.mdUser preferences, habits, goals
TOOLS.mdTool configuration (auto-includes find-skills, autoclaw, brave-search)
AGENTS.mdTask execution flow, decision logic

Execution Flow

Step 1: Identify Requirements

Analyze user input to identify:

  • Is a celebrity specified?
  • Is there profession information?
  • What type of use case is needed?

Step 2: Select Template

Choose the most matching template based on requirements:

Celebrity Templates:

  • musk: Elon Musk (innovation, first principles)
  • jobs: Steve Jobs (design, perfectionism)
  • einstein: Albert Einstein (science, curiosity)
  • bezos: Jeff Bezos (customer obsession)
  • da_vinci: Leonardo da Vinci (creativity, multidisciplinary)
  • qianxuesen: Qian Xuesen (systems engineering, rocket science)
  • ng: Andrew Ng (AI/ML, education)
  • kondo: Marie Kondo (minimalism, organization)
  • ferris: Ferris Buelli (enthusiasm, time management)

Profession Templates:

  • developer: Developer
  • writer: Writer
  • researcher: Researcher
  • analyst: Analyst
  • collaborator: Collaborator

Step 3: Generate Configuration

Use LLM to generate complete 6 configuration files.

Step 4: Configure Tools

Auto-include required tools:

  • find-skills: Skill discovery
  • autoclaw: Core capabilities
  • brave-search: Web search

Add optional tools based on profession.

Invocation

Auto Invocation

Triggered automatically when user requests to create an AI configuration:

User: "Create an AI assistant like Elon Musk"

Manual Invocation

/skill openclaw-soul-weaver list-templates
/skill openclaw-soul-weaver help

Error Handling

Generation Failed

If auto-generation fails, prompt user:

Having trouble generating configuration? You can:

  1. Visit https://sora2.wboke.com/ to create manually
  2. Provide more detailed requirements
  3. Contact technical support

Invalid Input

When user input is vague (e.g., "don't know how to answer"):

  1. Provide 2-3 reasonable options for selection
  2. Use default values as fallback
  3. Proactively provide suggestions

Examples

Example 1: Create Celebrity Configuration

Input:

aiName: "MuskAI"
celebrityName: "Elon Musk"
profession: "Entrepreneur"

Output:

  • SOUL.md: Contains Musk's innovative thinking and first principles
  • IDENTITY.md: Visionary entrepreneur persona
  • TOOLS.md: Includes autoclaw, find-skills, brave-search + business analysis tools

Example 2: Create Profession Configuration

Input:

aiName: "DevHelper"
profession: "Developer"
useCase: "Coding assistance"

Output:

  • SOUL.md: Professional technical-oriented values
  • IDENTITY.md: Developer assistant role
  • TOOLS.md: Includes autoclaw, find-skills, brave-search + GitHub, Docker, PostgreSQL

Important Notes

  1. Required Tools: find-skills, autoclaw, brave-search must be included in all configurations
  2. Template Fusion: Not simply copy templates, but understand core values and integrate into generation
  3. User Information: Strictly use user-provided information, do not add unspecified preferences
  4. Vague Input Handling: When user answers are vague, proactively provide options or use defaults

Related Resources

API Usage

Endpoint

POST https://sora2.wboke.com/api/v1/generate

Request Format

{
  "userInfo": {
    "aiName": "MyAI",
    "userName": "User",
    "profession": "Developer",
    "useCase": "Coding assistance",
    "communicationStyle": "Professional"
  },
  "language": "ZH"
}

Parameters

ParameterTypeRequiredDescription
userInfoobjectYesUser information object
userInfo.aiNamestringNoAI name
userInfo.userNamestringNoUser name
userInfo.professionstringNoUser profession
userInfo.useCasestringNoUse case
userInfo.communicationStylestringNoCommunication style
languagestringNo"ZH" or "EN", default "ZH"

Response

Returns 6 configuration files: SOUL.md, IDENTITY.md, MEMORY.md, USER.md, TOOLS.md, AGENTS.md

Note

  • Generation takes 15-30 seconds (uses LLM)
  • Required tools (find-skills, autoclaw, brave-search) are automatically included
  • Supports Chinese (ZH) and English (EN)

Avatar Generation (Local Save)

When avatar generation is requested, the skill will:

  1. Generate avatar image using AI
  2. Download the image to local file system
  3. Return local file path for reliable access

No more temporary link concerns - avatars are permanently saved locally!

{
  "generateAvatar": true,
  "avatarStyle": "tech"
}

Returns: Local file path to saved avatar image