SkillHub

rapidapi-launch-assistant

v1.0.0

End-to-end launch and monetization skill for API products on RapidAPI and Clawhub. Use when a user wants to publish APIs, fix gateway/auth/test failures, configure plans, optimize listing conversion, run outreach, or package and sell an API-launch workflow skill.

Sourced from ClawHub, Authored by leduc121

Installation

Please help me install the skill `rapidapi-launch-assistant` from SkillHub official store. npx skills add leduc121/rapidapi-launch-assistant

RapidAPI Launch Assistant

Execute a complete API monetization workflow from deployment validation to listing conversion and first sales.

Core workflow

  1. Validate backend readiness.
  2. Confirm /health returns 200.
  3. Confirm at least one protected endpoint returns 200 with required auth header.
  4. Confirm database and migrations are complete.
  5. Configure marketplace project.
  6. Set API identity (name, category, concise value proposition).
  7. Configure stable base URL.
  8. Configure gateway/auth.
  9. Set required secret header forwarding (e.g., x-api-key).
  10. Keep transformations empty unless needed.
  11. Enable threat protection and schema validation when available.
  12. Add tests.
  13. Add smoke test (GET /health).
  14. Add business test (POST /parse-style endpoint).
  15. Resolve 401 by checking header mapping before changing backend.
  16. Configure monetization.
  17. Keep simple tiers: Free + 2 paid plans.
  18. Set hard limits for free abuse control.
  19. Optimize listing conversion.
  20. Use pain -> result copy.
  21. Add 6-10 focused tags.
  22. Include at least 2 tested request examples.
  23. Launch acquisition.
  24. Publish listing.
  25. Run first outreach wave and track conversion.

Coverage by monetization niche

Use the matching playbook in references/pricing-playbooks.md:

  • Local vertical API (country/language-specific)
  • Global utility API (validation, cleanup, automation)
  • B2B agency/ops API (workflow + support heavy)
  • Dual-channel (RapidAPI + Clawhub skill)

Conditional references (read only when needed)

  • Listing copy starter: references/listing-copy-template.md
  • Plan and quota strategy by niche: references/pricing-playbooks.md
  • Issue-resolution matrix (401, SSL, bad tests): references/troubleshooting-matrix.md
  • Launch channels and first-customer scripts: references/launch-channels.md
  • Clawhub packaging and sell strategy: references/clawhub-packaging.md

Script usage

Use scripts/create-launch-plan.py to generate a launch-plan markdown file from a simple JSON input when the user wants a concrete execution plan quickly.

Example:

python scripts/create-launch-plan.py input.json launch-plan.md

Where input.json contains fields: product_name, channel, price_tiers, target_segment, goal_30_days.

Fast defaults

Unless user requests custom pricing:

  • Free: 1,000 req/month
  • Starter: $19, 50,000 req/month
  • Growth: $79, 300,000 req/month

Strict progress reporting format

When updating the user, always report:

  • Status: done items
  • Risk/Blocker: exact failing step or None
  • Next action: one concrete user step
  • Revenue intent: where first 3 paying users are expected from