Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.3 KB

File metadata and controls

36 lines (24 loc) · 1.3 KB

soul-creator

Audit License OpenClaw

Automatically generates SOUL.md and STYLE.md templates based on agent purpose to eliminate manual setup work.

Features

  • Generate customized SOUL.md templates based on agent purpose and personality
  • Create STYLE.md files with appropriate writing tones and voice guidelines
  • Validate generated templates against OpenClaw standards
  • Export templates directly to workspace
  • Support multiple agent types (developer, assistant, automation)
  • Four tone profiles (professional, friendly, technical, casual)
  • Zero external dependencies

Usage

# With defaults (developer type, professional tone)
node scripts/main.js --purpose "A coding assistant that helps with Python"

# Specify type, tone, and output directory
node scripts/main.js --type assistant --purpose "Customer support bot" --tone friendly --output ./my-agent

# Automation agent
node scripts/main.js --type automation --purpose "CI/CD pipeline manager" --tone technical --output ./deployer

GitHub

Source code: github.com/NeoSkillFactory/soul-creator

License

MIT © NeoSkillFactory