CtrlK
BlogDocsLog inGet started
Tessl Logo

pancakeswap

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

48

Quality

51%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./src/skills/bundled/pancakeswap/SKILL.md
SKILL.md
Quality
Evals
Security

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

  • PancakeSwap App
  • PancakeSwap Docs
Repository
alsk1992/CloddsBot
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.