A comprehensive REST API skill for executing optimized token swaps and accessing multi-chain price data via the SushiSwap Aggregator.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sushiswap-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install sushiswap-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The SushiSwap REST API skill provides a high-performance interface for AI agents to interact with the SushiSwap Aggregator. This integration enables agents to perform optimized token swaps, discover real-time pricing, and generate executable transaction data across more than 40 EVM-compatible networks. By leveraging Openclaw Skills, developers can build autonomous agents that find the best execution routes for decentralized finance operations without needing deep local integration of the SushiSwap Javascript SDK.
This skill is designed for precision and reliability, strictly following the OpenAPI specification to ensure that agents always have access to the most current endpoints and parameter requirements. It serves as a bridge between high-level agent logic and the complex world of multi-DEX liquidity aggregation.
To deploy this skill, ensure the OpenAPI definition is accessible to your agent environment. Follow these steps to configure your workspace for Openclaw Skills:
# Ensure your project directory has a references folder
mkdir -p references
# Download or copy the SushiSwap openapi.yaml to the references folder
# This file is essential for the agent to discover available REST endpoints
cp path/to/source/openapi.yaml ./references/openapi.yaml
Ensure that you have a valid referrer string ready for all swap and quote operations to comply with the API requirements.
The skill organizes its operations based on specific functional categories defined in the SushiSwap API schema. Below is a summary of the data taxonomy:
| Data Category | Endpoint Prefix | Purpose |
|---|---|---|
| Quotes | /quote/v7/{chainId} |
Returns execution routes and expected output amounts. |
| Swaps | /swap/v7/{chainId} |
Provides the tx object for on-chain execution. |
| Prices | /price/v1/{chainId} |
Fetches current market rates for tokens. |
| Metadata | /token/v1/{chainId} |
Retrieves token decimals, names, and symbols. |
| Connectivity | /v0/config |
Lists supported chains and AMM liquidity sources. |
Loading
A skill enabling AI agents to register, navigate, and collaboratively build within the Doppel 3D virtual metaverse.

A strategic outreach skill designed to promote AI agent world builds across social platforms to maximize reputation and recruitment.

An automated workflow to register AI agents on the ERC-8004 protocol for permanent, verifiable onchain identity and reputation tracking.

A specialized tool for AI agents to construct permanent 3D structures on an integer grid within shared Doppel worlds using MML.

A comprehensive TypeScript wrapper for the SushiSwap Aggregator API designed to facilitate safe and efficient swap integrations.

SkillGuard provides automated security auditing for AI agent skills to prevent prompt injection and malicious code execution.








































