create_agent

Automatically create a new OpenClaw agent, translate its name, and initialize its persona/system prompt based on user requests.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "create_agent" with this command: npx skills add freesaber/agent-creator-skill

Agent Creator Skill

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.

SOP (Standard Operating Procedure):

  1. Translation: Translate the requested role into a short English snake_case string. This will be the <agent_name_en>.
  2. Language Matching: Detect the primary language of the user's request. Use that language for both <agent_display_name> and <identity_prompt>, unless the user explicitly asks for another language.
  3. Persona Generation: Generate a professional, highly detailed system prompt for this specific role. This will be the <identity_prompt>.
  4. Execution: Choose the script that matches the user's operating system:
    • On Linux, macOS, WSL, or Git Bash:
    bash {baseDir}/create_agent.sh "<agent_name_en>" "<agent_display_name>" "<identity_prompt>"
    
    • On native Windows PowerShell:
    powershell -ExecutionPolicy Bypass -File "{baseDir}/create_agent.ps1" -AgentId "<agent_name_en>" -DisplayName "<agent_display_name>" -IdentityPrompt "<identity_prompt>"
    

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

WeChat Group Operator

WeChat group operations automation for Windows desktop WeChat. Use when the user wants to run recurring group engagement workflows such as morning questions,...

Registry SourceRecently Updated
Automation

Cincopa

Cincopa integration. Manage data, records, and automate workflows. Use when the user wants to interact with Cincopa data.

Registry SourceRecently Updated
Automation

Chartiq

ChartIQ integration. Manage data, records, and automate workflows. Use when the user wants to interact with ChartIQ data.

Registry SourceRecently Updated
Automation

Chef

Chef integration. Manage data, records, and automate workflows. Use when the user wants to interact with Chef data.

Registry SourceRecently Updated