← Back to Skills Marketplace
lvcidpsyche

Solpaw

by LvcidPsyche · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
922
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install solpaw-skill
Description
Launch Solana tokens on Pump.fun via the SolPaw platform. 0.1 SOL one-time fee. Your wallet is the onchain creator.
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install solpaw-skill
  3. After installation, invoke the skill by name or use /solpaw-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug solpaw-skill
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Solpaw?

Launch Solana tokens on Pump.fun via the SolPaw platform. 0.1 SOL one-time fee. Your wallet is the onchain creator. It is an AI Agent Skill for Claude Code / OpenClaw, with 922 downloads so far.

How do I install Solpaw?

Run "/install solpaw-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Solpaw free?

Yes, Solpaw is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Solpaw support?

Solpaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Solpaw?

It is built and maintained by LvcidPsyche (@lvcidpsyche); the current version is v0.1.0.

💬 Comments