What is error-handling?
Handle errors when swapping tokens through KyberSwap Aggregator API Source: kybernetwork/kyberswap-skills.
Handle errors when swapping tokens through KyberSwap Aggregator API
Quickly install error-handling AI skill to your development environment via command line
Source: 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) |
Handle errors when swapping tokens through KyberSwap Aggregator API Source: kybernetwork/kyberswap-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/kybernetwork/kyberswap-skills --skill error-handlingHandle errors when swapping tokens through KyberSwap Aggregator API Source: kybernetwork/kyberswap-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kybernetwork/kyberswap-skills --skill error-handling Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/kybernetwork/kyberswap-skills