Install
openclaw skills install agent-creator-skillAutomatically create a new OpenClaw agent, translate its name, and initialize its persona/system prompt based on user requests.
openclaw skills install agent-creator-skillWhen a user asks you to create a new agent, assistant, or proxy (e.g., "创建一个Java高级开发的代理", "Help me build a product manager agent"), you MUST use this skill to accomplish the task.
<agent_name_en>.<agent_display_name> and <identity_prompt>, unless the user explicitly asks for another language.<identity_prompt>.bash {baseDir}/create_agent.sh "<agent_name_en>" "<agent_display_name>" "<identity_prompt>"
powershell -ExecutionPolicy Bypass -File "{baseDir}/create_agent.ps1" -AgentId "<agent_name_en>" -DisplayName "<agent_display_name>" -IdentityPrompt "<identity_prompt>"