Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/swapperfinance/swapper-toolkit/swapper-depositnpx skills add swapperfinance/swapper-toolkit --skill swapper-depositgit clone --depth 1 https://github.com/swapperfinance/swapper-toolkitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/swapperfinance/swapper-toolkit/swapper-deposit)<a href="https://agentmods.dev/skills/swapperfinance/swapper-toolkit/swapper-deposit"><img src="https://agentmods.dev/badge/skills/swapperfinance/swapper-toolkit/swapper-deposit.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00158 | $0.01934 |
| Opus 5 | $0.00079 | $0.00967 |
| Sonnet 5 | $0.00032 | $0.00387 |
| Haiku 4.5 | $0.00016 | $0.00193 |
Grade A, and why
swapper-deposit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 171 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Swapper Deposit Skill
When to activate
- The user explicitly asks to deposit, fund, top-up, or bridge assets into a wallet.
- Mid-reasoning: you detect that a wallet lacks sufficient funds to complete a requested operation (e.g., a trade, deployment, or transfer fails due to insufficient balance).
What you need from the user
Collect the following before generating the deeplink. Ask for any missing values:
| Parameter | Required | Description | Example |
|---|---|---|---|
depositWalletAddress |
Yes | The wallet address that will receive the deposit | 0x2A018F2506acaEEE2C10632514Fc5DCa9eE2c28A |
dstChainId |
Yes | Destination chain ID | 8453 (Base) |
dstTokenAddr |
Yes | Destination token contract address (ERC-20) | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 |
Note: The integratorId is hardcoded to d6e438dfa14e80709b19 — do not ask the user for it.
Native tokens (gas tokens): For native asset deposits (ETH, POL, BNB, etc.), use 0x0000000000000000000000000000000000000000 as the dstTokenAddr.
Common chain IDs
| Chain | ID |
|---|---|
| Ethereum | 1 |
| Base | 8453 |
| Arbitrum | 42161 |
| Optimism | 10 |
| Polygon | 137 |
| Fast | fast |
How to generate the deposit deeplink
Build the URL using this base and required query parameters:
https://deposit.swapper.finance?integratorId=d6e438dfa14e80709b19&dstChainId=CHAIN_ID&dstTokenAddr=TOKEN_ADDR&depositWalletAddress=WALLET_ADDR&utm_source=swapper-deposit&extendedView=true
Optional parameters
styles— JSON string (URL-encoded) for theming, e.g.styles=%7B%22themeMode%22%3A%22dark%22%7D
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 171 lines · 158 tokens per session scan A 7c1f6168eb0a
swapper-deposit is a skill published in the GitHub repository swapperfinance/swapper-toolkit (846 stars, last pushed 4mo ago), licensed MIT. It adds 158 tokens to every session and 1,934 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
spoonos-application-templates
Ready-to-use agent application templates for common Web3 use cases. Use when building trading bots, NFT minters, DAO assistants, portfolio managers, or research agents with SpoonOS framework.
AgentPay-via-x402-demo
AI-powered cross-chain payment automation - let your agent handle USDC payments between Solana and Base with zero human intervention.
impermanent-loss
Calculate Impermanent Loss (IL) for Liquidity Provider positions.
whale-tracker
Track whale wallets with RPC balance, ERC20 transfers, and behavior classification (accumulating/distributing/trading).
technical-indicators
Calculate trading indicators (RSI, SMA, EMA) from price data.
Whale Wallet Copier
Identifies wallets that achieved >100% APY in the last month and alerts you when they buy new tokens. Complete intelligence system for copy trading high-performing whales.