← Back to Skills Marketplace
moistenxx

Agent Create Config

by Moistenxx · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
434
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install agent-create-config
Description
创建 OpenClaw 专属员工 Agent 的完整配置流程。 融合「one-person-company」和「agentgener」两个技能,支持从需求收集到 Agent 上线的完整闭环。 当用户需要创建新 Agent、创建新的机器人、制作一个新 Agent 时触发。
README (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 顶层
  • 重启后才能生效
Usage Guidance
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'.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-create-config
  3. After installation, invoke the skill by name or use /agent-create-config
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug agent-create-config
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Agent Create Config?

创建 OpenClaw 专属员工 Agent 的完整配置流程。 融合「one-person-company」和「agentgener」两个技能,支持从需求收集到 Agent 上线的完整闭环。 当用户需要创建新 Agent、创建新的机器人、制作一个新 Agent 时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 434 downloads so far.

How do I install Agent Create Config?

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

Is Agent Create Config free?

Yes, Agent Create Config is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Create Config support?

Agent Create Config is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Create Config?

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

💬 Comments