← 返回 Skills 市场
ckchzh

Launchpad

作者 BytesAgain2 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ⚠ suspicious
152
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install launchpad
功能描述
Reference tool for blockchain and crypto — covers intro, formulas, regulations and more. Quick lookup for Launchpad concepts, best practices, and implementat...
使用说明 (SKILL.md)

Launchpad

Reference tool for blockchain and crypto — covers intro, formulas, regulations and more. Quick lookup for Launchpad concepts, best practices, and implementat... No API keys or credentials required.

Commands

Command Description
intro intro reference
formulas formulas reference
regulations regulations reference
risks risks reference
instruments instruments reference
strategies strategies reference
glossary glossary reference
checklist checklist reference

Output Format

All commands output plain-text reference documentation via heredoc. No external API calls, no credentials needed, no network access.


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This package contains two different skill descriptions and two different scripts whose behaviors do not match. Before installing: (1) Inspect which SKILL.md your agent will use and which script it will invoke — the top-level script is read-only reference content; the nested script stores data under ~/.launchpad. (2) If you are uncomfortable with local file writes, do not install or run the skills/launchpad script; you can set LAUNCHPAD_DIR to a sandbox directory if you test it. (3) Review the scripts (they are plain shell) for any actions you don't want (they perform sed -i and write files). (4) Run the skill in a sandbox or container first to verify behavior. If you want a purely read-only reference, prefer the top-level script and remove/ignore the skills/launchpad CLI files.
功能分析
Type: OpenClaw Skill Name: launchpad Version: 2.0.1 The bundle contains a blockchain reference tool and a local data logging utility. The scripts (scripts/script.sh and skills/launchpad/scripts/script.sh) provide informational content and basic CRUD operations on a local JSONL file in the user's home directory (~/.launchpad). While the scripts contain minor vulnerabilities like unsanitized input in sed commands and fragile JSON parsing, there is no evidence of malicious intent, network exfiltration, or unauthorized access. The behavior is consistent with the stated purpose of providing a reference and tracking tool for blockchain operations.
能力评估
Purpose & Capability
The top-level SKILL.md and scripts/script.sh implement a read-only reference (intro, formulas, regulations, etc.), but the package also includes skills/launchpad/SKILL.md and skills/launchpad/scripts/script.sh that implement a data-entry CLI (status, add, list, search, remove, export, config) which stores data under $HOME/.launchpad. Those two sets of functionality conflict, and the nested SKILL.md references scripts/script.sh (a path that may resolve to the other script), creating ambiguity about which behavior will be invoked.
Instruction Scope
The primary SKILL.md states outputs are static heredocs and no network/credentials are used, which matches the top-level script. However, the embedded skill instructions instruct running a CLI that reads/writes files, uses an optional LAUNCHPAD_DIR env var, and manipulates local files (data.jsonl, config.txt). The runtime instructions are therefore not uniform across the package and include file I/O that is not declared in the primary documentation.
Install Mechanism
There is no install spec (instruction-only), which minimizes supply-chain install risk. However the bundle includes two executable shell scripts that would be present on disk when the skill is added; those scripts may be executed by the agent and perform filesystem operations. No external downloads or obscure URLs are used.
Credentials
No required environment variables or credentials are declared. The scripts optionally respect LAUNCHPAD_DIR (defaulting to $HOME/.launchpad), which is reasonable for a local CLI but is not listed in the primary metadata — an informational mismatch rather than an overbroad secret request.
Persistence & Privilege
always:false (normal). The nested CLI persists data and config under ~/.launchpad (or LAUNCHPAD_DIR). Local persistence is plausible for a notes/entries CLI, but the presence of persistent writes is not communicated consistently in the top-level SKILL.md — check that you accept local file writes before installing.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install launchpad
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /launchpad 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
元数据
Slug launchpad
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Launchpad 是什么?

Reference tool for blockchain and crypto — covers intro, formulas, regulations and more. Quick lookup for Launchpad concepts, best practices, and implementat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 152 次。

如何安装 Launchpad?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install launchpad」即可一键安装,无需额外配置。

Launchpad 是免费的吗?

是的,Launchpad 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Launchpad 支持哪些平台?

Launchpad 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Launchpad?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.1。

💬 留言讨论