← 返回 Skills 市场
lidian6864677

agent-creator

作者 Dian · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
342
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sub-agent-creator
功能描述
Full workflow for creating an OpenClaw Agent. Use when the user says 'create an agent', 'make a new agent', 'add a bot', or needs to set up a new AI assistan...
安全使用建议
This skill appears to do exactly what it claims (scaffold an OpenClaw agent) and contains a helper script that will modify ~/.openclaw/openclaw.json, copy main agent config files, create workspace folders, and restart the OpenClaw gateway. Before installing or running it: (1) review the helper script (included) yourself or run it in a safe/test environment; (2) back up ~/.openclaw/openclaw.json (the script already does a backup, but keep your own copy if you're cautious); (3) inspect models.json and auth-profiles.json in your main agent — auth-profiles.json can contain secrets and will be copied into the new agent directory; (4) be prepared to manually restart the gateway if the automatic restart fails; and (5) only run this if you trust the skill source or prefer to execute the steps manually to maintain control.
功能分析
Type: OpenClaw Skill Name: sub-agent-creator Version: 1.0.1 The skill bundle automates the creation of new OpenClaw agents, which involves high-risk operations such as modifying the primary 'openclaw.json' configuration and copying sensitive credential files ('auth-profiles.json', 'models.json') that likely contain API keys. The accompanying Python script 'scripts/agent_creator.py' is vulnerable to path traversal because it fails to validate the 'agent_id' input before using it to construct file system paths for directory creation and configuration entries. While these capabilities are plausibly needed for the stated purpose of agent scaffolding, the combination of credential handling, system-level configuration changes, and unvalidated input represents a significant security risk.
能力评估
Purpose & Capability
The name/description match the behavior: creating workspace and agent directories, scaffolding SOUL.md/etc., copying main agent runtime configs, updating ~/.openclaw/openclaw.json, and restarting the gateway. No unrelated services, env vars, or binaries are requested.
Instruction Scope
SKILL.md and the helper script instruct the agent to read and modify local OpenClaw files (openclaw.json, copying models.json and auth-profiles.json) and to run 'openclaw gateway restart'. These actions are within the scope of creating an agent but are high-impact (overwrite config, enable bindings, restart service) and should be run only with user consent and after review.
Install Mechanism
No install spec or external downloads. This is instruction-only plus a contained helper script included in the bundle — low-risk from an install perspective.
Credentials
The skill requests no environment variables, which is appropriate. However it copies auth-profiles.json from the main agent into the new agent directory; that file may contain sensitive credentials or tokens. Copying those credentials is coherent with agent setup but is a sensitive operation the user should verify.
Persistence & Privilege
always is false and the skill does not request persistent platform-wide privileges. It does write to openclaw.json (its own platform config) and creates persistent files in the user's ~/.openclaw directory — expected for this purpose. Autonomous invocation remains possible (platform default) but is not a new privilege introduced by this skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install sub-agent-creator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /sub-agent-creator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated description for clarity and conciseness, with no changes to workflow or features. - No changes to functionality or files; only documentation text updates. - All setup steps, directory structure, and usage instructions remain the same.
v1.0.0
**Major update: The skill now automates full OpenClaw agent setup, replacing previous packaging workflow.** - Replaces previous identity file packaging with an automated, end-to-end agent creation and configuration flow. - Guides user through gathering agent details (ID, name, purpose, bindings). - Automates creation of workspace and runtime directories, and generates all required workspace files (SOUL.md, AGENTS.md, etc). - Handles copying of necessary config files and updating openclaw.json with new agent entries and peer bindings. - Provides clear, step-by-step install and verification instructions, including how to restart the gateway and customize the agent. - Removes legacy bundler scripts and workspace template files; introduces a single agent_creator.py helper script and template documentation.
元数据
Slug sub-agent-creator
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

agent-creator 是什么?

Full workflow for creating an OpenClaw Agent. Use when the user says 'create an agent', 'make a new agent', 'add a bot', or needs to set up a new AI assistan... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 342 次。

如何安装 agent-creator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install sub-agent-creator」即可一键安装,无需额外配置。

agent-creator 是免费的吗?

是的,agent-creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

agent-creator 支持哪些平台?

agent-creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 agent-creator?

由 Dian(@lidian6864677)开发并维护,当前版本 v1.0.1。

💬 留言讨论