← 返回 Skills 市场
338
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pump-sdk-core - 安装完成后,直接呼叫该 Skill 的名称或使用
/pump-sdk-core触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 338 次。
如何安装 Pump Sdk Core?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pump-sdk-core」即可一键安装,无需额外配置。
Pump Sdk Core 是免费的吗?
是的,Pump Sdk Core 完全免费(开源免费),可自由下载、安装和使用。
Pump Sdk Core 支持哪些平台?
Pump Sdk Core 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pump Sdk Core?
由 speraxos(@speraxos)开发并维护,当前版本 v0.1.0。
推荐 Skills