Agent Plugins Marketplace
All plugins

pancakeswap-farming

v1.1.0

AI-powered assistance for discovering PancakeSwap farms, staking CAKE, and managing yield farming positions with deep links to the PancakeSwap interface

Claude Code2 Skills

By PancakeSwapLicense: MIT47 GitHub starsUpdated 3 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 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-farming for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pancakeswap-farming@agent-plugin-marketplace

Paste 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-ai

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/plugins/pancakeswap-farming/.

Plugin files

packages/plugins/pancakeswap-farming/
├── .claude-plugin/plugin.json
├── skills/farming-planner/SKILL.md
└── skills/harvest-rewards/SKILL.md

Included Skills2

farming-plannerskills/farming-planner/SKILL.md

Plan yield farming and CAKE staking on PancakeSwap. Use when user says "farm on pancakeswap", "stake CAKE", "unstake CAKE", "stake LP", "unstake LP", "yield farming", "syrup pool", "pancakeswap farm", "earn CAKE", "farm APR", "harvest rewards", "deposit LP", "withdraw LP", or describes wanting to stake, unstake, or earn yield on PancakeSwap. Do NOT use this skill when the user has a token pair and asks how to earn yield or best profit with those tokens (prefer liquidity-planner instead).

harvest-rewardsskills/harvest-rewards/SKILL.md

Harvest pending CAKE and partner-token rewards from PancakeSwap farming positions. Use when user says "/harvest-rewards", "harvest all my pending CAKE rewards", "how much do I have to claim from my farms", "claim my Syrup Pool rewards", "pending farming rewards", "collect CAKE rewards", or asks what they can harvest.

Plugin manifests1

packages/plugins/pancakeswap-farming/.claude-plugin/plugin.json
{
  "name": "pancakeswap-farming",
  "version": "1.1.0",
  "description": "AI-powered assistance for discovering PancakeSwap farms, staking CAKE, and managing yield farming positions with deep links to the PancakeSwap interface",
  "author": {
    "name": "PancakeSwap",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/pancakeswap/pancakeswap-ai",
  "keywords": [
    "pancakeswap",
    "farming",
    "yield",
    "cake",
    "staking",
    "syrup-pools",
    "bsc",
    "bnb",
    "defi"
  ],
  "license": "MIT",
  "skills": [
    "./skills/farming-planner",
    "./skills/harvest-rewards"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pancakeswap-farming on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pancakeswap-farming)