| name | writing-agent-creator |
| description | Generate writing agent configurations for OpenClaw. Use when the user wants to:
(1) Create specialized writing agents (tech, marketing, academic, business, creative)
(2) Add custom agent templates (persisted, won't be overwritten)
(3) Generate sub-agent spawn instructions
(4) List available agent templates
IMPORTANT: This skill GENERATES configs - it does NOT modify user's existing files.
User custom templates are saved to ~/.openclaw/workspace/agent-templates/ |
Writing Agent Creator
Create customized writing agents with persistent user templates.
Template System
📁 User Templates (Highest Priority)
~/.openclaw/workspace/agent-templates/
- ✅ Persistent - Never overwritten by skill updates
- ✅ Highest priority - Override system templates with same ID
- ✅ User full control - Create, edit, delete anytime
- ✅ Auto-detected - Skill automatically finds and loads them
📁 System Templates (Fallback)
~/.openclaw/workspace/skills/writing-agent-creator/references/agent-registry.md
- Built-in templates
- Updated with skill updates
- Cannot be modified by user directly
- User can override by creating user template with same ID
Template Resolution Order
- Check user templates first (
~/.openclaw/workspace/agent-templates/)
- If not found, check system templates
- If user template has same ID as system template → user wins
Commands
List Templates
/writing-agent-creator list
Shows all available templates (system + user)
Create Agent