什么是 error-handling?
通过 KyberSwap Aggregator API 交换代币时处理错误 来源:kybernetwork/kyberswap-skills。
通过 KyberSwap Aggregator API 交换代币时处理错误
通过命令行快速安装 error-handling AI 技能到你的开发环境
来源:kybernetwork/kyberswap-skills。
This skill helps diagnose and resolve errors that occur when swapping tokens through the KyberSwap Aggregator API.
| Route not found | Remove source filters, try smaller amount | | Token not found | Verify address, check chain | | Insufficient output | Increase slippage | | Transfer failed | Check balance and approval | | Request timeout | Retry, check network | | Gas estimation failed (4227) | Refetch route and retry, or use suggestedSlippage (not recommended) |
| Quoted < estimated (4222) | Fetch fresh route, or exclude RFQ sources | | Slippage invalid | Set ignoreCappedSlippage: true (not recommended) |
通过 KyberSwap Aggregator API 交换代币时处理错误 来源:kybernetwork/kyberswap-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/kybernetwork/kyberswap-skills --skill error-handling通过 KyberSwap Aggregator API 交换代币时处理错误 来源:kybernetwork/kyberswap-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/kybernetwork/kyberswap-skills --skill error-handling 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/kybernetwork/kyberswap-skills