返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Agent Launchpad

根据自然语言描述生成完整可部署的AI智能体技能包,包含监控、爬虫、分析、交易、助手等6种模板。

person作者: adjusternwachukwu-bothubclawhub

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

  1. POST /generate with description
  2. Review generated files
  3. 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}'