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 skills add tenzro/tenzro-network --skill oneinch-aggregatorgit clone --depth 1 https://github.com/tenzro/tenzro-networkWrote 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/tenzro/tenzro-network/oneinch-aggregator)<a href="https://agentmods.dev/skills/tenzro/tenzro-network/oneinch-aggregator"><img src="https://agentmods.dev/badge/skills/tenzro/tenzro-network/oneinch-aggregator/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tenzro/tenzro-network/oneinch-aggregator"><img src="https://agentmods.dev/badge/skills/tenzro/tenzro-network/oneinch-aggregator.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00049 | $0.01473 |
| Opus 5 | $0.00024 | $0.00737 |
| Sonnet 5 | $0.00010 | $0.00295 |
| Haiku 4.5 | $0.00005 | $0.00147 |
Grade A, and why
oneinch-aggregator 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 10d 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.
1inch Aggregator Skill
DEX aggregation across 400+ liquidity sources on 12+ chains. Supports instant swaps, limit orders, and Fusion+ cross-chain swaps with MEV protection.
MCP Endpoint
1inch provides an official MCP server via the 1inch Developer Portal:
| Service | URL | Description |
|---|---|---|
| 1inch MCP | Via 1inch Business Portal | Official 1inch MCP (requires API key) |
| 1inch API | https://api.1inch.com |
REST API (15 endpoints, 1 rps public) |
Setup: Obtain an API key from the 1inch Developer Portal and set it as builtins.oneinch_api_key in the node config. A node without the key does not register this skill.
Supported Chains
| Chain | Chain ID |
|---|---|
| Ethereum | 1 |
| BSC | 56 |
| Polygon | 137 |
| Optimism | 10 |
| Arbitrum | 42161 |
| Avalanche | 43114 |
| Base | 8453 |
| zkSync Era | 324 |
| Gnosis | 100 |
| Fantom | 250 |
Available Tools
Swap
swap_tokens
Get optimal swap route and transaction data across 400+ DEXes.
Parameters:
chain_id(number, required) — Chain IDsrc(string, required) — Source token address (0xEeee... for native)dst(string, required) — Destination token addressamount(string, required) — Amount in smallest unitfrom(string, required) — Sender addressslippage(number, required) — Slippage tolerance (0.1-50)
Returns: Optimal route, output amount, gas estimate, transaction data.
get_quote
Get swap quote without transaction data (read-only).
Parameters:
chain_id(number, required) — Chain IDsrc(string, required) — Source token addressdst(string, required) — Destination token addressamount(string, required) — Amount
Returns: Estimated output, route, gas estimate.
Approval
check_allowance
Check ERC-20 token approval for 1inch router.
Parameters:
chain_id(number, required) — Chain IDtoken_address(string, required) — Token contract addresswallet_address(string, required) — Wallet address
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 10d ago First seen · 171 lines · 49 tokens per session scan A 6e75c32dfa07
oneinch-aggregator is a skill published in the GitHub repository tenzro/tenzro-network (3 stars, last pushed 3d ago), licensed Apache-2.0. It adds 49 tokens to every session and 1,473 once invoked, about $0.0002 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-31.
Other skills, from other repositories
SunSwap DEX Trading
Execute token swaps, manage liquidity, and query market data on SunSwap DEX via the sun-cli.
starknet-defi
Execute DeFi operations on Starknet including token swaps via avnu aggregator, DCA recurring buys, STRK staking, and lending/borrowing. Supports gasless transactions.
starknet-defi
Execute DeFi operations on Starknet including token swaps via avnu aggregator, DCA recurring buys, STRK staking, and lending/borrowing. Supports gasless transactions.
suwappu
Build with the Suwappu REST API: cross-chain quotes, simulation, self-custody or managed swaps, managed-wallet portfolio/prices, Polymarket research and orders, Hyperliquid market research, and Morpho lending-market research.
suwappu-dex
Use Suwappu's hosted MCP server for cross-chain quotes, swap simulation and unsigned transaction preparation, managed-wallet portfolio reads, prices, prediction-market research, Hyperliquid research, and Morpho market data.
lifi-plugin
LI.FI cross-chain bridge & swap aggregator - list chains/tokens, get quotes, plan multi-hop routes, execute bridges/swaps, track tx status across Ethereum, Arbitrum, Base, Optimism, BSC, and Polygon.