/install agent-creator-skill
\r \r
Agent Creator Skill\r
\r When 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.\r \r
SOP (Standard Operating Procedure):\r
\r
- Translation: Translate the requested role into a short English snake_case string. This will be the
\x3Cagent_name_en>.\r - Language Matching: Detect the primary language of the user's request. Use that language for both
\x3Cagent_display_name>and\x3Cidentity_prompt>, unless the user explicitly asks for another language. - Persona Generation: Generate a professional, highly detailed system prompt for this specific role. This will be the
\x3Cidentity_prompt>.\r - Execution: Choose the script that matches the user's operating system:
- On Linux, macOS, WSL, or Git Bash:
bash {baseDir}/create_agent.sh "\x3Cagent_name_en>" "\x3Cagent_display_name>" "\x3Cidentity_prompt>"- On native Windows PowerShell:
powershell -ExecutionPolicy Bypass -File "{baseDir}/create_agent.ps1" -AgentId "\x3Cagent_name_en>" -DisplayName "\x3Cagent_display_name>" -IdentityPrompt "\x3Cidentity_prompt>"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-creator-skill - After installation, invoke the skill by name or use
/agent-creator-skill - Provide required inputs per the skill's parameter spec and get structured output
What is agent-creator-skill?
Automatically create a new OpenClaw agent, translate its name, and initialize its persona/system prompt based on user requests. It is an AI Agent Skill for Claude Code / OpenClaw, with 384 downloads so far.
How do I install agent-creator-skill?
Run "/install agent-creator-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is agent-creator-skill free?
Yes, agent-creator-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does agent-creator-skill support?
agent-creator-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created agent-creator-skill?
It is built and maintained by freesaber (@freesaber); the current version is v1.0.6.