← 返回 Skills 市场
sushant-baton

Tokenized agents pump.fun

作者 sushant-baton · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
247
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pump-fun-tokenized-agents
功能描述
Build payment flows for Pump Tokenized Agents using @pump-fun/agent-payments-sdk. Use when accepting payments, building accept-payment transactions, integrat...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pump-fun-tokenized-agents
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pump-fun-tokenized-agents 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug pump-fun-tokenized-agents
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。

如何安装 Tokenized agents pump.fun?

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

Tokenized agents pump.fun 是免费的吗?

是的,Tokenized agents pump.fun 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tokenized agents pump.fun 支持哪些平台?

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

谁开发了 Tokenized agents pump.fun?

由 sushant-baton(@sushant-baton)开发并维护,当前版本 v1.0.0。

💬 留言讨论