← 返回 Skills 市场
keyserkazi1

Agent Factory

作者 Keyserkazi1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
306
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-factory-100
功能描述
Rapidly spawn and configure specialized sub-agents. Includes templates for Research, Coding, and Analysis agents. Automates workspace setup and instruction d...
使用说明 (SKILL.md)

Sub-Agent Factory

Don't do everything yourself. Scale your productivity by building a team.

Capability Matrix

  • Coder Agent: Optimized for repo exploration and bug fixing.
  • Research Agent: Expert at web searching and synthesizing deep reports.
  • Analysis Agent: Focused on processing data, JSON files, and logs.

Setup Protocol

  1. Define Mission: Set a clear 1-sentence goal.
  2. Select Template: Pick the agent type.
  3. Provision: Run scripts/create_agent.sh.
  4. Link: Configure communication folders (inbox/outbox).

Installation

clawhub install sub-agent-factory
安全使用建议
This skill does what it claims (creates sub-agent folders and a SKILL.md), but the provided create_agent.sh is unsafe: it does not sanitize NAME/ROLE and uses an unquoted here-doc, which enables path traversal and command injection. Before installing or running it, either: (a) fix the script (reject/clean ../ in NAME, restrict NAME to safe characters, quote the here-doc delimiter like <<'EOM' or use printf to write files, avoid untrusted command substitution), (b) run it in a tightly confined environment (non-privileged user, chroot or container, strict working directory), and (c) review any created SKILL.md and avoid linking inbox/outbox to sensitive system paths. If you cannot modify or verify the script, treat the skill as potentially dangerous and do not run it with access to sensitive files or elevated privileges.
功能分析
Type: OpenClaw Skill Name: agent-factory-100 Version: 1.0.0 The skill bundle provides a legitimate utility for automating the creation of sub-agent directory structures and configuration files. The script `scripts/create_agent.sh` performs basic file and directory operations consistent with the stated purpose and contains no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
Name/description, SKILL.md and the included script all align: the skill provisions sub-agent folders and writes a basic SKILL.md for each new agent. There are no unrelated env vars, binaries, or install steps.
Instruction Scope
The runtime instructions tell the agent to run scripts/create_agent.sh. That script takes user-supplied NAME and ROLE and: (1) constructs paths directly (agents/$NAME) allowing path traversal (e.g., NAME='../secrets'), and (2) writes a here-doc using an unquoted delimiter so any command-substitution or expansion in ROLE (e.g., containing $(...)) would be executed by the shell while the here-doc is processed. The script does not validate or sanitize inputs, so it can be tricked into creating files outside the intended directory or executing arbitrary commands.
Install Mechanism
Instruction-only skill with no install spec and no downloads; minimal installation risk.
Credentials
No environment variables, credentials, or config paths are requested — which is proportionate to the stated purpose.
Persistence & Privilege
The skill writes persistent files (agents/<NAME>/...) but does not request always:true or modify other skills. Persistence is limited to created agent folders; however, because of the path handling issues, those folders could be created anywhere the agent process can write.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-factory-100
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-factory-100 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Major update: Switched from agent identity/personality definitions to a sub-agent creation and automation toolkit. - Added scripts for rapid spawning of Research, Coding, and Analysis agents. - Removed documentation on agent voice, boundaries, and adaptation. - Introduced setup protocol and usage instructions for creating specialized sub-agents. - Updated description and name to reflect new focus on automating agent setup and configuration.
元数据
Slug agent-factory-100
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Agent Factory 是什么?

Rapidly spawn and configure specialized sub-agents. Includes templates for Research, Coding, and Analysis agents. Automates workspace setup and instruction d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 306 次。

如何安装 Agent Factory?

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

Agent Factory 是免费的吗?

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

Agent Factory 支持哪些平台?

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

谁开发了 Agent Factory?

由 Keyserkazi1(@keyserkazi1)开发并维护,当前版本 v1.0.0。

💬 留言讨论