Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Pancakeswap

  • 17 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

PancakeSwap (in cloddsbot) is a skill that swaps tokens and gets quotes on the PancakeSwap multi-chain DEX across BNB Chain, Ethereum, Arbitrum, and Base.

About

This skill lets a bot swap tokens on PancakeSwap, a multi-chain automated market maker with V3 concentrated liquidity. A developer uses it to get quotes, execute swaps, check relative prices, and read balances on BNB Chain, Ethereum, Arbitrum, or Base via a --chain flag. It requires an EVM private key to sign transactions.

  • Swaps tokens on PancakeSwap across BNB Chain, Ethereum, Arbitrum, and Base
  • Swap, quote, price, and balance commands with a --chain flag
  • V3 concentrated-liquidity AMM; requires an EVM private key

Pancakeswap by the numbers

  • 17 all-time installs (skills.sh)
  • Ranked #731 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

pancakeswap capabilities & compatibility

Requires EVM_PRIVATE_KEY; on-chain gas on the selected EVM chain.

Use cases
trading
Pricing
Bring your own API key
From the docs

What pancakeswap says it does

Multi-chain AMM DEX with V3 concentrated liquidity. Swap tokens on BNB Chain, Ethereum, Arbitrum, and Base.
SKILL.md
PancakeSwap — Multi-chain DEX (BNB Chain, ETH, ARB, Base)
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill pancakeswap

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs17
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Swap tokens and get quotes on PancakeSwap across BNB Chain, ETH, ARB, and Base.

When should I use this skill?

You want to swap tokens or get quotes on PancakeSwap on any supported EVM chain.

What you get

On-chain token swaps and quotes on PancakeSwap across four EVM chains.

By the numbers

  • 4 supported chains
  • 5 commands

Files

SKILL.mdMarkdownGitHub ↗

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

CommandDescription
/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 helpShow commands

Chain Flag

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

FlagNetwork
--chain bscBNB Smart Chain (default)
--chain ethEthereum
--chain arbArbitrum
--chain baseBase

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

TokenBSCETHARBBase
CAKEYesYesYesYes
USDCYesYesYesYes
USDTYesYesYes-
WBNBYes---
WETH-YesYesYes

Configuration

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

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

Resources

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.