← Back to Skills Marketplace
Tokenized agents pump.fun
by
sushant-baton
· GitHub ↗
· v1.0.0
· MIT-0
247
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pump-fun-tokenized-agents
Description
Build payment flows for Pump Tokenized Agents using @pump-fun/agent-payments-sdk. Use when accepting payments, building accept-payment transactions, integrat...
Usage Guidance
This skill appears to do what it says — help build Solana payment flows — but there are a few things to check before using it:
- Manifest vs SKILL.md mismatch: the skill metadata declares no required env vars, but the instructions require SOLANA_RPC_URL, NEXT_PUBLIC_SOLANA_RPC_URL, AGENT_TOKEN_MINT_ADDRESS, and CURRENCY_MINT. Treat that as a documentation/package quality issue; set only the env vars you intend and verify what the running code will read.
- Third‑party packages: the instructions tell you to install @pump-fun/agent-payments-sdk and Solana libraries from npm. Before npm installing, review the SDK on npm/GitHub (source, authors, recent activity) to ensure it is trustworthy and to confirm the correct version ranges.
- RPC providers: the doc suggests using public RPC endpoints (rpc.solanatracker.io, rpc.ankr.com). Using someone else's RPC means RPC operators can see transaction metadata and IPs, and free endpoints can be rate‑limited or unreliable. Prefer your own RPC provider or understand the privacy/availability tradeoffs.
- Secrets: the skill explicitly warns not to log private keys and not to sign on behalf of users. Follow that: never put wallet secret keys in .env for client wallets, and only handle signing keys on servers if you fully control and secure them.
- Verification: implement server-side verification (validateInvoicePayment) exactly as instructed before delivering paid services.
If you plan to install and run this SDK, inspect the SDK source (package.json, repository, published code) and pin versions to avoid dependency surprises. If you want a stronger assurance, ask the skill author for a link to the SDK repository and for the package's integrity (source URL, checksum, or repository) before installing.
Capability Analysis
Type: OpenClaw Skill
Name: pump-fun-tokenized-agents
Version: 1.0.0
The skill bundle provides legitimate instructions and code templates for integrating Solana-based payments using the @pump-fun/agent-payments-sdk. It includes strong safety guidelines, such as prohibiting the handling of private keys by the agent and requiring server-side verification of transactions. The logic and external references (e.g., to GitHub and public Solana RPCs like Solana Tracker) are consistent with the stated purpose of building payment flows for tokenized agents.
Capability Assessment
Purpose & Capability
The name/description align with the SKILL.md: the skill is about building payment flows for Pump tokenized agents on Solana. However the skill metadata claims no required env vars or credentials while the SKILL.md explicitly requires several environment variables (SOLANA_RPC_URL, NEXT_PUBLIC_SOLANA_RPC_URL, AGENT_TOKEN_MINT_ADDRESS, CURRENCY_MINT). This mismatch is an incoherence (likely sloppy metadata) that the user should be aware of.
Instruction Scope
Runtime instructions are scoped to building payment instructions, wallet integration, and verifying on‑chain payments. They explicitly warn not to log private keys and to verify payments server‑side. The doc recommends using public RPC endpoints if the user does not provide one (external network calls to RPC providers are expected for this purpose).
Install Mechanism
The skill is instruction-only and does not install code itself. It tells the user to run npm install for @pump-fun/agent-payments-sdk and related Solana libs — a normal, low-risk pattern for this purpose. Because the skill does not auto-download or execute code, installation risk is borne by the user when they run npm.
Credentials
The SKILL.md requires several environment variables (RPC URLs and token mint addresses) which are proportionate to a Solana payment SDK. But the skill metadata lists no required env vars — an inconsistency. The env variables requested are not secrets in themselves, but you should not place private keys in .env and should avoid handing any secret signing keys to the server unless explicitly required and understood.
Persistence & Privilege
The skill does not request persistent or elevated platform privileges (always:false, user-invocable, no config paths or binaries). It does not modify other skills or system settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pump-fun-tokenized-agents - After installation, invoke the skill by name or use
/pump-fun-tokenized-agents - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Pump Tokenized Agents payment skill.
- Enables building payment flows for Pump Tokenized Agents using @pump-fun/agent-payments-sdk.
- Supports accepting payments, constructing payment transactions, wallet integration, and invoice verification on Solana.
- Includes thorough safety and environment setup instructions.
- Guides on required user input and dependency compatibility.
- Supports USDC and Wrapped SOL as payment currencies.
- Provides detailed SDK usage and sample code for integration.
Metadata
Frequently Asked Questions
What is Tokenized agents pump.fun?
Build payment flows for Pump Tokenized Agents using @pump-fun/agent-payments-sdk. Use when accepting payments, building accept-payment transactions, integrat... It is an AI Agent Skill for Claude Code / OpenClaw, with 247 downloads so far.
How do I install Tokenized agents pump.fun?
Run "/install pump-fun-tokenized-agents" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tokenized agents pump.fun free?
Yes, Tokenized agents pump.fun is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tokenized agents pump.fun support?
Tokenized agents pump.fun is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tokenized agents pump.fun?
It is built and maintained by sushant-baton (@sushant-baton); the current version is v1.0.0.
More Skills