agent-factory
Bootstrap new 33GOD ecosystem agents with standardized configuration. Use when creating new agents, spawning workers, deploying Yi nodes, or when the user says "spin up an agent", "create a new agent", "deploy a new worker", or needs a new agent for a specific pipeline role. Handles workspace creation, config injection, skill installation, provider mirroring, channel binding, and 33GOD ecosystem onboarding (GOD Docs, Plane, Bloodbank, memory).
npx skills add majiayu000/claude-skill-registry --skill agent-factory-delorenj-00-ceiling --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent Factory Standardized bootstrap for 33GOD ecosystem agents. Every agent ships ready to: - Consume and produce Bloodbank events - Read/write GOD Docs - Track work on Plane boards - Communicate with Cack (boss) and peer agents - Use long-term vector memory - Authenticate against all configured providers ## Quick Start When the user requests a new agent, gather these parameters: | Parameter | Required | Description | |-----------|----------|-------------| | `id` | ✅ | Agent ID (lowercase, no spaces, e.g. `scout`) | | `name` | ✅ | Display name (e.g. `Scout`) | | `role` | ✅ | One of: `manager`, `exec`, `ic`, `contractor` (see Yi Node Flavors) | | `purpose` | ✅ | One-line mission statement | | `personality` | ❌ | Vibe/tone (defaults to "competent, concise, team-player") | | `channel` | ❌ | `telegram` (needs bot token) or `none` (sub-agent only) | | `telegram_bot_token` | ❌ | If channel=telegram, the BotFather token | | `telegram_account_id` | ❌ | Account ID for multi-bot setup (defaults to agent id) | | `model` | ❌ | Model override (defaults to ecosystem default) | | `skills` | ❌ | Additional skills beyond the base set | ## Bootstrap Procedure ### 1. Create Workspace ```bash bash
- Quick Start
- Bootstrap Procedure
- 1. Create Workspace
- 2. Update Gateway Config
- 3. Restart Gateway
- 4. Send Onboarding Briefing
- Yi Node Flavors (Role Types)
- Base Skills (auto-installed via symlink)
- Template Files
- Provider Auth
- Conventions
bash /home/delorenj/.openclaw/skills/agent-factory/scripts/bootstrap.sh \
What does the agent-factory skill do?
Bootstrap new 33GOD ecosystem agents with standardized configuration. Use when creating new agents, spawning workers, deploying Yi nodes, or when the user says "spin up an agent", "create a new agent", "deploy a new worker", or needs a new agent for a specific pipeline role. Handles workspace creation, config injection, skill installation, provider mirroring, channel binding, and 33GOD ecosystem onboarding (GOD Docs, Plane, Bloodbank, memory).
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agent-factory-delorenj-00-ceiling --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
