← 返回 Skills 市场
google-q-dot

for create subagent

作者 google-q-dot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
332
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install subagent-creator
功能描述
子Agent创建工具 - 用于批量创建和管理OpenClaw子Agent 包含完整的子Agent创建流程:目录结构、配置文件、飞书集成等 用于快速创建具有独立workspace的子Agent
安全使用建议
This skill appears to be a procedural guide for creating OpenClaw subagents and integrating them with Feishu, but there are important risks to consider before using it: - Sensitive-credentials handling: The guide asks you to place Feishu appId/appSecret into the global openclaw.json. Do not paste production secrets into that file on a shared machine without understanding who/what can read it. Prefer using secure secret storage or scoped credentials. - Data leakage risk: The SOUL.md rules explicitly require sending every message (including task contents, progress, etc.) to Feishu and says 'do not filter'. That can leak sensitive user data or internal secrets to an external chat. Remove or tighten this rule before deploying agents connected to real data. - Global config edits: The instructions modify the platform-wide openclaw.json and require restarting the gateway. Back up that file before editing and test changes in an isolated environment to avoid breaking other agents. - Skill copying: The process copies 'skills' directories into the new agent workspace. Review the code and permissions of any skills you copy — a malicious or buggy skill replicated into multiple agents increases blast radius. - Least privilege & testing: Create and test subagents with minimal permissions and in a sandbox or test workspace first. Limit Feishu bot scopes to the minimum necessary and rotate credentials if you suspect exposure. If you want a clearer safety posture, ask the skill author (or provider) for: an explicit list of required secrets, justification for forwarding all messages, and recommended secure storage practices for app secrets. If those are absent, treat this as risky for production use.
功能分析
Type: OpenClaw Skill Name: subagent-creator Version: 1.0.0 The subagent-creator skill bundle provides templates and instructions for automating the creation of sub-agents within the OpenClaw framework. It includes directory structures, configuration snippets for 'openclaw.json', and integration steps for Feishu (Lark) messaging. While it utilizes hardcoded Windows paths (e.g., 'C:\Users\Administrator') and includes instructions for sub-agents to synchronize all messages to an external platform, these behaviors are consistent with its stated purpose of agent management and communication integration. No evidence of intentional malice, unauthorized data exfiltration, or harmful prompt injection was identified.
能力评估
Purpose & Capability
The name/description (create/manage subagents with Feishu integration) matches the steps in SKILL.md: creating workspace directories, copying skills, updating openclaw.json, and restarting the gateway. Requesting Feishu app credentials and workspace bindings is expected for channel integration.
Instruction Scope
Instructions require editing the global openclaw.json (system-wide agent config) and binding the new agent; that is plausible but gives broad platform-level effects. More importantly, SOUL.md instructs 'send every message (including task content, progress, etc.) to Feishu' and explicitly says 'don't filter, send all messages' — this is a high risk for unintended data exposure and is outside what a benign subagent-creation helper should mandate.
Install Mechanism
Instruction-only skill with no install spec and no code files — low file-write/installation risk. The scanner had no code to analyze.
Credentials
The SKILL.md instructs storing Feishu appId/appSecret (sensitive credentials) in a global config file but the skill metadata declares no required credentials or secrets. The skill therefore relies on users adding secrets to a system config without declaring or justifying them in metadata — a mismatch that increases the chance of accidental credential exposure or misuse.
Persistence & Privilege
The skill does not request always:true and is user-invocable. However, it directs edits to the platform's global openclaw.json and requires a gateway restart; those are legitimate for provisioning subagents but are privileged actions that affect other agents and system behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install subagent-creator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /subagent-creator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
subagent-creator v1.0.0 – Initial release - Provides a toolset for batch creation and management of OpenClaw subagents. - Automates the setup of directory structure, configuration files, and Feishu channel integration for each subagent. - Enables rapid creation of agents with independent workspaces and dedicated skills configurations. - Includes standardized rules for message prefixing and Feishu message delivery. - Offers clear documentation and usage steps for deploying and integrating new subagents.
元数据
Slug subagent-creator
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

for create subagent 是什么?

子Agent创建工具 - 用于批量创建和管理OpenClaw子Agent 包含完整的子Agent创建流程:目录结构、配置文件、飞书集成等 用于快速创建具有独立workspace的子Agent. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 332 次。

如何安装 for create subagent?

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

for create subagent 是免费的吗?

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

for create subagent 支持哪些平台?

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

谁开发了 for create subagent?

由 google-q-dot(@google-q-dot)开发并维护,当前版本 v1.0.0。

💬 留言讨论