Exporting Agents
Turn any CoFounderBot mission into a standalone AI agent product that you can deploy, sell, or share.
How It Works
- Create — Go to Agent Products → New Agent and configure your agent's name, skills, channels, and monetization.
- Build — CoFounderBot generates all source files: OpenClaw config, skills, deploy scripts, and monetization boilerplate.
- Export — Download a production-ready ZIP or deploy with one click to Vercel, Railway, or Docker.
Quick Export from Editor
You can also export directly from the code editor:
- Open the Export panel (top-right button)
- Switch to the Agent tab
- Enter a name and choose monetization
- Click Build & Export Agent
What's in the ZIP?
agent-name/
├── package.json # OpenClaw + dependencies
├── openclaw.config.yaml # Channels, skills, tools, model
├── .env.example # Required environment variables
├── monetization.config.json # Pricing configuration
├── skills/ # Agent skill files
├── deploy/ # Dockerfile, Vercel, Railway configs
├── scripts/ # Setup scripts
└── README.md # Full setup instructions
Agent Skills
Choose from pre-built skills:
- Content Analyzer — Analyze URLs and generate structured reports
- Service Seller — Sell AI services with per-use payment
- Subscription Reporter — Periodic reports for subscribers
- Social Poster — Generate social media content
- Data Scraper — Scrape and structure web data
- Crypto Trader — Crypto price monitoring and analysis
Plan Limits
| Plan | Exports/Month | Crypto Monetization |
|---|---|---|
| Free | 0 | No |
| Starter | 3 | No |
| Pro | Unlimited | Yes |