/install openocean-multichain-token-swap
OpenOcean Skills
Skills for interacting with the OpenOcean Aggregator API. Fetch swap quotes, build transaction calldata, and execute swaps across 40+ chains (EVM, Solana, Sui).
Entry Point and Sub-Skills
This skill package is the entry point. Detailed workflows live in the following files under skills/:
| User intent | Skill file | When to use |
|---|---|---|
| Get quote / check price | skills/quote/SKILL.md |
"get a swap quote", "check swap price", "how much would I get for" |
| Build transaction | skills/swap-build/SKILL.md |
"build a swap", "prepare swap transaction", "get swap calldata" |
| Execute (with confirmation) | skills/swap-execute/SKILL.md |
"execute swap", "broadcast swap", "send transaction" |
| Execute fast (no confirmation) | skills/swap-execute-fast/SKILL.md |
"swap fast", "execute immediately" — use with extreme caution |
| Errors and troubleshooting | skills/error-handling/SKILL.md |
API errors, token resolution failures, execution failures |
Reference files (read before calling APIs):
references/token-registry.md— Token addresses and decimals per chainreferences/api-reference.md— OpenOcean API specification
All paths above are relative to the workspace root (the directory that contains this SKILL.md).
Prerequisites
- Quote / Build: Only need GET request capability (e.g.
mcp_web_fetch). - Execute: Require Foundry (
cast), RPC URL, and wallet (env, Ledger, Trezor, or keystore).
Quick Examples
/quote 1 ETH to USDC on ethereum
/swap-build 100 USDC to ETH on arbitrum from 0xYourAddress
/swap-execute
For full workflows, confirmation prompts, and error handling, follow the corresponding skills/*/SKILL.md file.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openocean-multichain-token-swap - 安装完成后,直接呼叫该 Skill 的名称或使用
/openocean-multichain-token-swap触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
OpenOcean token swap on 40+chains 是什么?
OpenOcean-skills is a skill package for interacting with the OpenOcean Aggregator API. Use it to get swap quotes, build swap transactions, execute swaps, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 OpenOcean token swap on 40+chains?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openocean-multichain-token-swap」即可一键安装,无需额外配置。
OpenOcean token swap on 40+chains 是免费的吗?
是的,OpenOcean token swap on 40+chains 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenOcean token swap on 40+chains 支持哪些平台?
OpenOcean token swap on 40+chains 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenOcean token swap on 40+chains?
由 OpenOcean(@openocean-admin)开发并维护,当前版本 v1.0.1。