oneinch-aggregator

oneinch-aggregator is a skill for Claude Code, Codex from tenzro/tenzro-network. It costs 49 tokens per session (1,473 once invoked), scanned A, original, Apache-2.0.

A token-swapping service for decentralized exchanges (DEXes), which are cryptocurrency markets run by smart contracts instead of a central company. It compares routes across many exchanges and supports several blockchain networks.

In plain words
What is it for?
Use it to find swap quotes and transaction data, check token approvals, make token swaps, place limit orders, use Fusion+ cross-chain swaps, and track portfolios.
Why use it?
It removes the need to check many exchanges manually for swap routes, token prices, and approval status. It requires an API key from the 1inch Developer Portal.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find swap quotes and transaction data, check token approvals, make token swaps, place limit orders, use Fusion+ cross-chain swaps, and track portfolios.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tenzro/tenzro-network/oneinch-aggregator
Install

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.

Any agent
npx skills add tenzro/tenzro-network --skill oneinch-aggregator
Clone the repo
git clone --depth 1 https://github.com/tenzro/tenzro-network

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for oneinch-aggregator

README.md
[![agentmods](https://agentmods.dev/badge/skills/tenzro/tenzro-network/oneinch-aggregator/github.svg)](https://agentmods.dev/skills/tenzro/tenzro-network/oneinch-aggregator)
Your own site
<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.

agentmods 80×15 button for oneinch-aggregator

Your own site · 80×15
<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>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,473 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 10d ago against content hash 6e75c32dfa07, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

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.

skills/oneinch-aggregator/SKILL.md · 171 lines

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 ID
  • src (string, required) — Source token address (0xEeee... for native)
  • dst (string, required) — Destination token address
  • amount (string, required) — Amount in smallest unit
  • from (string, required) — Sender address
  • slippage (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 ID
  • src (string, required) — Source token address
  • dst (string, required) — Destination token address
  • amount (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 ID
  • token_address (string, required) — Token contract address
  • wallet_address (string, required) — Wallet address

Read the full file on GitHub · 171 lines

Files

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.

Changes

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.

  1. 10d ago First seen · 171 lines · 49 tokens per session scan A 6e75c32dfa07

Subscribe to this mod's changes

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.