sushiswap-api

sushiswap-api is a skill for Claude Code, Codex from Demerzels-lab/elsamultiskillagent. It costs 102 tokens per session (688 once invoked), scanned A, original, MIT.

A guide for using the SushiSwap Aggregator, a service that finds token swap routes across decentralized exchanges on Ethereum-compatible networks.

In plain words
What is it for?
Use it to request token quotes and prices, retrieve token information, or generate executable swap transactions through SushiSwap’s REST API.
Why use it?
It removes the need to design HTTP requests and transaction data from scratch for quotes, prices, and swaps.

Skill for Claude CodeCodex

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

Good fit Use it to request token quotes and prices, retrieve token information, or generate executable swap transactions through SushiSwap’s REST API.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/demerzels-lab/elsamultiskillagent/sushiswap-api
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 Demerzels-lab/elsamultiskillagent --skill sushiswap-api
Clone the repo
git clone --depth 1 https://github.com/Demerzels-lab/elsamultiskillagent

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 sushiswap-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/demerzels-lab/elsamultiskillagent/sushiswap-api/github.svg)](https://agentmods.dev/skills/demerzels-lab/elsamultiskillagent/sushiswap-api)
Your own site
<a href="https://agentmods.dev/skills/demerzels-lab/elsamultiskillagent/sushiswap-api"><img src="https://agentmods.dev/badge/skills/demerzels-lab/elsamultiskillagent/sushiswap-api/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 sushiswap-api

Your own site · 80×15
<a href="https://agentmods.dev/skills/demerzels-lab/elsamultiskillagent/sushiswap-api"><img src="https://agentmods.dev/badge/skills/demerzels-lab/elsamultiskillagent/sushiswap-api.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 688 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.00102 $0.00688
Opus 5 $0.00051 $0.00344
Sonnet 5 $0.00020 $0.00138
Haiku 4.5 $0.00010 $0.00069

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

Security

Grade A, and why

sushiswap-api 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 12d 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.

public/skills/0xmasayoshi/sushiswap-api/SKILL.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SushiSwap REST API Integration

The SushiSwap API provides HTTP access to the SushiSwap Aggregator for optimized token swaps, price discovery, and transaction generation. It aggregates liquidity from multiple DEXs to determine the best execution route.


Base URL

https://api.sushi.com

API Schema

The active API schema is defined in:

references/openapi.yaml

Agents must always rely on the schema contents rather than hardcoded assumptions.


How To Use

  1. Load references/openapi.yaml
  2. Discover available endpoints, parameters, and response shapes dynamically
  3. Select the appropriate endpoint based on user intent and schema tags
    • Quotes → quote endpoints (e.g. /quote/v7/{chainId})
    • Swap execution → swap endpoints (e.g. /swap/v7/{chainId})
    • Prices → price endpoints (e.g. /price/v1/{chainId})
    • Token info → token endpoints (e.g. /token/v1/{chainId}/{tokenAddress})
  4. Construct requests that strictly conform to the schema and include a valid referrer parameter for all quote and swap endpoints
  5. Validate required parameters before execution

Mandatory referrer Parameter

  • The referrer parameter must be specified on swap-related endpoints (e.g. /quote & /swap)
  • The agent or integrator must identify themselves using this field
  • /quote or /swap requests must not be sent without a referrer value
  • Agents must never attempt to omit, spoof, or auto-generate this value.

Fee Customization

The SushiSwap API supports customized integrator fees on swap-related endpoints (e.g. /quote & /swap).

Default fee model

  • Swap-related requests follow an 80/20 fee split by default
    • 80% to the integrator (referrer)
    • 20% to SushiSwap
  • This split applies unless explicitly overridden by SushiSwap

Custom fee splits

  • Alternative fee splits require a partnership with SushiSwap
  • Agents and integrators should not assume custom splits are available. If users request alternative fee splits, agents should direct them to the SushiSwap team rather than attempting to modify request parameters.

Read the full file on GitHub · 96 lines

Files

What ships with it

3 files 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. 12d ago First seen · 96 lines · 102 tokens per session scan A a83b954b76d9

Subscribe to this mod's changes

sushiswap-api is a skill published in the GitHub repository Demerzels-lab/elsamultiskillagent (10 stars, last pushed 4mo ago), licensed MIT. It adds 102 tokens to every session and 688 once invoked, about $0.0005 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.