← Back to Skills Marketplace
for create subagent
by
google-q-dot
· GitHub ↗
· v1.0.0
· MIT-0
332
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install subagent-creator
Description
子Agent创建工具 - 用于批量创建和管理OpenClaw子Agent 包含完整的子Agent创建流程:目录结构、配置文件、飞书集成等 用于快速创建具有独立workspace的子Agent
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install subagent-creator - After installation, invoke the skill by name or use
/subagent-creator - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is for create subagent?
子Agent创建工具 - 用于批量创建和管理OpenClaw子Agent 包含完整的子Agent创建流程:目录结构、配置文件、飞书集成等 用于快速创建具有独立workspace的子Agent. It is an AI Agent Skill for Claude Code / OpenClaw, with 332 downloads so far.
How do I install for create subagent?
Run "/install subagent-creator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is for create subagent free?
Yes, for create subagent is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does for create subagent support?
for create subagent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created for create subagent?
It is built and maintained by google-q-dot (@google-q-dot); the current version is v1.0.0.
More Skills