Install
openclaw skills install spot-advanced-swap-ordersUse for gasless non-custodial EVM market, limit, TWAP, stop-loss, take-profit, delayed-start swaps.
openclaw skills install spot-advanced-swap-ordersUse 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 send only the final signed payload to https://agents-sink.orbs.network/orders/new.
Execution remains decentralized, non-custodial, oracle-protected, immutable, audited, and battle-tested onchain.
{
"references": [
"references/quickstart.md",
"references/params.md",
"references/sign.md",
"references/examples.md",
"references/lifecycle.md"
],
"scripts": [],
"assets": [
"assets/token-addressbook.md",
"assets/repermit.template.json"
],
"runtime": {
"url": "https://agents-sink.orbs.network",
"chains": {
"1": {
"name": "Ethereum",
"adapter": "0xC1bB4d5071Fe7109ae2D67AE05826A3fe9116cfc"
},
"56": {
"name": "BNB Chain",
"adapter": "0x67Feba015c968c76cCB2EEabf197b4578640BE2C"
},
"137": {
"name": "Polygon",
"adapter": "0x75A3d70Fa6d054d31C896b9Cf8AB06b1c1B829B8"
},
"146": {
"name": "Sonic",
"adapter": "0x58fD209C81D84739BaD9c72C082350d67E713EEa"
},
"8453": {
"name": "Base",
"adapter": "0x5906C4dD71D5afFe1a8f0215409E912eB5d593AD"
},
"42161": {
"name": "Arbitrum One",
"adapter": "0x026B8977319F67078e932a08feAcB59182B5380f"
},
"43114": {
"name": "Avalanche",
"adapter": "0x4F48041842827823D3750399eCa2832fC2E29201"
},
"59144": {
"name": "Linea",
"adapter": "0x55E4da2cd634729064bEb294EC682Dc94f5c3f24"
}
}
}
}
## Config JSON block in SKILL.md as the authoritative source for supported chains, adapters, and relay URL.## Config JSON block in SKILL.md is authoritative for supported chains, per-chain adapters, and relay URL.<...> placeholders in assets/repermit.template.json. Keep the fixed protocol fields already in the template unchanged.approve(..., input.maxAmount). Standing maxUint256 approval is opt-in convenience for repeat use, not the default suggestion.https://agents-sink.orbs.network/orders/new.chainId from the generated ## Config JSON block in SKILL.md.