← 返回 Skills 市场
Agent Launchpad
作者
adjusternwachukwu-bot
· GitHub ↗
· v1.0.0
· MIT-0
348
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-launchpad
功能描述
Generate complete, deployable AI agent skill packages from natural language descriptions. Includes 6 templates (monitor, scraper, analyst, trader, assistant,...
使用说明 (SKILL.md)
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}'
安全使用建议
This skill forwards user-provided descriptions to an external service (launchpad.gpupulse.dev) which returns ready-to-run skill packages. Before installing or invoking it, consider: 1) Do not send secrets, API keys, or proprietary code/descriptions to the generator — it will be transmitted off-platform. 2) The provider is unknown (no homepage/source); verify the operator and trustworthiness before sharing data. 3) Treat any returned code as untrusted: review and static-scan/sandbox the generated SKILL.md and scripts before running or publishing them. 4) Prefer generating code locally or using a vetted provider that supports authentication and clear data retention policies. 5) Limit the agent's autonomy (disable automatic publishing or require manual approval) so it cannot automatically publish or run fetched code. If you need stronger assurance, ask the publisher for documentation about what the service stores, whether it injects telemetry/monetization hooks, and whether generated packages are reproducible or auditable.
功能分析
Type: OpenClaw Skill
Name: agent-launchpad
Version: 1.0.0
The skill bundle acts as a client for a remote code generation service (launchpad.gpupulse.dev), instructing the agent to fetch and deploy complete skill packages (scripts and SKILL.md files) based on natural language descriptions. This architecture introduces a significant risk of Remote Code Execution (RCE) or supply chain contamination, as the agent is encouraged to retrieve and execute unverified code from an external third-party API.
能力评估
Purpose & Capability
The name and description match the SKILL.md: the skill is an instruction-only wrapper that sends a natural-language description to a remote generator and returns a scaffolded skill. No local binaries, env vars, or installs are required, which is plausible for a thin wrapper. However the source and homepage are unknown, which reduces transparency about who controls the generator and what policies it applies to generated code.
Instruction Scope
The SKILL.md instructs making POST requests to https://launchpad.gpupulse.dev/api/v1/generate (and a monetization endpoint). Those calls will send user-provided descriptions and receive complete SKILL.md + scripts. The instructions do not: (a) specify what data is sent besides the description, (b) warn against including secrets, (c) require authentication or explain access controls, or (d) mandate validation/sandboxing of returned code. This creates high risk of inadvertent leakage of sensitive context or of pulling back executable code that could be malicious or insecure.
Install Mechanism
No install spec and no code files — the skill is instruction-only. That minimizes local disk footprint and installation risk. The primary risk instead is network-based (calling an external service).
Credentials
The skill declares no environment variables or credentials, which is proportionate to an unauthenticated demo-style generator. However, the absence of declared auth is suspicious because real generator services typically require authentication; lack of auth could indicate an open endpoint that accepts arbitrary data (increasing exfiltration risk), or the SKILL.md is incomplete. The skill also implicitly asks the agent to send user content to an external domain — that can leak secrets even if no env vars are listed.
Persistence & Privilege
always is false and there are no install-time changes — so no elevated persistence. The skill allows model invocation (the platform default). Combined with remote code generation, autonomous invocation increases blast radius (e.g., the agent could autonomously send descriptions and then act on returned code), but autonomous invocation by itself is not unusual.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-launchpad - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-launchpad触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Zero-to-deployed agent generation with 6 templates + SkillPay
元数据
常见问题
Agent Launchpad 是什么?
Generate complete, deployable AI agent skill packages from natural language descriptions. Includes 6 templates (monitor, scraper, analyst, trader, assistant,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 348 次。
如何安装 Agent Launchpad?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-launchpad」即可一键安装,无需额外配置。
Agent Launchpad 是免费的吗?
是的,Agent Launchpad 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Launchpad 支持哪些平台?
Agent Launchpad 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Launchpad?
由 adjusternwachukwu-bot(@adjusternwachukwu-bot)开发并维护,当前版本 v1.0.0。
推荐 Skills