← 返回 Skills 市场
lvcidpsyche

Solpaw

作者 LvcidPsyche · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
922
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install solpaw-skill
功能描述
Launch Solana tokens on Pump.fun via the SolPaw platform. 0.1 SOL one-time fee. Your wallet is the onchain creator.
安全使用建议
Do not supply your Solana private key to this skill until the ownership/signing behavior is clarified. Specific actions to consider before installing or using: - Verify which API endpoint the code calls: /tokens/launch (server signs, platform becomes creator) vs /tokens/launch-local (client signs, you remain creator). The included TypeScript calls /tokens/launch — that contradicts the documentation's claim that your wallet will be the onchain creator. - Prefer local signing: if you want to remain the onchain creator, require the skill to use /tokens/launch-local or provide a signing-only helper that never sends your private key to the network or server. - Never place long-term private keys in shared environment variables on multi-user machines. Use ephemeral/local signing (hardware wallet, offline signing, or a process that reads a key from a secure keystore) where possible. - Confirm the platform wallet address and test with minimal-risk flows (use a devnet/testnet or a small-value account) before sending real funds. The 0.1 SOL payment is irreversible and could be lost or result in the platform controlling the token if the server signs. - If you plan to use this skill, request the maintainer update the SDK to clearly expose a payAndLaunch/local-signing method (and/or remove SOLANA_PRIVATE_KEY from required envs if unused), or patch the code to use /tokens/launch-local and local signing. If the maintainer cannot justify the private key requirement, treat it as unnecessary and risky.
功能分析
Type: OpenClaw Skill Name: solpaw-skill Version: 0.1.0 The skill is suspicious due to a significant discrepancy between its stated functionality and its actual implementation. The `SKILL.md` and `README.md` explicitly claim that the agent's wallet will be the onchain creator and that local signing is used for token launches. However, the `solpaw-skill.ts` implementation calls the `/tokens/launch` API endpoint, which, according to `references/api-docs.md`, is a 'Lightning mode' where the 'server signs the transaction' and the 'Platform wallet is the onchain creator (not recommended)'. This misrepresentation of token ownership and signing mechanism, despite the skill requiring the sensitive `SOLANA_PRIVATE_KEY` environment variable, raises serious trust concerns about the skill's transparency and the true control over launched assets via `https://api.solpaw.fun`.
能力评估
Purpose & Capability
Name/description: launch Solana tokens with the agent as onchain creator. Declared requirements include an API key, creator wallet, and a SOLANA_PRIVATE_KEY — reasonable if the skill signs transactions locally. However, the included TypeScript implementation's launchToken() posts to /tokens/launch (server-side signing) rather than /tokens/launch-local (client-side signing). That contradicts the stated purpose that 'your wallet is the onchain creator' and the SKILL.md guidance to 'ALWAYS use Local Mode'.
Instruction Scope
SKILL.md describes both the local flow (build unsigned tx, sign locally, submit /tokens/submit or /tokens/launch-local) and a one-call SDK that 'pays fee + uploads + signs + submits'. But the actual solpaw-skill.ts only implements calls that use the server-side /tokens/launch endpoint and never performs local signing. Instructions expect the agent to handle private signing, but the code does not. This mismatch could lead to unexpected server-side signing or token ownership behavior.
Install Mechanism
Instruction-only skill with no download/extract install steps and only requires curl. No risky install URLs or archive extraction detected.
Credentials
The skill requires three env vars (SOLPAW_API_KEY, SOLPAW_CREATOR_WALLET, SOLANA_PRIVATE_KEY). API key and creator wallet are expected. Requiring the private key is only justified for local signing; but the shipped code does not use it, so requesting the private key as an environment variable appears disproportionate and unnecessary. Additionally, storing private keys in environment variables has standard security risks that users should consider.
Persistence & Privilege
No always:true, no install script that modifies other skills or system config, and the skill does not request persistent elevated privileges. Default autonomous invocation is enabled (normal).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solpaw-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solpaw-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
solpaw-skill v0.1.0 - Initial release of SolPaw: launch Solana tokens on Pump.fun via the SolPaw platform - 0.1 SOL one-time platform fee per launch, with the agent's wallet as the onchain creator - Full support for metadata, image uploads, CSRF/fee payments, and transaction signing - TypeScript SDK and command-line instructions included - Enforces 1 launch per 24h, with strong constraints for safe, responsible usage
元数据
Slug solpaw-skill
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Solpaw 是什么?

Launch Solana tokens on Pump.fun via the SolPaw platform. 0.1 SOL one-time fee. Your wallet is the onchain creator. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 922 次。

如何安装 Solpaw?

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

Solpaw 是免费的吗?

是的,Solpaw 完全免费(开源免费),可自由下载、安装和使用。

Solpaw 支持哪些平台?

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

谁开发了 Solpaw?

由 LvcidPsyche(@lvcidpsyche)开发并维护,当前版本 v0.1.0。

💬 留言讨论