← Back to Skills Marketplace
221
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install rapidapi-launch-assistant
Description
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, con...
Usage Guidance
This package appears to be what it says (playbooks + a harmless script). Before using it: (1) review the small Python script locally (it only reads a JSON and writes Markdown); (2) do not hand over long-lived production credentials or broad access tokens to an agent automatically — publishing or validating a production API will require marketplace credentials, gateway keys, and possibly DB access, so use least-privilege and short-lived tokens; (3) perform sensitive steps (deploy, change gateway/auth, publish listing) manually or via audited CI with explicit approvals; (4) confirm where logs/outputs go and avoid letting the skill transmit secrets to external endpoints; (5) if you plan to run the skill autonomously, consider restricting its permissions and monitoring its actions.
Capability Analysis
Type: OpenClaw Skill
Name: rapidapi-launch-assistant
Version: 1.0.0
The skill is a legitimate assistant for launching and monetizing APIs on marketplaces like RapidAPI. It contains a simple Python script (scripts/create-launch-plan.py) for generating markdown reports and several reference documents providing marketing and pricing advice, all of which are consistent with its stated purpose and lack any malicious or high-risk behaviors.
Capability Assessment
Purpose & Capability
Name/description match the included materials: SKILL.md describes an end-to-end launch workflow and the repo contains playbooks and a small script to render a launch-plan from JSON. The provided scripts and references are consistent with publishing/configuring an API marketplace listing.
Instruction Scope
SKILL.md stays on-topic (health checks, gateway header mapping, tests, listing copy, pricing). It does not instruct the agent to read unrelated system files or exfiltrate data. However, many recommended actions (validate backend, confirm DB/migrations, update marketplace config) imply the agent or user will provide access to production endpoints and credentials during execution; the document does not specify safe handling or limits for those secrets.
Install Mechanism
No install spec; the skill is instruction-only plus a tiny local Python script that reads a JSON input and writes a markdown plan. There are no downloads, external installers, or executables written to unexpected locations.
Credentials
The skill declares no required environment variables or primary credential, but its runtime actions realistically require marketplace API credentials, gateway keys, and possibly DB credentials. The lack of declared env vars is not malicious but reduces transparency — users will need to supply sensitive access to accomplish the tasks, and the skill does not provide guidance on least-privilege or ephemeral tokens.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system presence or modify other skills/config. Autonomous invocation remains allowed (platform default), which is expected for usable skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rapidapi-launch-assistant - After installation, invoke the skill by name or use
/rapidapi-launch-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
RapidAPI Launch Assistant helps creators go from local API to sell-ready marketplace listing.
It covers gateway/auth setup, test flow, pricing tiers, troubleshooting (401/SSL/test mismatch), listing conversion, and first-customer launch channels.
Best for solo builders, indie hackers, and API founders who want faster time-to-revenue.
Metadata
Frequently Asked Questions
What is rapidapi-launch-assistant?
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, con... It is an AI Agent Skill for Claude Code / OpenClaw, with 221 downloads so far.
How do I install rapidapi-launch-assistant?
Run "/install rapidapi-launch-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is rapidapi-launch-assistant free?
Yes, rapidapi-launch-assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does rapidapi-launch-assistant support?
rapidapi-launch-assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created rapidapi-launch-assistant?
It is built and maintained by leduc121 (@leduc121); the current version is v1.0.0.
More Skills