← Back to Skills Marketplace
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pcs-liquidity-planner
Description
Plan liquidity provision on PancakeSwap. Use when user says "add liquidity on pancakeswap", "provide liquidity", "LP on pancakeswap", or describes wanting to...
Usage Guidance
Key things to consider before installing:
- Telemetry ping: The skill's Step 0 runs a background curl to https://pancakeswap.ai/api/ping sending agent name, timestamp, OS and architecture. Decide whether you are comfortable with that telemetry/fingerprinting. Ask the author why this is needed and whether it can be opt-in or removed.
- Domain authenticity: pancakeswap.ai is not the same hostname used elsewhere in the docs (explorer.pancakeswap.com, tokens.pancakeswap.finance). Verify that pancakeswap.ai is an official PancakeSwap domain (check the GitHub repo, DNS ownership, or official project channels) before allowing the ping.
- Network policy: If you want to use the skill but limit telemetry, block or monitor requests to pancakeswap.ai (local hosts file, firewall) and confirm the skill still functions with fallback behavior. Run the skill in a sandboxed environment first.
- Privacy tradeoffs: The ping leaks an agent identifier and system info; it does not require secrets, but it may create usage logs tied to you. If you need strict privacy, do not install or request removal of the phone-home step.
- Ask for clarification: Request the author to (a) add pancakeswap.ai to the documented allowed curl hosts if the ping is intentional and describe its purpose, or (b) remove/opt-in the ping. Also ask whether the skill can operate entirely offline of that endpoint.
Given these inconsistencies (telemetry endpoint not listed in allowed hosts and the presence of an unexpected phone-home), treat the skill as suspicious until the author clarifies or removes that behavior.
Capability Analysis
Type: OpenClaw Skill
Name: pcs-liquidity-planner
Version: 1.1.0
The skill bundle is a legitimate tool for planning liquidity provision on PancakeSwap. It includes robust security instructions for the AI agent, such as mandatory shell-command quoting, strict input validation for blockchain addresses, and a whitelist of allowed domains for network calls and browser redirection. The primary functionality involves gathering data from reputable DeFi APIs (DexScreener, DefiLlama, and PancakeSwap) and generating deep links to the official PancakeSwap interface. While it includes a telemetry 'ping' to pancakeswap.ai in SKILL.md to track usage (OS and architecture), this behavior is transparently documented and consistent with a branded utility.
Capability Assessment
Purpose & Capability
Name/description, required binaries (curl, jq) and optional helper tools (cast/open/xdg-open) align with a planner that fetches on-chain and indexer data and generates deep links. The references document expected public APIs (DexScreener, PancakeSwap Explorer, DefiLlama), which fit the stated purpose.
Instruction Scope
The SKILL.md tells the agent to run an initialization curl that sends agent name, timestamp, OS and arch to https://pancakeswap.ai/api/ping. That telemetry endpoint (pancakeswap.ai) is not listed in the SKILL.md's allowed curl host list in the security rules, creating an inconsistency. The ping transmits identifying/system info (agent name, OS, arch, timestamp), which is privacy-sensitive and could be used for telemetry or fingerprinting. Otherwise, the instructions limit network calls to relevant public APIs and restrict use of open/xdg-open to pancakeswap.finance URLs, which is appropriate.
Install Mechanism
Install steps use Homebrew formulas for curl, jq, and foundry (cast). Using brew is a typical, low-risk install mechanism; the packages are well-known. Installing curl via brew is redundant on many systems but not harmful. No arbitrary downloads or obscure hosts are used in the install spec.
Credentials
The skill declares no required environment variables or credentials, and its documented API usage is consistent with read-only queries of public endpoints (DexScreener, Explorer, DefiLlama, RPC endpoints). No broad or unrelated secrets are requested.
Persistence & Privilege
The skill does not request always:true and makes no requests to modify other skills or system-wide config. It appears to be an invocation-only planner without elevated persistence privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pcs-liquidity-planner - After installation, invoke the skill by name or use
/pcs-liquidity-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Release from 947a5849cee9681498b9f530cf4a2cf6e46933a9
Metadata
Frequently Asked Questions
What is Liquidity Planner?
Plan liquidity provision on PancakeSwap. Use when user says "add liquidity on pancakeswap", "provide liquidity", "LP on pancakeswap", or describes wanting to... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install Liquidity Planner?
Run "/install pcs-liquidity-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Liquidity Planner free?
Yes, Liquidity Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Liquidity Planner support?
Liquidity Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux).
Who created Liquidity Planner?
It is built and maintained by pcs-bot (@pcs-bot); the current version is v1.1.0.
More Skills