order-manager

Installation
SKILL.md

KyberSwap Order Manager Skill

Query, display, and analyze limit orders. View open, partially filled, filled, cancelled, and expired orders with fill progress and transaction history.

Input Parsing

The user will provide input like:

  • show my orders on ethereum for 0xAbc123...
  • check open orders on arbitrum for 0xAbc123...
  • show filled orders on base for 0xAbc123...
  • order status on ethereum for 0xAbc123... (shows all active statuses)
  • show all orders for 0xAbc123... (all statuses, all chains)

Extract these fields:

  • maker — the address to query orders for (required)
  • chain — the chain slug (default: ethereum)
  • status — filter by order status (default: show open + partially_filled)

If the maker address is not provided, ask the user for it before proceeding. Do not guess or use a placeholder address.

Related skills

More from kybernetwork/kyberswap-skills

Installs
3
GitHub Stars
5
First Seen
Apr 6, 2026