← 返回 Skills 市场
Ponzu Launchpad
作者
YuzuKyouma
· GitHub ↗
· v1.0.1
279
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ponzu-ethereum
功能描述
Deploy and interact with Ponzu token launchpad — presales, DEX swaps, and LP farming on Ethereum
安全使用建议
This skill appears to do what it says (deploy and interact with a Ponzu launchpad), but you should take precautions before using it: 1) Never expose your main private key — create and fund a dedicated ephemeral wallet for deployments and testing. 2) Test thoroughly on a testnet (Sepolia) first. 3) Inspect the @ponzu_app/sdk package source (and viem usage) on the npm registry / GitHub before running npm install — npm packages can run arbitrary code. 4) Prefer using a trusted RPC endpoint (or your own node) — public RPC providers may see transaction payloads. 5) If you want to avoid exposing a raw private key to the environment, consider signing transactions offline or with a hardware wallet / dedicated signing service. If you want extra assurance, request the package's source repository, audit reports, and the on‑chain contract addresses referenced by the skill before proceeding.
功能分析
Type: OpenClaw Skill
Name: ponzu-ethereum
Version: 1.0.1
The skill bundle provides documentation and instructions for an AI agent to interact with the Ponzu token launchpad on Ethereum. While the name 'Ponzu' is a play on 'Ponzi' (common in high-risk DeFi branding), the SKILL.md contains legitimate technical instructions, security best practices (e.g., using dedicated wallets, testing on Sepolia), and code snippets that correctly use the user's own address for transactions. There is no evidence of data exfiltration, prompt injection, or malicious logic in the provided files.
能力评估
Purpose & Capability
The skill is a token launchpad and declares PONZU_PRIVATE_KEY, PONZU_NETWORK, and PONZU_RPC_URL — credentials and config that are expected and necessary to sign and broadcast Ethereum transactions.
Instruction Scope
SKILL.md contains code examples that sign transactions with process.env.PONZU_PRIVATE_KEY and broadcast to the configured RPC. This stays within the stated purpose, but the instructions also advise installing @ponzu_app/sdk from npm (external code) which could introduce behavior beyond what the prose states (e.g., telemetry or additional network requests). The manifest does not include an automated install spec — installation is manual/implicit in the instructions.
Install Mechanism
No install spec is included in the registry (lowest automated risk), but the README explicitly tells users to run npm install @ponzu_app/sdk viem. Pulling an npm package is a moderate-risk action because it executes third-party code; verify the package source and contents before running.
Credentials
Only three env vars are required (private key, network, RPC URL). These are proportionate to deploying and interacting with Ethereum contracts. PONZU_PRIVATE_KEY is highly sensitive — the skill documents recommended mitigations (dedicated wallet, testnet).
Persistence & Privilege
always is false; the skill does not request system-wide config paths or cross-skill modifications and contains no install scripts in the registry. It does not ask to remain permanently enabled.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ponzu-ethereum - 安装完成后,直接呼叫该 Skill 的名称或使用
/ponzu-ethereum触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added a new security and privacy section with clear wallet handling, privacy, and environment requirements.
- Improved documentation structure for quick start, focusing on safe usage and environment setup.
- Clarified that no data is sent to Ponzu servers and that all contract interactions are direct and local.
- Updated environment variable requirements for explicit clarity (`PONZU_PRIVATE_KEY`, `PONZU_NETWORK`, `PONZU_RPC_URL`).
- Minor corrections and DRY improvements to documentation.
- No code changes; this is a documentation update only.
v1.0.0
Initial release of Ponzu Token Launchpad.
- Launch ERC-20 tokens with presale, diamondhand vesting and yield farming in one transaction
- The most advanced tokenomics and extended token lifecycle: presale with NFT positions, DEX launcher, linear vesting, and non inflationary farming.
- No admin keys, proxies, external APIs, or migrations required
- viem SDK and MCP agent integration supported for seamless automation and developer access
- links to https://ponzu.app for details
元数据
常见问题
Ponzu Launchpad 是什么?
Deploy and interact with Ponzu token launchpad — presales, DEX swaps, and LP farming on Ethereum. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 279 次。
如何安装 Ponzu Launchpad?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ponzu-ethereum」即可一键安装,无需额外配置。
Ponzu Launchpad 是免费的吗?
是的,Ponzu Launchpad 完全免费(开源免费),可自由下载、安装和使用。
Ponzu Launchpad 支持哪些平台?
Ponzu Launchpad 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ponzu Launchpad?
由 YuzuKyouma(@yuzukyouma)开发并维护,当前版本 v1.0.1。
推荐 Skills