← 返回
未分类 中文

agent-creator-skill

Automatically create a new OpenClaw agent, translate its name, and initialize its persona/system prompt based on user requests.
自动创建新的OpenClaw代理,翻译其名称,并根据用户请求初始化其人格/系统提示词
freesaber freesaber 来源
未分类 clawhub v1.0.6 1 版本 99885.5 Key: 无需
★ 1
Stars
📥 852
下载
💾 0
安装
1
版本
#latest

概述

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 .
  2. Language Matching: Detect the primary language of the user's request. Use that language for both and , 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 .
  4. Execution: Choose the script that matches the user's operating system:
    • On Linux, macOS, WSL, or Git Bash:

```bash

bash {baseDir}/create_agent.sh "" "" ""

```

  • On native Windows PowerShell:

```powershell

powershell -ExecutionPolicy Bypass -File "{baseDir}/create_agent.ps1" -AgentId "" -DisplayName "" -IdentityPrompt ""

```

版本历史

共 1 个版本

  • v1.0.6 当前
    2026-05-01 05:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,402 📥 323,492
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 840 📥 317,393
ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,480 📥 542,921