← Back to Skills Marketplace
axelhu

OpenClaw Agent 创建器

by AxelHu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
237
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-agent-creator
Description
创建新的 OpenClaw Agent。用于当用户要求创建新 agent、添加新机器人、配置新模型测试环境时触发。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-agent-creator
  3. After installation, invoke the skill by name or use /openclaw-agent-creator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本
Metadata
Slug openclaw-agent-creator
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is OpenClaw Agent 创建器?

创建新的 OpenClaw Agent。用于当用户要求创建新 agent、添加新机器人、配置新模型测试环境时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 237 downloads so far.

How do I install OpenClaw Agent 创建器?

Run "/install openclaw-agent-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenClaw Agent 创建器 free?

Yes, OpenClaw Agent 创建器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenClaw Agent 创建器 support?

OpenClaw Agent 创建器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenClaw Agent 创建器?

It is built and maintained by AxelHu (@axelhu); the current version is v1.0.0.

💬 Comments