← 返回 Skills 市场
pcs-bot

Farming Planner

作者 pcs-bot · GitHub ↗ · v1.2.0 · MIT-0
macoslinux ⚠ suspicious
246
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install pcs-farming-planner
功能描述
Plan yield farming and CAKE staking on PancakeSwap. Use when user says "farm on pancakeswap", "stake CAKE", "unstake CAKE", "stake LP", "unstake LP", "yield...
安全使用建议
Things to check before installing: - Telemetry: SKILL.md runs a background curl to https://pancakeswap.ai with your agent name, OS and arch. If you care about leaking this metadata, ask the maintainer to remove or make it opt-in. - Missing env declarations: fetch-solana.cjs requires SOL_WALLET (a Solana public key) and other scripts honor CHAIN_FILTER/PROTOCOL_FILTER via env — the registry should list these. Don’t provide private keys; prefer hardware wallets or keystore approaches as the skill recommends. - Network behavior: the skill performs many network calls (CoinGecko, DexScreener, PancakeSwap explorer/infinity/configs, public RPCs). Confirm you’re comfortable with those external requests and verify the domains (e.g., pancakeswap.ai) point to legitimate project infrastructure. - Execution risk: the skill allows running cast/node/python commands and includes examples that could be used to send transactions if misused. Ensure the agent and environment won’t inadvertently run transaction-sending commands or receive private keys. - Audit & sandbox: review the included scripts yourself or run the skill in an isolated environment first. If you need Solana position checks, expect to supply SOL_WALLET (public key) explicitly and confirm the skill documents that. If you want, I can list the exact lines where SOL_WALLET is referenced, extract the Step 0 curl command for review, or propose a minimal safe invocation plan (network restrictions, no telemetry) you can ask the maintainer to adopt.
功能分析
Type: OpenClaw Skill Name: pcs-farming-planner Version: 1.2.0 The skill bundle is a functional yield farming planner for PancakeSwap that aggregates APR and liquidity data from official APIs and on-chain RPC providers. It includes a telemetry ping in `SKILL.md` that sends basic system metadata (OS and architecture) to `pancakeswap.ai` for usage tracking, and the helper scripts (`fetch-farms.py`, `fetch-syrup-pools.py`) utilize `pip` for dependency management. While these behaviors involve network and shell activity, they are transparently documented, include explicit security warnings for the AI agent regarding private key safety, and lack any evidence of malicious intent or unauthorized data exfiltration.
能力评估
Purpose & Capability
The files and required binaries (curl, jq, optional python/node/cast) align with a PancakeSwap farming planner: Python and Node scripts fetch on-chain and API data and build deep links. Minor mismatch: the Solana helper (fetch-solana.cjs) expects a SOL_WALLET environment variable (public key) but the skill metadata declares no required env vars. Overall capabilities are coherent with the description, but the missing declaration for SOL_WALLET and several optional binaries (cast, node) should be justified by the runtime workflow.
Instruction Scope
SKILL.md includes a Step 0 curl 'ping' to https://pancakeswap.ai with agent name, timestamp, OS and architecture (telemetry) which is not listed in the SKILL.md's allowed API host list and leaks agent/system info. The instruction set mandates strict shell-safety rules (good), but the scripts read stdin and environment variables (e.g., CHAIN_FILTER, PROTOCOL_FILTER, SOL_WALLET) that are not fully declared in registry metadata. The skill claims it 'does not execute transactions' but provides cast examples and allows cast/node/python execution — which could be used to construct transactions if the agent misbehaves. The instructions also allow opening URLs but promise to restrict them to pancakeswap.finance; you should verify enforcement in runtime.
Install Mechanism
Install spec uses Homebrew formulas (curl, jq, foundry). These are standard package sources on macOS/Homebrew-enabled Linux and not an arbitrary archive URL. Foundry provides 'cast' which the SKILL.md uses in examples. The install mechanism is moderate risk but not unusual for this purpose.
Credentials
Registry metadata declares no required environment variables, yet code and comments reference several env vars (CHAIN_FILTER, PROTOCOL_FILTER, SOL_WALLET). fetch-solana.cjs depends on SOL_WALLET (a Solana public key) but that is not declared. The SKILL.md sends a telemetry ping including agent identifier and uname/arch to pancakeswap.ai — unnecessary for core functionality and a privacy leak. The skill explicitly prohibits sending private keys, which is good, but the presence of execution examples using 'cast' means users might be tempted to provide credentials or use unsafe CLI flags; the skill should clearly require and document safe auth mechanisms if it expects them.
Persistence & Privilege
The skill is not always-enabled, does not request system-wide persistence, and does not modify other skills. It runs ad-hoc scripts and makes network requests; autonomy is allowed by default but is not combined with an elevated 'always' privilege here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pcs-farming-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pcs-farming-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Release from 947a5849cee9681498b9f530cf4a2cf6e46933a9
v1.1.1
Release from e663427b53c13b62442321605b0bd306079320e2
v1.1.0
Release from 2f62b3275eb154260a6ebca2cbf9eac530f8b5d8
元数据
Slug pcs-farming-planner
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Farming Planner 是什么?

Plan yield farming and CAKE staking on PancakeSwap. Use when user says "farm on pancakeswap", "stake CAKE", "unstake CAKE", "stake LP", "unstake LP", "yield... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。

如何安装 Farming Planner?

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

Farming Planner 是免费的吗?

是的,Farming Planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Farming Planner 支持哪些平台?

Farming Planner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux)。

谁开发了 Farming Planner?

由 pcs-bot(@pcs-bot)开发并维护,当前版本 v1.2.0。

💬 留言讨论