Crypto limit orders — gasless, non-custodial
/install crypto-limit-order
Spot Advanced Swap Orders
Place crypto limit orders on any supported DEX — gasless, non-custodial, and oracle-protected across 8 EVM chains. Use this skill when the agent needs to turn user intent into a final Spot order payload on a supported EVM chain. It covers order-shape selection, param normalization, typed-data population, approval guidance, signing, submission, query, and cancellation. This bundle is instruction-only: build everything locally from the bundled markdown and JSON assets, then submit only the final signed payload. Execution remains decentralized, non-custodial, oracle-protected, immutable, audited, and battle-tested onchain.
Supported Chains
- Ethereum -
1- adapter0xC1bB4d5071Fe7109ae2D67AE05826A3fe9116cfc - BNB Chain -
56- adapter0x67Feba015c968c76cCB2EEabf197b4578640BE2C - Polygon -
137- adapter0x75A3d70Fa6d054d31C896b9Cf8AB06b1c1B829B8 - Sonic -
146- adapter0xD87ee28806bc0060789C4789F123647f4Df25A6C - Base -
8453- adapter0xc64d6E64A713EfbbCcB14413479c56461F9c0b77 - Arbitrum One -
42161- adapter0x6F1002141Fcb5d3A3aA8b12A49e6e7DCE5661ae9 - Avalanche -
43114- adapter0xc64d6E64A713EfbbCcB14413479c56461F9c0b77 - Linea -
59144- adapter0x55E4da2cd634729064bEb294EC682Dc94f5c3f24
Relay
- Submit signed orders with
POST https://agents-sink.orbs.network/orders/new. - Query orders with
GET https://agents-sink.orbs.network/orders; see references/lifecycle.md for filters, polling, and cancellation follow-up.
Workflow
- Read references/quickstart.md for the minimum end-to-end flow.
- Use references/params.md to map user intent into params, defaults, validation, and order-shape fields.
- Use references/sign.md to fill the template, handle approval, sign, and submit.
- Use references/lifecycle.md for relay query semantics, status polling, and cancellation.
- Use references/examples.md only when the final relay payload shape is still unclear.
- Use assets/token-addressbook.md only for optional token alias lookup on supported chains.
- Use assets/repermit.template.json as the canonical typed-data shape.
- Treat
## Supported Chainsas the authoritative source for chain support and per-chain adapters. - Treat
## Relayas the authoritative relay endpoint list.
Guardrails
## Supported Chainsis authoritative for chain support and per-chain adapters.## Relayis authoritative for relay endpoints.- assets/token-addressbook.md is a convenience alias list only. It does not expand chain support or override explicit user-provided addresses.
- This skill is instruction-only. Do not fetch or execute external helper code.
- Normalize params with references/params.md before touching the template.
- Replace only the
\x3C...>placeholders in assets/repermit.template.json. Keep the fixed protocol fields already in the template unchanged. - Default approval guidance is exact
approve(..., input.maxAmount). StandingmaxUint256approval is opt-in convenience for repeat use, not the default suggestion. - Submit only the final signed payload as described in references/sign.md.
Agent Contract
- Turn the user request into a params JSON object using references/params.md.
- Normalize params locally, including defaults, rounding, and order-shape fields.
- Confirm
chainIdis listed in## Supported Chains, then populate assets/repermit.template.json from the normalized params and replace\x3CADAPTER>with that chain's listed adapter. - Handle approval, signing, and submission exactly as described in references/sign.md, and forward the returned signature unchanged.
- Query and cancel exactly as described in references/lifecycle.md.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install crypto-limit-order - 安装完成后,直接呼叫该 Skill 的名称或使用
/crypto-limit-order触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Crypto limit orders — gasless, non-custodial 是什么?
Crypto limit orders. Gasless, oracle-protected execution across 8 EVM chains. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 16 次。
如何安装 Crypto limit orders — gasless, non-custodial?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install crypto-limit-order」即可一键安装,无需额外配置。
Crypto limit orders — gasless, non-custodial 是免费的吗?
是的,Crypto limit orders — gasless, non-custodial 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Crypto limit orders — gasless, non-custodial 支持哪些平台?
Crypto limit orders — gasless, non-custodial 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Crypto limit orders — gasless, non-custodial?
由 Eranp-orbs(@eranp-orbs)开发并维护,当前版本 v1.0.0。