← 返回 Skills 市场
xiaowen-0725

Openclaw Create Agent

作者 xiaowen-0725 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
397
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-create-feishu-agent-skills
功能描述
Create and wire a new OpenClaw agent with a fixed workflow. Use when the user asks to create/add a new OpenClaw agent or says “我要创建一个新的 Agent”, automate mult...
安全使用建议
This skill appears to do what it claims: create an OpenClaw Feishu agent and update your ~/.openclaw/openclaw.json. Before running it: 1) Confirm you have the OpenClaw CLI installed and on PATH and have python3 available — the SKILL.md expects these but the package metadata did not declare them. 2) Review the included scripts/upsert_openclaw_agent.py yourself (it is bundled and readable) and consider using the --dry-run flag first; the script will print a JSON summary. 3) Understand that if you provide app_secret/app_id those values will be written into ~/.openclaw/openclaw.json (a backup copy is created), so ensure that file is stored with appropriate permissions and that you trust this environment. 4) Follow the Step 0.5 gating for peer/group workflows to avoid accidental config changes. If you want higher assurance, run the script on a copy of your config or a test environment first.
功能分析
Type: OpenClaw Skill Name: openclaw-create-feishu-agent-skills Version: 0.1.0 The skill's stated purpose is to configure OpenClaw agents, which is a legitimate administrative function. However, the `scripts/upsert_openclaw_agent.py` script, executed by the agent, passes the `--app-secret` as a command-line argument. This is a significant security vulnerability, as secrets passed on the command line can be exposed in process lists (`ps aux`), shell history, and system logs, leading to potential information disclosure. While there is no evidence of intentional malicious behavior like data exfiltration or persistence, this vulnerability makes the skill 'suspicious'.
能力评估
Purpose & Capability
The skill's stated purpose (create/wire an OpenClaw Feishu agent) matches the instructions and bundled script. However, the registry metadata declares no required binaries while SKILL.md and the script explicitly depend on the 'openclaw' CLI and Python 3 (to run scripts/upsert_openclaw_agent.py). The metadata omission is an inconsistency that should be corrected before install.
Instruction Scope
Runtime instructions are narrowly scoped to OpenClaw configuration tasks: checking and backing up ~/.openclaw/openclaw.json, running the OpenClaw CLI (agents add, gateway restart, logs), extracting a peer id from logs, and running the included Python script to upsert accounts, bindings, and dmScope. The steps are explicit and constrained to the stated Feishu use-case; they do not instruct reading or transmitting unrelated system secrets or contacting external endpoints beyond the local OpenClaw CLI.
Install Mechanism
There is no external install spec (instruction-only with a bundled script). No remote downloads or third-party packages are pulled during install. The script is included in the package, so no network fetch is required — low install risk.
Credentials
The skill does not declare or require platform environment variables, which is coherent. It does, however, accept sensitive credentials (app_secret, app_id) as inputs and will write them into ~/.openclaw/openclaw.json. Storing secrets in that file may be expected for OpenClaw but is sensitive — users should confirm they are comfortable putting credentials into that config and ensure file permissions are secure. Also note the metadata omission of the required 'openclaw' CLI and python3 binary.
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It writes only to the OpenClaw config path (~/.openclaw/openclaw.json) and creates a timestamped backup; it does not modify other skills or system-wide settings beyond OpenClaw's own config and gateway restart, which is consistent with its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-create-feishu-agent-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-create-feishu-agent-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
openclaw-create-feishu-agent-skills v0.1.0 - Initial release introducing Feishu-only agent creation and routing setup automation for OpenClaw. - Automates full workflow: scenario alignment, config backup, agent creation, config upsert, gateway restart, and binding verification. - Supports both new bot/account (account routing) and new group binding (peer routing) modes. - Includes guided steps for multi-group setup with required user confirmations before proceeding. - Preserves existing configurations and rejects route conflicts to ensure robust multi-agent deployment.
元数据
Slug openclaw-create-feishu-agent-skills
版本 0.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Openclaw Create Agent 是什么?

Create and wire a new OpenClaw agent with a fixed workflow. Use when the user asks to create/add a new OpenClaw agent or says “我要创建一个新的 Agent”, automate mult... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 397 次。

如何安装 Openclaw Create Agent?

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

Openclaw Create Agent 是免费的吗?

是的,Openclaw Create Agent 完全免费(开源免费),可自由下载、安装和使用。

Openclaw Create Agent 支持哪些平台?

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

谁开发了 Openclaw Create Agent?

由 xiaowen-0725(@xiaowen-0725)开发并维护,当前版本 v0.1.0。

💬 留言讨论