← Back to Skills Marketplace
406
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install reate-subagent
Description
创建和管理 SubAgent(子智能体)。使用当用户需要:(1) 创建新的 SubAgent 执行特定任务,(2) 查看/管理已有的 SubAgent,(3) 终止或指导 SubAgent。支持多种预设类型:开发、研究、写作、数据分析等。
Usage Guidance
This skill appears to do what it says: help you create and manage SubAgents using platform APIs (/subagents, sessions_spawn). Before installing, confirm you trust the platform endpoint (clawhub.ai) and that you have permission to spawn agents on your instance. Note the README refers to a PowerShell script (create-subagent.ps1) but no script is included — treat that as stale documentation unless the publisher supplies code. Also be aware the docs mention editing openclaw-config.json and restarting the Gateway to enable subagents; making those changes requires administrative privileges and is outside the skill's normal scope. If you are uncomfortable giving an agent the ability to autonomously spawn/steer other agents, restrict autonomous invocation on your platform or review platform audit/logging to monitor spawned SubAgents.
Capability Analysis
Type: OpenClaw Skill
Name: reate-subagent
Version: 1.0.0
The skill allows the creation of powerful sub-agents, some of which are explicitly granted capabilities like `exec (Python)`, `web_search`, `web_fetch`, `read`, and `write` (as seen in `SKILL.md`). While these capabilities are plausible for the stated purpose of specialized agents (e.g., data analysis, research), the '自定义 SubAgent' section in `SKILL.md` presents a significant prompt injection vulnerability. An attacker could craft a malicious 'task' description for a custom sub-agent, potentially leading the main agent to spawn a sub-agent with harmful instructions. This represents a high-risk capability and a clear vulnerability, but without direct evidence of intentional malicious behavior within the provided files, it is classified as suspicious.
Capability Assessment
Purpose & Capability
Name/description align with the SKILL.md: templates, creation flow, and management commands all relate to creating and controlling SubAgents. The skill does not request unrelated binaries, env vars, or credentials.
Instruction Scope
Instructions stay largely within the stated purpose (ask user, build task/label, call sessions_spawn, and offer /subagents management commands). Two minor issues: (1) SKILL.md and README suggest checking/modifying openclaw-config.json and restarting the Gateway — that references editing platform configuration and requires elevated/system access outside a simple creation flow; (2) README documents a create-subagent.ps1 script (usage examples) but no script is included in the package, an inconsistency in the files. Neither is evidence of malicious intent but they are worth attention.
Install Mechanism
No install spec and no shipped code to execute. Instruction-only skills are lower risk because nothing is downloaded or written by the skill itself.
Credentials
The skill requests no environment variables or credentials and does not prompt for secrets. Templates reference tools (web_search, exec, etc.) that SubAgents might use, which is expected. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not marked always:true and does not claim permanent system presence. It instructs use of platform session spawning APIs but does not attempt to modify other skills or persist credentials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install reate-subagent - After installation, invoke the skill by name or use
/reate-subagent - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Create SubAgent?
创建和管理 SubAgent(子智能体)。使用当用户需要:(1) 创建新的 SubAgent 执行特定任务,(2) 查看/管理已有的 SubAgent,(3) 终止或指导 SubAgent。支持多种预设类型:开发、研究、写作、数据分析等。 It is an AI Agent Skill for Claude Code / OpenClaw, with 406 downloads so far.
How do I install Create SubAgent?
Run "/install reate-subagent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Create SubAgent free?
Yes, Create SubAgent is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Create SubAgent support?
Create SubAgent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Create SubAgent?
It is built and maintained by aning35 (@aning35); the current version is v1.0.0.
More Skills