openclaw-agent-creator
OpenClaw Agent Creator
This skill helps you create a new OpenClaw "agent persona" by generating a clean workspace and the standard bootstrap files.
Quick Start
- Create a new workspace directory with templates:
python3 "$SKILL_ROOT/scripts/init_workspace.py" \
--workspace "$HOME/.openclaw/workspace-myprofile" \
--agent-name "Claw" \
--agent-vibe "sharp, concise, helpful" \
--agent-emoji ":lobster:" \
--user-name "tumf" \
--user-language "Japanese" \
--create-today-log
More from tumf/skills
firecrawl
|
62opencode-agent-creator
Create specialized OpenCode agents with proper configuration for primary agents and subagents. Use when the user wants reusable OpenCode agent profiles, needs `agent/*.md` files or `opencode.jsonc` agent entries, wants to configure prompts/models/tool access, or needs to split work between a primary agent and subagents safely.
51agentic-cli-design
|
22opencode-command-creator
Create custom OpenCode commands with proper structure, trigger descriptions, arguments, and configuration. Use when the user wants reusable slash/command workflows in OpenCode, needs `.opencode/commands/*.md` or `opencode.jsonc` entries, wants command templates with `$ARGUMENTS`, or needs to override/extend built-in commands safely.
21product-improvement-proposal
Propose concrete, high-leverage product/UX improvements to increase a software project's appeal and retention. Use when asked to generate product improvement proposals, UX ideas, onboarding/doc improvements, packaging/pricing positioning suggestions grounded in repo evidence, and prioritized MVP plans (ideation only; no implementation).
18clawdbot-config
Comprehensive Clawdbot configuration and skills system management. Use when working with Clawdbot setup, configuration files, creating/modifying AgentSkills-compatible skills with YAML frontmatter, troubleshooting agent behavior, managing channels, workspace, sandbox, or multi-agent routing.
15