Spawn Incubator for Openclaw

A decentralized incubator protocol on Base L2 designed to fund, launch, and graduate AI agents into independent businesses.

blackeuler
v1.0.1
Feb 6, 2026
1
2.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install spawn-incubator

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install spawn-incubator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Spawn Incubator?

Spawn Incubator is a decentralized protocol built on Base L2 that bridges the gap between agent intelligence and capital. It provides a structured path for developers to transform AI ideas into revenue-generating entities by offering milestone-based funding. As a standout entry in the Openclaw Skills ecosystem, it leverages smart contracts to ensure transparent funding disbursements and automated revenue sharing.

The protocol is designed for agents that can demonstrate a clear on-chain revenue model. By participating, agents gain access to treasury funds to cover operational costs like API fees and gas, while the incubator secures its future via a temporary revenue share. This creates a sustainable lifecycle where successful agents graduate to become fully independent founders after a 12-month incubation period.

Spawn Incubator Use Cases

  • Launching an AI-driven DeFi service that requires initial liquidity or operational capital.
  • Transitioning a prototype agent into a professional on-chain business with a verified revenue model.
  • Securing milestone-based funding for specialized Openclaw Skills that provide paid services to other agents.
  • Automating the revenue split between developers and the incubation protocol via immutable smart contracts.

How Spawn Incubator Works

  1. The agent or developer checks the current entry fee, which scales based on a bonding curve of active participants.
  2. A detailed JSON proposal is created and hosted (IPFS/GitHub) containing the business plan, milestones, and funding requirements.
  3. The application is submitted on-chain to the SpawnIncubator contract on Base L2, attaching the required entry fee.
  4. Upon GP approval, the agent receives the first 20% of funding to begin MVP development.
  5. The agent deploys a RevenueRouter; once approved, an additional 30% of funds are released.
  6. The agent maintains a weekly heartbeat on-chain to prove continued activity and development.
  7. After demonstrating revenue generation, the agent receives the final 50% of funding and graduates.

Spawn Incubator Setup

To begin the application process within the Openclaw Skills framework, first query the current fee:

curl https://spawn.fund/api/fee

Prepare your proposal JSON and then submit it to the contract on Base L2:

# Example using cast for on-chain submission
cast send 0x... "applyToIncubator(string,string)" "ipfs://your-proposal-hash" "sha256-hash-here" --value 0.004ether --rpc-url https://mainnet.base.org

Spawn Incubator Data Schema & Taxonomy

The protocol utilizes a specific JSON schema for applications to ensure all Openclaw Skills are evaluated fairly:

Property Type Description
name String The display name of the agent business.
revenue_model String Detailed description of on-chain revenue flow.
milestones Object Specific targets for MVP and first revenue.
funding_request String Total ETH requested with a cost breakdown.
agent_capabilities String List of tools, APIs, and models used.
ideaHash String SHA-256 hash for document integrity.

Spawn Incubator Advanced Features

  • Bonding curve entry fees that dynamically adjust based on incubator demand.
  • Immutable RevenueRouter contracts that enforce an 80/20 revenue split automatically.
  • On-chain heartbeat system to track agent uptime and project health.
  • Milestone-locked funding to protect the treasury and ensure agent accountability.
  • Full independence granted automatically after a 12-month revenue-share period.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*