← Back to Skills Marketplace
338
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pump-sdk-core
Description
Build and extend the core Pump SDK — an offline-first TypeScript SDK that constructs Solana TransactionInstructions for token creation, buying, selling, migr...
Usage Guidance
This skill appears internally consistent: it documents an offline instruction builder plus an online wrapper that needs a SOLANA_RPC_URL to make RPC calls. If you install it, only provide a Solana RPC endpoint you trust (it will allow the skill to read on-chain accounts via that RPC). The skill does not request private keys or other credentials, but if you do not want the agent to be able to make network calls, omit SOLANA_RPC_URL or disable autonomous invocation. For extra caution, review the upstream npm/GitHub package source (metadata references https://github.com/nirholas/pump-fun-sdk) before using it in production.
Capability Analysis
Type: OpenClaw Skill
Name: pump-sdk-core
Version: 0.1.0
The skill bundle, consisting of `_meta.json` and `SKILL.md`, describes the development and maintenance of a Solana SDK. The `SKILL.md` provides detailed technical instructions and context for building `TransactionInstruction`s and interacting with Solana programs. It requires the `SOLANA_RPC_URL` environment variable, which is a standard and expected dependency for Solana-related development. There are no indications of malicious intent, data exfiltration, unauthorized execution, or prompt injection attempts against the OpenClaw agent within the provided files. The content is entirely focused on the stated purpose of developing a Solana SDK.
Capability Assessment
Purpose & Capability
The skill describes an SDK that supports both an offline builder and an online wrapper that makes RPC calls. Requesting a single SOLANA_RPC_URL environment variable is consistent with the OnlinePumpSdk's behavior, but slightly at odds with the 'offline-first' emphasis in the description — the env var is only needed for the online features.
Instruction Scope
SKILL.md contains development/runtime guidance for building TransactionInstruction objects and for when to use RPC (getMultipleAccountsInfo). It does not instruct the agent to read unrelated files, request other credentials, or transmit data to unexpected endpoints.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only, which minimizes on-disk risk.
Credentials
Only SOLANA_RPC_URL is required. That is proportionate to the documented OnlinePumpSdk functionality. The skill does not request private keys, tokens, or unrelated service credentials.
Persistence & Privilege
The skill is not force-included (always:false) and uses default autonomous invocation. It does not declare behavior that modifies other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pump-sdk-core - After installation, invoke the skill by name or use
/pump-sdk-core - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
pump-sdk-core 0.1.0
- Initial release of Pump SDK Core, an offline-first TypeScript SDK for Solana transaction instruction creation.
- Supports token creation, buying, selling, migration, and creator fee collection across Pump, PumpAMM, PumpFees, and Mayhem programs.
- Includes both offline (`PumpSdk`) and online (`OnlinePumpSdk`) instruction builder classes.
- Account decoding with Anchor-based coders for all relevant on-chain state.
- Designed for flexibility: methods return reusable `TransactionInstruction[]`, support both SPL and Token-2022 programs, and handle account extension and validation.
- Comprehensive documentation and patterns for instruction building, decoding, and safe extension.
Metadata
Frequently Asked Questions
What is Pump Sdk Core?
Build and extend the core Pump SDK — an offline-first TypeScript SDK that constructs Solana TransactionInstructions for token creation, buying, selling, migr... It is an AI Agent Skill for Claude Code / OpenClaw, with 338 downloads so far.
How do I install Pump Sdk Core?
Run "/install pump-sdk-core" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pump Sdk Core free?
Yes, Pump Sdk Core is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Pump Sdk Core support?
Pump Sdk Core is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pump Sdk Core?
It is built and maintained by speraxos (@speraxos); the current version is v0.1.0.
More Skills