src/skills/bundled/pancakeswap/SKILL.md
PancakeSwap — Multi-chain DEX (BNB Chain, ETH, ARB, Base)
npx skillsauth add alsk1992/cloddsbot pancakeswapInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Multi-chain AMM DEX with V3 concentrated liquidity. Swap tokens on BNB Chain, Ethereum, Arbitrum, and Base.
# Set credentials
export EVM_PRIVATE_KEY="0x..."
# Get a quote
/cake quote BNB USDT 1 --chain bsc
# Execute swap
/cake swap BNB USDT 1 --chain bsc
# Check price
/cake price CAKE USDT --chain bsc
| Command | Description |
|---------|-------------|
| /cake swap <from> <to> <amount> [--chain bsc] | Execute swap |
| /cake quote <from> <to> <amount> [--chain bsc] | Get quote without executing |
| /cake price <tokenA> <tokenB> [--chain bsc] | Get relative price |
| /cake balance <token> [--chain bsc] | Check token balance |
| /cake help | Show commands |
Use --chain to select network (default: bsc):
| Flag | Network |
|------|---------|
| --chain bsc | BNB Smart Chain (default) |
| --chain eth | Ethereum |
| --chain arb | Arbitrum |
| --chain base | Base |
# Swap 1 BNB to USDT on BSC
/cake swap BNB USDT 1
# Swap 100 USDC to CAKE on Ethereum
/cake swap USDC CAKE 100 --chain eth
# Get quote for WETH to USDC on Arbitrum
/cake quote WETH USDC 0.5 --chain arb
# Check CAKE balance on BSC
/cake balance CAKE
| Token | BSC | ETH | ARB | Base | |-------|-----|-----|-----|------| | CAKE | Yes | Yes | Yes | Yes | | USDC | Yes | Yes | Yes | Yes | | USDT | Yes | Yes | Yes | - | | WBNB | Yes | - | - | - | | WETH | - | Yes | Yes | Yes |
# Required
export EVM_PRIVATE_KEY="0x..."
# Optional: custom RPC URLs
export BSC_RPC_URL="https://..."
export ETH_RPC_URL="https://..."
testing
Play Yoink capture-the-flag game on Base - yoink the flag, check scores, compete for trophy
research
X/Twitter research via Composio — search, threads, profiles, watchlists
development
Monitor whale trades on Polymarket and crypto chains (Solana, ETH, Polygon, ARB, Base, OP)
development
Webhook management with HMAC signing and rate limiting