Skip to content
Automation
Skill

/pancakeswap

PancakeSwap — Multi-chain DEX (BNB Chain, ETH, ARB, Base)

From plugin
cloddsbot
651120 skills
Install
$ npx -y skills add alsk1992/CloddsBot --skill pancakeswap --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/pancakeswap

Context preview

The summary Claude sees to decide when to auto-load this skill.

PancakeSwap — Multi-chain DEX (BNB Chain, ETH, ARB, Base)

SKILL.md

pancakeswap.SKILL.md
name: pancakeswap
description: "PancakeSwap — Multi-chain DEX (BNB Chain, ETH, ARB, Base)"
emoji: "🥞"
commands:
  - /cake
gates:
  envs:
    - EVM_PRIVATE_KEY

PancakeSwap

Multi-chain AMM DEX with V3 concentrated liquidity. Swap tokens on BNB Chain, Ethereum, Arbitrum, and Base.

Quick Start

# 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

Commands

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

Chain Flag

Use `--chain` to select network (default: bsc):

| Flag | Network | |------|---------| | `--chain bsc` | BNB Smart Chain (default) | | `--chain eth` | Ethereum | | `--chain arb` | Arbitrum | | `--chain base` | Base |

Examples

# 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

Common Tokens

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

Configuration

# Required
export EVM_PRIVATE_KEY="0x..."

# Optional: custom RPC URLs
export BSC_RPC_URL="https://..."
export ETH_RPC_URL="https://..."

Resources

  • [PancakeSwap App](https://pancakeswap.finance)
  • [PancakeSwap Docs](https://docs.pancakeswap.finance)
Read more
Ships withcloddsbot

Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.

Get the whole plugin
Stats
651
Stars
139
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
1mo ago
Last commit
6mo ago
Created

Repo: alsk1992/CloddsBot