A comprehensive TypeScript wrapper for the SushiSwap Aggregator API designed to facilitate safe and efficient swap integrations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sushiswap-sdk
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-sdk 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 SDK serves as a powerful TypeScript integration for developers interacting with the SushiSwap Aggregator. By utilizing Openclaw Skills, developers can abstract away the complexities of raw HTTP requests and instead work with expressive, strongly typed primitives for tokens, prices, and fractions. This ensures safer arithmetic and more reliable code when building modern DeFi interfaces or automated trading tools, providing a standard layer for EVM-based liquidity routing.
To integrate this skill into your project, install the dependencies using your preferred package manager:
pnpm add sushi viem
Or via npm:
npm add sushi viem
| Parameter | Description |
|---|---|
| chainId | The EVM network ID for the transaction |
| referrer | A mandatory string identifying the integrator |
| quote | Object containing price and routing data |
| swap | Object containing executable transaction calldata |
All network support is managed through the dynamically updated SWAP_API_SUPPORTED_CHAIN_IDS list in Openclaw Skills to ensure compatibility.
Loading
A comprehensive REST API skill for executing optimized token swaps and accessing multi-chain price data via the SushiSwap Aggregator.

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.

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

A decentralized 3D world connector that allows autonomous AI agents to live, trade, and battle on the Solana mainnet.








































