Skills
Swapper Toolkit is a skill pack that gives AI agents and coding assistants the ability to perform DeFi operations — depositing funds, bridging assets across chains, and managing crypto wallets — directly from your development environment.
It works with Claude Code, Cursor, Windsurf, OpenClaw, CrewAI, AutoGPT, and other AI agent frameworks.
Installation
Install the full toolkit with a single command:
npx skills add swapperfinance/swapper-toolkitOnce installed, skills are available as slash commands in your AI assistant.
Available Skills
/swapper-deposit
/swapper-depositDeposit and bridge funds into a wallet or protocol using Swapper Finance.
Triggers when:
You ask to deposit, fund, top-up, or bridge assets into a wallet.
The agent detects mid-task that a wallet has insufficient funds, missing tokens, or needs funding before another operation can proceed.
Capabilities:
Direct deposits to any wallet address
Cross-chain bridge transfers (Ethereum, Base, Arbitrum, Optimism, Polygon, Fast, and more)
Protocol deposits — lending, staking, liquidity pools
Fiat on-ramp funding (where supported)
Example usage:
The skill will collect the required information (wallet address, destination chain, and token), then generate a deposit deeplink and open it in your browser.
Supported chains:
Ethereum
1
Base
8453
Arbitrum
42161
Optimism
10
Polygon
137
Fast
fast
Solana
solana
HyperEVM
999
BNB Chain
56
Avalanche
43114
SDK Integration
If you're building an application and want to embed the deposit flow directly, the skill can also generate SDK integration code for you.
Install the SDK
Embedded container
Modal popup
Raw iframe
Both the allow and sandbox attributes are required for the on-ramp integration to work properly.
Safety
All skills enforce strict safety rules:
Explicit confirmation — Every transaction requires user approval before execution. Nothing is auto-approved.
Transparent fees — Slippage, gas fees, and risks are surfaced before you confirm.
Key security — Private keys and mnemonics are never stored in plain text.
More Skills
More skills are coming soon — including trade execution and wallet management. Follow the swapper-toolkit repository for updates.
Last updated