agent-launchpad

Generate complete, deployable AI agent skill packages from natural language descriptions. Includes 6 templates (monitor, scraper, analyst, trader, assistant, webhook) with optional SkillPay monetization. Use when a user wants to create a new agent, build a skill from scratch, scaffold an agent project, or generate a deployable skill package.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agent-launchpad" with this command: npx skills add adjusternwachukwu-bot/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

  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}'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Discord

Use when you need to control Discord from Clawdbot via the discord tool: send messages, react, post or upload stickers, upload emojis, run polls, manage threads/pins/search, fetch permissions or member/role/channel info, or handle moderation actions in Discord DMs or channels.

Registry SourceRecently Updated
32.2K68steipete
Automation

cron-copilot-ops

Install, configure, and operate CronCopilot scheduled task management system. Use when users ask about 定时任务 (scheduled tasks), 任务调度 (task scheduling), cron j...

Registry SourceRecently Updated
Automation

Agent Causal

Agent Causal Decision Tool helps you and your AI agents decide from experiment data whether to ship a change, keep running a test, or roll it back. It takes...

Registry SourceRecently Updated
Automation

Agent Memory System v8

Agent 记忆系统 — 6维坐标编码 + RRF双路检索 + sqlite-vec统一存储 + 写入时因果检测 + 多Agent共享 + 记忆蒸馏 + 时间旅行 + 情感编码 + 元认知 + 内在动机 + 叙事自我 + 数字孪生 + 角色模板

Registry SourceRecently Updated
2490Profile unavailable