← Back to Skills Marketplace
keyserkazi1

Agent Factory

by Keyserkazi1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
306
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install agent-factory-100
Description
Rapidly spawn and configure specialized sub-agents. Includes templates for Research, Coding, and Analysis agents. Automates workspace setup and instruction d...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-factory-100
  3. After installation, invoke the skill by name or use /agent-factory-100
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug agent-factory-100
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Agent Factory?

Rapidly spawn and configure specialized sub-agents. Includes templates for Research, Coding, and Analysis agents. Automates workspace setup and instruction d... It is an AI Agent Skill for Claude Code / OpenClaw, with 306 downloads so far.

How do I install Agent Factory?

Run "/install agent-factory-100" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Factory free?

Yes, Agent Factory is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Factory support?

Agent Factory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Factory?

It is built and maintained by Keyserkazi1 (@keyserkazi1); the current version is v1.0.0.

💬 Comments