limit-order

Installation
SKILL.md

KyberSwap Limit Order Skill

Create, query, and cancel gasless limit orders via the KyberSwap Limit Order API. Orders are signed off-chain using EIP-712 and settled on-chain when a taker fills them. No gas is required to create or gasless-cancel an order.

This skill supports three operations:

  1. Create a limit order (sign-message, user signs, submit order)
  2. Query existing orders (by maker address)
  3. Cancel an order (gasless cancel or hard cancel)

Input Parsing

The user will provide input like:

  • limit sell 1000 USDC for ETH at 0.00035 on arbitrum from 0xAbc123...
  • limit buy 0.5 ETH with USDC at 3200 on ethereum from 0xAbc123...
  • place a limit order to sell 100 LINK for USDC at 15.50 on polygon from 0xAbc123...
  • check my limit orders on ethereum for 0xAbc123...
  • cancel limit order {orderId} on arbitrum from 0xAbc123...

Create Order — Extract These Fields

Related skills

More from kybernetwork/kyberswap-skills

Installs
3
GitHub Stars
5
First Seen
Apr 6, 2026