The payment layer for AI agents. Deposit funds, swap tokens, and manage wallets — directly from your AI agent or coding assistant.
$ npx -y skills add swapperfinance/swapper-toolkit --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: swapperfinance/swapper-toolkit
What's inside
The payment layer for AI agents. Deposit funds, swap tokens, and manage wallets — directly from your AI agent or coding assistant.
Works with Claude Code, Cursor, Windsurf, OpenClaw, GitHub Copilot, CrewAI, AutoGPT, and any AI agent framework that supports the open skills standard.
Powered by Chainlink CRE, Chainlink CCIP, and Mastercard.
npx skills add swapperfinance/swapper-toolkit
/swapper-deposit — Direct DepositDeposit and bridge funds into wallets and DeFi protocols. Card, wallet, or crypto transfer — straight into the protocol.
Triggers when:
Example:
User: "Deposit $100 USDC into Aave on Base"
Swapper Deposit Skill:
→ Chain: Base (8453)
→ Token: USDC
→ Protocol: Aave
→ Amount: $100
→ Opening deposit link...
✓ Deposit link generated. Confirm in your browser.
Supported chains: Ethereum, Base, Arbitrum, Optimism, Polygon, Fast, Solana, HyperEVM, BNB Chain, Avalanche
/swapper-trade — Token Swap (Coming Soon)Swap tokens across chains and DEXs. Cross-chain swaps via Chainlink CCIP.
/swapper-wallet — Wallet Management (Coming Soon)Create, fund, and manage agent wallets.
For developers building apps who want to embed the deposit flow:
npm i @swapper-finance/deposit-sdk
import { openSwapperModal } from "@swapper-finance/deposit-sdk";
openSwapperModal({
integratorId: "your-integrator-id",
dstChainId: "8453",
dstTokenAddr: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
depositWalletAddress: "0xYourWalletAddress",
styles: { themeMode: "dark" },
supportedDepositOptions: ["transferCrypto", "depositWithCash"],
});
.claude/
settings.json
.gitignore
CLAUDE.md
LICENSE
package.json
README.md
skills/
swapper-deposit/
SKILL.mdFAQ
swapper-toolkit is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes swapper-deposit. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.