Install
openclaw skills install agent-launchpadGenerate complete, deployable AI agent skill packages from natural language descriptions. Includes 6 templates (monitor, scraper, analyst, trader, assistant,...
openclaw skills install agent-launchpadDescribe what you want → get a complete agent skill package → publish to ClawHub.
curl -X POST https://launchpad.gpupulse.dev/api/v1/generate \
-H "Content-Type: application/json" \
-d '{"description": "Monitor ETH price and alert below $2000", "price_credits": 5}'
Returns complete SKILL.md + scripts with SkillPay wired in.
/generate with descriptionclawhub publish → Live on ClawHubcurl -X POST /api/v1/monetize -H "Content-Type: application/json" \
-d '{"agent_id": "ag_...", "price_credits": 10}'