pancakeswap-hub
v1.8.0Tools for integrating and interacting with PancakeSwap Hub
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-hub for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pancakeswap-hub@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-hub/.
Plugin files
├── .claude-plugin/plugin.json├── skills/hub-api-integration/SKILL.md└── skills/hub-swap-planner/SKILL.md
Included Skills2
Help apps and distribution channels integrate PCS Hub into their frontend. Use when user says "/hub-api-integration", "integrate PCS Hub", "embed PCS Hub swap", "PCS Hub integration guide", "how do I add PCS Hub to my wallet", "create a PCS Hub integration spec", or describes wanting to embed PCS Hub quote/swap functionality in an external UI.
Plan swaps through PCS Hub and generate a channel-specific handoff link. Use when user says "swap via PCS Hub", "hub swap", "/hub-swap-planner", "swap via Binance Wallet", "swap via Trust Wallet", "find best PCS Hub route", or describes wanting to swap tokens through a specific partner channel or distribution interface.
Plugin manifests1
{
"name": "pancakeswap-hub",
"version": "1.8.0",
"description": "Tools for integrating and interacting with PancakeSwap Hub",
"author": {
"name": "PancakeSwap",
"email": "[email protected]"
},
"homepage": "https://github.com/pancakeswap/pancakeswap-ai",
"keywords": [
"pancakeswap",
"defi",
"hub",
"portfolio",
"bsc",
"bnb",
"cake"
],
"license": "MIT",
"skills": [
"./skills/hub-swap-planner",
"./skills/hub-api-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-hub on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pancakeswap-hub)