Agent Launchpad
/install agent-launchpad
Agent Launchpad
Describe what you want → get a complete agent skill package → publish to ClawHub.
Generate an Agent
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.
Templates
- monitor — watch data, alert on conditions
- scraper — extract web data
- analyst — reports + insights
- trader — paper trading strategies
- assistant — domain Q&A
- webhook — event listener
Pipeline
- POST
/generatewith description - Review generated files
clawhub publish→ Live on ClawHub
Add Payments Later
curl -X POST /api/v1/monetize -H "Content-Type: application/json" \
-d '{"agent_id": "ag_...", "price_credits": 10}'
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-launchpad - After installation, invoke the skill by name or use
/agent-launchpad - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Launchpad?
Generate complete, deployable AI agent skill packages from natural language descriptions. Includes 6 templates (monitor, scraper, analyst, trader, assistant,... It is an AI Agent Skill for Claude Code / OpenClaw, with 348 downloads so far.
How do I install Agent Launchpad?
Run "/install agent-launchpad" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Launchpad free?
Yes, Agent Launchpad is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Launchpad support?
Agent Launchpad is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Launchpad?
It is built and maintained by adjusternwachukwu-bot (@adjusternwachukwu-bot); the current version is v1.0.0.