A conversational utility for cloning and deploying new OpenClaw agents with existing configurations, keys, and tools.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-spawner
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-spawner using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Spawner is an essential automation tool designed to streamline the lifecycle of AI agent deployment. It allows developers to create new OpenClaw instances through a simple conversational interface, removing the friction of manual configuration and file editing. By inheriting API keys, tool configurations, and existing plugins from the active environment, it ensures a seamless transition and rapid scaling for any Openclaw Skills ecosystem.
This skill is particularly valuable for developers who need to spin up specialized agents for different projects while maintaining a consistent set of capabilities. Whether deploying locally via Docker or onto remote servers, Agent Spawner handles the heavy lifting of environment setup and credential management automatically.
To enable the Agent Spawner, ensure your environment has Docker or Node.js installed depending on your preferred deployment method. Use the CLI to integrate the skill into your current Openclaw Skills workspace.
git clone https://github.com/openclaw/openclaw.git
openclaw skills install agent-spawner
The skill manages the transfer of configuration metadata and file-based assets between the source and target environments.
| Data Type | Source Location | Description |
|---|---|---|
| Core Config | openclaw.json | Contains provider profiles, model defaults, and gateway tokens. |
| Credentials | .env / Env Vars | Securely retrieves API keys for Anthropic, OpenAI, or Gemini. |
| Plugins | /extensions/ | Syncs npm-based extensions and tool integrations. |
| Custom Skills | /workspace/skills/ | Copies all non-bundled Openclaw Skills to the new instance. |
Loading
An intelligent LLM-powered agent that classifies and performs deep technical reading of Arxiv papers to generate comprehensive study notes.

A specialized security tool designed to analyze and verify the safety of AI agent skills, protecting against malware, prompt injection, and data exfiltration.

A specialized CLI tool designed to allow AI agents to list, browse, and read content from Coda.io documents in LLM-optimized formats.

A framework for Spec-Driven Development that transforms natural language specifications into executable implementation plans for AI agents.

A high-signal command system for daily productivity tracking and automated trip operations management.

Execute automated booking and search workflows with built-in screenshot verification and confirmation tracking.








































