This skill should be used when building trading bots, implementing swap functionality, or adding cross-chain bridge support. Covers same-chain swaps, cross-chain bridges, ETH/WETH conversions, and amount formats.
Executes token trades, swaps, bridges, and ETH/WETH conversions across multiple blockchains via natural language commands.
npx claudepluginhub bankrbot/claude-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Execute token swaps and trades via natural language prompts.
| Operation | Example Prompt |
|---|---|
| Buy tokens | Buy $50 of ETH |
| Sell tokens | Sell 10% of my USDC |
| Swap tokens | Swap 0.1 ETH for USDC |
| Cross-chain bridge | Bridge 100 USDC from Ethereum to Base |
| Cross-chain swap | Swap ETH on Ethereum for USDC on Polygon |
| Wrap ETH | Convert 1 ETH to WETH |
| Unwrap WETH | Convert 1 WETH to ETH |
Buy {amount} of {token} [on {chain}]
Sell {amount} of {token} [on {chain}]
Swap {amount} {fromToken} for {toToken} [on {chain}]
Bridge {amount} {token} from {sourceChain} to {destChain}
Amount formats:
$50, $10010%, 50%0.5 ETH, 100 USDCSupported chains: Base, Polygon, Ethereum, Unichain, Solana
import { execute } from "./bankr-client";
// Simple trade
await execute("Buy $50 of ETH on Base");
// Cross-chain
await execute("Bridge 100 USDC from Ethereum to Base");
bankr-client-patterns - Client setup and execute functionbankr-api-basics - API fundamentalsbankr-market-research - Price data for trading decisionsActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.