← 返回 Skills 市场
237
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-agent-creator
功能描述
创建新的 OpenClaw Agent。用于当用户要求创建新 agent、添加新机器人、配置新模型测试环境时触发。
安全使用建议
This skill appears to do what it says: create agent workspace directories, copy templates, and update your ~/.openclaw/openclaw.json. Before running it, review the templates and back up ~/.openclaw/openclaw.json. If you provide Feishu/Lark credentials (appId/appSecret), note the skill instructs you to place them in openclaw.json (likely plaintext)—consider using a secrets manager or restricting file permissions. Also be mindful when adding agent IDs to agentToAgent.allow or broad channel bindings: limit them to only the agents/accounts you intend to expose. If you want extra assurance, manually perform the steps the first time rather than copying files automatically.
功能分析
Type: OpenClaw Skill
Name: openclaw-agent-creator
Version: 1.0.0
The skill automates the creation of new OpenClaw agents by performing file system operations (mkdir, cp) and modifying the core 'openclaw.json' configuration file. Notably, SKILL.md instructs the agent to solicit sensitive credentials, including 'appSecret' for Feishu integration, to be stored in the local configuration. While these actions are aligned with the stated purpose of an 'Agent Creator,' the automated handling of API secrets and the modification of global application settings represent a high-risk surface area, though no evidence of intentional exfiltration or malicious logic was found.
能力评估
Purpose & Capability
The skill's name/description (agent creator) match the actions it instructs: creating workspace directories, copying agent templates, and updating ~/.openclaw/openclaw.json. Required artifacts (templates, models.json, auth.json) are expected for an agent creator.
Instruction Scope
Instructions explicitly require creating directories and editing the global OpenClaw config (~/.openclaw/openclaw.json). The included templates direct agents to read local memory and logs (MEMORY.md, daily logs, etc.), which is consistent with agent behavior but widens what the created agent will access. No network exfiltration endpoints or obfuscated operations are present in the instructions.
Install Mechanism
No install spec and no code files are executed—this is instruction-only and thus has low installation risk. The skill only copies included templates from the skill path to the workspace.
Credentials
The skill does not request environment variables, but it instructs storing third-party channel credentials (Feishu appId/appSecret) into openclaw.json. Storing secrets in plaintext config files is a security concern; users should be aware they must supply sensitive values and that those values will be written into a local JSON file unless they take alternate precautions.
Persistence & Privilege
always is false and the skill is user-invocable. It does modify a global OpenClaw configuration file (~/.openclaw/openclaw.json), which is expected for creating agents but means it has the ability to change runtime agent lists and bindings. This is proportionate to its purpose but worth being cautious about.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-agent-creator - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-agent-creator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本
元数据
常见问题
OpenClaw Agent 创建器 是什么?
创建新的 OpenClaw Agent。用于当用户要求创建新 agent、添加新机器人、配置新模型测试环境时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 237 次。
如何安装 OpenClaw Agent 创建器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-agent-creator」即可一键安装,无需额外配置。
OpenClaw Agent 创建器 是免费的吗?
是的,OpenClaw Agent 创建器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Agent 创建器 支持哪些平台?
OpenClaw Agent 创建器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Agent 创建器?
由 AxelHu(@axelhu)开发并维护,当前版本 v1.0.0。
推荐 Skills