swap-status

Installation
SKILL.md

KyberSwap Swap Status Skill

Check the on-chain status of a submitted swap transaction. Given a transaction hash and chain, retrieve the receipt, report success or failure, and if the transaction reverted, attempt to decode the revert reason.

Prerequisites

  • Foundry installed: cast must be available in PATH
  • RPC access: Public RPCs are used by default (no API key required)

Input Parsing

The user will provide input like:

  • check tx 0xabc123... on ethereum
  • did my swap succeed? 0xabc123... on arbitrum
  • what happened to 0xabc123...
  • tx status 0xabc123... base

Extract these fields:

  • txHash -- the transaction hash
Related skills

More from kybernetwork/kyberswap-skills

Installs
3
GitHub Stars
5
First Seen
Apr 6, 2026