← 返回 Skills 市场
lvcidpsyche

Solpaw

作者 LvcidPsyche · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
866
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install solpaw-skill-final
功能描述
Launch Solana tokens on Pump.fun via the SolPaw platform. 0.1 SOL one-time fee. Your wallet is the onchain creator.
安全使用建议
Do not hand over your SOLANA_PRIVATE_KEY or set it as an environment variable for this skill until the mismatches below are resolved. Specific actions to consider before installing or using this skill: - Ask the maintainer to explain and fix the discrepancy: the SKILL.md/README recommend local signing (/tokens/launch-local + /tokens/submit) but the shipped code calls /tokens/launch (server-side signing). Confirm which mode will actually be used and why. - If you want your wallet to be the on‑chain creator, insist the code use the local-signing flow (build unsigned tx, sign locally with your key, call /tokens/submit) and that SOLANA_PRIVATE_KEY is used only locally (never sent to the API). - Until that's clarified, do not put your private key in an environment variable accessible to the agent runtime. Prefer ephemeral signing (hardware wallet, remote signing service you control, or manual signing) and test on devnet/testnet first with small amounts. - Verify the platform wallet address and the project identity off-platform (check the GitHub repo, owner, and domain registration for solpaw.fun). The platform wallet is hardcoded in docs — confirm it matches the official project and not an impostor. - Require explicit user confirmation before any payment or launch action. The skill's docs state this, but it's a policy; make sure your agent enforces a human approval step before sending funds or signing transactions. - If you must use the skill, review/replace the launchToken implementation so it uses /tokens/launch-local and /tokens/submit (or otherwise ensure private keys never leave your environment), and re-run a code audit. Because of the uncertain mismatch (private-key requirement vs server-side signing), treat this skill as suspicious until the author provides a clear explanation or the code is updated to match the documented, local-signing behavior.
功能分析
Type: OpenClaw Skill Name: solpaw-skill-final Version: 0.1.1 The skill is classified as suspicious due to the explicit instruction in `SKILL.md` for the AI agent to directly handle and use the `SOLANA_PRIVATE_KEY` environment variable for signing Solana transactions. While the stated purpose is to launch tokens, which requires signing, providing an autonomous agent with direct access to a private key for transaction signing is a high-risk capability. This could lead to unauthorized financial transactions if the agent is compromised or misinterprets instructions, despite the `README.md` claiming 'Private keys never touch the server' and the `solpaw-skill.ts` code using an API endpoint where the server signs (a discrepancy with `SKILL.md`'s 'Local Mode' instructions).
能力评估
Purpose & Capability
The skill claims 'ALWAYS use Local Mode' and that 'your wallet is the onchain creator' (SKILL.md/README). However, the TypeScript implementation's launchToken() posts to /tokens/launch (server-side signing / lightning mode) rather than /tokens/launch-local. That makes the platform (not the user's wallet) the onchain creator. Requiring a SOLANA_PRIVATE_KEY in metadata/requirements while the code does not use it is inconsistent.
Instruction Scope
SKILL.md instructs building an unsigned transaction (/tokens/launch-local), signing locally, and submitting (/tokens/submit). The code instead calls the server 'launch' endpoint (lightning mode). The documentation and runtime instructions therefore diverge from the actual code path; this is scope/instruction mismatch that could change who controls minted tokens and how fees/ownership work.
Install Mechanism
No install spec (instruction-only) and required binary is only curl. There is a TypeScript source file included, but nothing in the package writes arbitrary archives or pulls code from unusual URLs. Install mechanism itself is low-risk.
Credentials
The skill declares three env vars (SOLPAW_API_KEY, SOLPAW_CREATOR_WALLET, SOLANA_PRIVATE_KEY). SOLPAW_API_KEY and creator wallet are reasonable. Asking for SOLANA_PRIVATE_KEY (a high-value secret) is only justified if the agent will sign transactions locally; the included code does not use that key, so the requirement is disproportionate and unexplained. Storing private keys in environment variables is intrinsically sensitive — avoid unless strictly necessary and audited.
Persistence & Privilege
always:false (good). disable-model-invocation:false (default) means the agent can call the skill autonomously. That is normally acceptable, but combined with a declared requirement for a private key (even if not used by the included code) increases the blast radius: an autonomously-invoking skill with access to a private key could sign transactions without explicit approval. The skill's own policy text requires user confirmation, but that is not enforced automatically.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install solpaw-skill-final
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /solpaw-skill-final 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
- Initial public release of SolPaw skill (v0.1.1). - Allows launching Solana tokens on Pump.fun via the SolPaw platform for a 0.1 SOL one-time fee. - Ensures tokens are launched using your agent's wallet as the onchain creator. - Supports image uploads, IPFS metadata handling, and Pump.fun deployment in local mode. - Enforces a 1 token launch per agent per 24 hours limit. - Full instructions and TypeScript SDK usage examples included.
元数据
Slug solpaw-skill-final
版本 0.1.1
许可证
累计安装 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 插件,目前累计下载 866 次。

如何安装 Solpaw?

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

Solpaw 是免费的吗?

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

Solpaw 支持哪些平台?

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

谁开发了 Solpaw?

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

💬 留言讨论