Skills sub-agent-factory
Rapidly spawn and configure specialized sub-agents. Includes templates for Research, Coding, and Analysis agents. Automates workspace setup and instruction delivery.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/balkanblbn/sub-agent-factory" ~/.claude/skills/clawdbot-skills-sub-agent-factory && rm -rf "$T"
manifest:
skills/balkanblbn/sub-agent-factory/SKILL.mdsource content
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
- Define Mission: Set a clear 1-sentence goal.
- Select Template: Pick the agent type.
- Provision: Run
.scripts/create_agent.sh - Link: Configure communication folders (inbox/outbox).
Installation
clawhub install sub-agent-factory