An agentic skills framework & software development methodology that works.
Skill pack for agent deposits, swaps, and wallets
Swapper toolkit adds packaged skills for funding wallets, bridging assets, and managing crypto actions from an agent. The README shows a deposit skill today, with swap and wallet skills planned, and it works through the open skills standard plus an SDK for app builders.
Builders who want their agent to deposit funds, swap tokens, or manage wallets during work.
You can let an agent handle crypto funding and wallet steps without leaving the conversation.
What it does
Direct deposit skill
`/swapper-deposit` opens a deposit flow for wallet addresses, protocol deposits, or fiat on-ramps.
Cross-chain funding
The deposit skill supports bridging assets through Chainlink CCIP across multiple chains.
Protocol deposits
It can send funds into lending, staking, and liquidity pool destinations.
Wallet management roadmap
The README lists planned `/swapper-wallet` support for creating, funding, and checking wallets.
SDK embed flow
`@swapper-finance/deposit-sdk` exposes `openSwapperModal` for adding the deposit UI into an app.
Safety controls
The flow requires explicit confirmation and surfaces fees, gas, and risk before approval.
How to get it
- 1Run
npx skills add swapperfinance/swapper-toolkit
README
Swapper AI Agent Toolkit
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.
Installation
npx skills add swapperfinance/swapper-toolkit
Available Skills
/swapper-deposit — Direct Deposit
Deposit and bridge funds into wallets and DeFi protocols. Card, wallet, or crypto transfer — straight into the protocol.
- Direct deposits to any wallet address
- Cross-chain bridge transfers via Chainlink CCIP
- Protocol deposits — lending, staking, liquidity pools
- Fiat on-ramp — Mastercard, Visa, Apple Pay, Google Pay (170+ countries)
Triggers when:
- User asks to deposit, fund, top-up, or bridge assets
- Agent detects a wallet has insufficient funds mid-task
- User wants to convert fiat to crypto and deposit into DeFi
- User wants to fund a wallet before executing a strategy
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.
- Same-chain swaps across major DEXs
- Cross-chain swaps via CCIP
- Optimal route finding
- Slippage protection
/swapper-wallet — Wallet Management (Coming Soon)
Create, fund, and manage agent wallets.
- Smart wallet creation with account abstraction
- Multi-chain wallet setup
- Wallet funding via fiat or crypto
- Balance checking
SDK Integration
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"],
});
Safety
- Explicit confirmation — every transaction requires user approval
- Transparent fees — slippage, gas, and risks surfaced before confirmation
- Key security — private keys are never stored or accessed
- Transactions are never auto-approved
Powered by
- Chainlink CRE — End-to-end workflow orchestration for deposits, compliance, and settlement
- Chainlink CCIP — Cross-chain interoperability across 60+ blockchains
- Mastercard — Global card payment processing (170+ countries)
Documentation
License
Files in the repo
- .claude
- skills
- .gitignore
- CLAUDE.md
- LICENSE
- package.json
- README.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.
Public repository for Agent Skills
Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

Production-grade engineering skills for AI coding agents.