pancakeswap-driver
v1.1.0AI-powered assistance for discovering tokens and planning PancakeSwap swaps with deep links to the PancakeSwap interface
By PancakeSwapLicense: MIT47 GitHub starsUpdated 3 months ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- May 28, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install pancakeswap-driver for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pancakeswap-driver@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pancakeswap/pancakeswap-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/plugins/pancakeswap-driver/.
Plugin files
├── .claude-plugin/plugin.json├── skills/collect-fees/SKILL.md├── skills/liquidity-planner/SKILL.md├── skills/swap-integration/SKILL.md└── skills/swap-planner/SKILL.md
Included Skills4
Check and collect LP fees from PancakeSwap V3 and Infinity (v4) positions. Use when user says "collect my fees", "claim LP fees", "how much fees have I earned", "pending fees", "uncollected fees", "/collect-fees", "harvest LP fees", or asks about fees from a specific token pair position.
Plan liquidity provision on PancakeSwap. Use when user says "add liquidity on pancakeswap", "provide liquidity", "LP on pancakeswap", or describes wanting to deposit tokens into liquidity pools without writing code. Also use when a user holds two tokens and asks how to earn yield, get best profit, or put tokens to work — especially on Solana or any chain where farming is unavailable.
Integrate PancakeSwap swaps into applications. Use when user says "integrate swaps", "pancakeswap", "smart router", "add swap functionality", "build a swap frontend", "create a swap script", "smart contract swap integration", "use Universal Router", or mentions swapping tokens via PancakeSwap.
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 swap", "cross-chain swap", "bridge swap", or describes wanting to exchange tokens on PancakeSwap without writing code.
Plugin manifests1
{
"name": "pancakeswap-driver",
"version": "1.1.0",
"description": "AI-powered assistance for discovering tokens and planning PancakeSwap swaps with deep links to the PancakeSwap interface",
"author": {
"name": "PancakeSwap",
"email": "[email protected]"
},
"homepage": "https://github.com/pancakeswap/pancakeswap-ai",
"keywords": [
"pancakeswap",
"swap",
"liquidity",
"lp",
"defi",
"deep-links",
"token-discovery",
"bsc",
"bnb",
"cake"
],
"license": "MIT",
"skills": [
"./skills/swap-planner",
"./skills/liquidity-planner",
"./skills/collect-fees",
"./skills/swap-integration"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pancakeswap-driver on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pancakeswap-driver)