Use Case
SushiSwap SDK isn't just for solo use β teams can share skills and build consistent AI workflows across the organization. TypeScript SDK for interacting with the SushiSwap Aggregator and related primitives. This SDK is a typed wrapper over the SushiSwap API, providing ergonomic helpers for token amounts, prices, quotes, and swap transaction generation. USE THIS SKILL WHEN: - Building TypeScript or JavaScript applications - You want strongly typed token, amount, and fraction primitives - You need to request swap quotes or executable swap transactions via code - You want safer arithmetic, formatting, and comparisons without floating point errors - You prefer SDK-based integration over raw HTTP requests This guide covers how to deploy SushiSwap SDK for your team, standardize prompts, and create shared workflows that everyone can use.
Install SushiSwap SDK in your project directory: .claude/skills/sushiswap-sdk/
Commit the skill folder to your repository so the whole team has access
Document your team's standard prompts in a shared README
Use SushiSwap SDK in code reviews, standups, and planning sessions
Iterate: collect feedback from the team and refine your prompts
Copy these prompts and use them with your AI agent after installing SushiSwap SDK
How can my team use SushiSwap SDK together?
Set up SushiSwap SDK for our project so everyone can use it
Create a shared workflow using SushiSwap SDK for our team
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install sushiswap-sdkOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install sushiswap-sdkβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/sushiswap-sdk/π‘Extract and place the folder at the path above, then restart your agent.