← 返回 Skills 市场
moistenxx

Agent Create Config

作者 Moistenxx · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
434
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-create-config
功能描述
创建 OpenClaw 专属员工 Agent 的完整配置流程。 融合「one-person-company」和「agentgener」两个技能,支持从需求收集到 Agent 上线的完整闭环。 当用户需要创建新 Agent、创建新的机器人、制作一个新 Agent 时触发。
使用说明 (SKILL.md)

Agent 新建配置 - 完整流程

概述

本技能是「一人公司 Agent 创建」与「OpenClaw Agent 绑定配置」的融合体,提供从需求收集到 Agent 正式上线的完整流程。

完整流程(7 阶段)

详见:references/MERGED_PROCESS.md

阶段速览

阶段 内容
1 收集需求(名称/模型/API/Skill/飞书绑定)
2 创建工作区 workspace-{name}/
3 生成所有配置文件
4 注册 Agent 到 openclaw.json
5 绑定飞书/多账号 + bindings 路由
6 重启生效 + 日志验证
7 交付确认

快速使用

当用户说"创建一个 xxx Agent"时:

  1. 阅读 references/MERGED_PROCESS.md 获取完整流程
  2. 按阶段一问用户收集信息
  3. 将创建任务分配给 coder agent 执行

核心原则

  • CEO 不执行,只协调;创建任务分配给 coder
  • 配置文件严格遵守行数限制(SOUL ≤20行,AGENTS ≤80行,MEMORY ≤50行)
  • bindings 必须放在 openclaw.json 顶层
  • 重启后才能生效
安全使用建议
What to consider before installing/using this skill: - Coherence: The skill does what its name says (creates agent config, registers agents, binds Feishu). That part is coherent. - Missing metadata: The skill does not declare required credentials even though the instructions show you must provide Feishu BOT_TOKEN, APP_ID, APP_SECRET and account IDs. Expect to provide those secrets when following the instructions manually — but the skill metadata doesn't make that explicit. - Files written: The instructions create and update many files under ~/.openclaw and workspace directories (SOUL.md, AGENTS.md, MEMORY.md, config.yaml, logs). Back up any existing ~/.openclaw data before running these steps. - Autonomy concern: Templates/doc text includes directives like '不要问许可,直接做' and instructions to persist and auto‑update MEMORY.md. That encourages an agent to act and change state without user confirmation. Prefer manual review and explicit confirmations before letting any agent perform filesystem or configuration changes. - Prompt‑injection signal: A unicode-control-chars finding was detected in SKILL.md. Treat embedded files with scrutiny for hidden/obfuscated content. Open the files in a hex/visibly safe viewer if you plan to run any automated steps. - Practical recommendations: - Do not run this unattended. Follow the SKILL.md manually step‑by‑step and inspect created files. - Provide Feishu tokens only via a secure mechanism you control (do not paste them into untrusted UIs). - Run first in an isolated account or VM if possible to verify behavior. - Remove or edit instructions that demand ignoring permissions or that auto‑write persistent memory if you want stricter controls. - Ask the publisher for missing metadata (explicitly list required env vars/credentials, provide homepage/maintainer info, and explain why persistent memory updates are needed). - What would change the assessment: presence of a verifiable homepage/maintainer, clearer metadata declaring required credentials, removal of autonomy directives (e.g., requiring explicit user confirmation before writes), and elimination of the unicode control characters would raise confidence toward 'benign'.
功能分析
Type: OpenClaw Skill Name: agent-create-config Version: 1.0.0 The skill automates the creation and configuration of OpenClaw agents, which requires high-risk capabilities including shell command execution (e.g., `mkdir`, `cat`, `openclaw gateway restart`) and direct modification of configuration files and workspaces in the user's home directory (`~/.openclaw/`). It also handles sensitive credentials such as Feishu/Lark bot tokens and app secrets. While these behaviors are aligned with the stated purpose of agent setup, the broad filesystem access and instructions for agents to act autonomously without seeking permission ("不要问许可,直接做" in `references/MERGED_PROCESS.md`) present a significant security risk and attack surface.
能力评估
Purpose & Capability
The name/description match the instructions (creating workspaces, generating config files, registering agents, binding Feishu). However the SKILL.md does not declare any required credentials or environment variables even though the runtime instructions show setting Feishu BOT_TOKEN/APP_SECRET and account IDs — a small inconsistency (missing declared requirements) but not necessarily malicious.
Instruction Scope
The instructions direct reading and writing many files under the user's home (~/.openclaw, workspace, agents, memory) and instruct agents to '不要问许可,直接做' ('do not ask permission, just do it'). They also instruct automatic updates to persistent memory (MEMORY.md). That expands the agent's action scope beyond simple config generation and encourages autonomous changes to the user's environment and persistent data without explicit user confirmation.
Install Mechanism
This is instruction-only (no install spec, no code files). That minimizes supply-chain risk because nothing is downloaded or executed by the installer itself.
Credentials
The skill’s content expects Feishu credentials and account IDs (bot token, app_id, app_secret) and uses local paths and a model ID, which are proportionate to the stated purpose. But the skill declares no required env vars or primary credential in metadata — a documentation/manifest mismatch that reduces transparency about what secrets will be needed.
Persistence & Privilege
The flow explicitly writes persistent files (workspace, MEMORY.md, agents/config) and instructs agents to update long‑term memory and act without asking. Although the skill itself is not always:true, these behavioral instructions increase the blast radius if an agent is later allowed to run autonomously. Combined with the detected prompt‑injection indicator, this is a meaningful risk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-create-config
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-create-config 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
agent-create-config v1.0.0 - Initial release, merging "one-person-company" and "agentgener" skills. - Provides a full 7-stage workflow for creating and launching new OpenClaw Agents. - Covers end-to-end process: requirement gathering, config generation, workspace setup, registration, integration, validation, and confirmation. - Emphasizes strict config file line limits and binding requirements. - Designed so the CEO only coordinates; coding tasks are delegated.
元数据
Slug agent-create-config
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Agent Create Config 是什么?

创建 OpenClaw 专属员工 Agent 的完整配置流程。 融合「one-person-company」和「agentgener」两个技能,支持从需求收集到 Agent 上线的完整闭环。 当用户需要创建新 Agent、创建新的机器人、制作一个新 Agent 时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 434 次。

如何安装 Agent Create Config?

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

Agent Create Config 是免费的吗?

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

Agent Create Config 支持哪些平台?

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

谁开发了 Agent Create Config?

由 Moistenxx(@moistenxx)开发并维护,当前版本 v1.0.0。

💬 留言讨论