DeFi toolkit for AI agents and coding assistants — deposit funds, execute trades, and manage crypto wallets. Works with Claude Code, Cursor, Windsurf, OpenClaw, CrewAI, AutoGPT, and other AI agent frameworks.
# Add to your Claude Code skills
git clone https://github.com/swapperfinance/swapper-toolkitGuides for using ai agents skills like swapper-toolkit.
Last scanned: 5/8/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-08T05:57:30.974Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}swapper-toolkit is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by swapperfinance. DeFi toolkit for AI agents and coding assistants — deposit funds, execute trades, and manage crypto wallets. Works with Claude Code, Cursor, Windsurf, OpenClaw, CrewAI, AutoGPT, and other AI agent frameworks. It has 822 GitHub stars.
Yes. swapper-toolkit passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/swapperfinance/swapper-toolkit" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh swapper-toolkit against similar tools.
No comments yet. Be the first to share your thoughts!
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"],
});