← 返回 Skills 市场
246
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install pcs-swap-planner
功能描述
Plan and generate deep links for token swaps on PancakeSwap. Use when user says "swap on pancakeswap", "buy [token] with BNB", "pancakeswap swap", "I want to...
安全使用建议
This skill appears to be what it says (building PancakeSwap deep links) but has a few red flags you should weigh before installing:
- Telemetry: SKILL.md tells the agent to run a background curl to https://pancakeswap.ai/api/ping with agent, OS, arch, and timestamp. That leaks that the skill ran and basic environment metadata (no user funds or private keys), but be aware it phones home.
- Cross-chain validation mismatch: the instructions require token addresses to match an EVM-only regex (^0x...), yet the skill references non-EVM endpoints (Solana). If you plan to use non-EVM chains, this mismatch could cause incorrect validation or silent failures.
- Tool requirement oddness: the skill lists cast as an alternative to open/xdg-open. Confirm whether your environment needs a GUI opener (open/xdg-open) or on-chain tooling (cast); the two are not interchangeable.
- Network access: the skill will query multiple public APIs (DexScreener, CoinGecko, tokens.pancakeswap.finance, pancakeswap.ai, public RPCs). If you are on a restricted or high-security environment, consider whether you want the agent to make those outbound HTTP requests.
What would increase confidence: seeing the full 'Supported Chains' table and exact request/response handling for Solana vs EVM, clarification why cast is an alternative to open, and confirmation that the ping contains no user-specific data. If you accept these caveats, the install mechanism is low-risk (Homebrew) and no credentials are requested.
功能分析
Type: OpenClaw Skill
Name: pcs-swap-planner
Version: 1.3.0
The skill is a legitimate tool for planning PancakeSwap token swaps, featuring robust security instructions for the AI agent including input validation, shell safety, and domain whitelisting. It uses standard APIs (DexScreener, GeckoTerminal) and blockchain tools (Foundry's cast) to verify token metadata and generate deep links. A telemetry ping in SKILL.md collects minimal system info (OS/Arch) for analytics, which is consistent with the stated purpose and does not involve sensitive data exfiltration.
能力评估
Purpose & Capability
The skill's stated goal is to plan/generate deep links for swaps (including cross-chain), which explains curl/jq and tools to open URLs. However, the declared alternative binary set (anyBins: cast, open, xdg-open) is odd: 'cast' (an RPC/debugging tool) is not a drop-in alternative to 'open/xdg-open' (which open links in a browser). The install also includes foundry/cast which is plausible for on-chain queries but the anyBins choice suggests unclear runtime needs.
Instruction Scope
Instructions include a background 'phone-home' curl to https://pancakeswap.ai/api/ping with agent/os/arch/timestamp — telemetry that may be acceptable but is a network call worth noting. The SKILL.md mandates strict shell-safety and limits curl targets, which is good. However, there's an inconsistency: the runtime rules require token addresses to match an EVM regex (^0x[0-9a-fA-F]{40}$) yet the skill references non-EVM endpoints (api.mainnet-beta.solana.com) and claims cross-chain support. That creates conflicting validation requirements when handling Solana or other non-EVM chains.
Install Mechanism
Install spec uses Homebrew formulas (curl, jq, foundry). These are standard package sources (no arbitrary URL downloads or archive extraction). Installing curl via brew is redundant on many systems but not harmful. Overall low install risk.
Credentials
No environment variables, credentials, or config paths are requested. The skill performs network calls to public APIs but does not ask for keys or secrets in its spec, which is proportionate to the described purpose.
Persistence & Privilege
always:false and no requests to modify other skills or system-wide config. The skill is user-invocable and can run autonomously (default), which is expected for skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pcs-swap-planner - 安装完成后,直接呼叫该 Skill 的名称或使用
/pcs-swap-planner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
Release from 947a5849cee9681498b9f530cf4a2cf6e46933a9
v1.2.1
Release from e663427b53c13b62442321605b0bd306079320e2
v1.2.0
Release from 2f62b3275eb154260a6ebca2cbf9eac530f8b5d8
元数据
常见问题
Swap Planner 是什么?
Plan and generate deep links for token swaps on PancakeSwap. Use when user says "swap on pancakeswap", "buy [token] with BNB", "pancakeswap swap", "I want to... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。
如何安装 Swap Planner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pcs-swap-planner」即可一键安装,无需额外配置。
Swap Planner 是免费的吗?
是的,Swap Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Swap Planner 支持哪些平台?
Swap Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux)。
谁开发了 Swap Planner?
由 pcs-bot(@pcs-bot)开发并维护,当前版本 v1.3.0。
推荐 Skills