Skip to content

Add spot-advanced-swap-orders skill#324

Open
RanSHammer wants to merge 1 commit intoopenai:mainfrom
RanSHammer:add-spot-advanced-swap-orders
Open

Add spot-advanced-swap-orders skill#324
RanSHammer wants to merge 1 commit intoopenai:mainfrom
RanSHammer:add-spot-advanced-swap-orders

Conversation

@RanSHammer
Copy link
Copy Markdown

Summary

  • Adds the spot-advanced-swap-orders skill to the curated skills catalog
  • Gasless, non-custodial, oracle-protected DeFi swap orders on 8 EVM chains
  • Supports market, limit, TWAP, stop-loss, take-profit, and delayed-start orders
  • Uses immutable, audited, battle-tested contracts with decentralized execution
  • EIP-712 signing, approval calldata, order status lookup, and automated execution
  • MIT licensed

Skill structure

skills/.curated/spot-advanced-swap-orders/
  SKILL.md              # Main skill: workflow, guardrails, commands
  manifest.json         # Machine-readable entrypoint, chain matrix, contract addresses
  LICENSE.txt           # MIT license
  agents/
    openai.yaml         # Codex display metadata
  references/
    01-quickstart.md    # Minimum end-to-end flow
    02-params.md        # Field semantics, defaults, units, validation
    03-sign.md          # Signing, signature formats, onchain cancel
    04-patterns.md      # Order shape patterns (market, limit, TWAP, etc.)
  scripts/
    order.js            # CLI helper: prepare, submit, query, watch
  assets/
    token-addressbook.md          # Common token addresses by chain
    repermit.skeleton.json        # Raw RePermit witness typed-data skeleton
    web3-sign-and-submit.example.js  # Browser/injected-provider example

Supported chains

Ethereum, BNB Chain, Polygon, Sonic, Base, Arbitrum One, Avalanche, Linea

Links

Gasless, oracle-protected DeFi swap orders (market, limit, TWAP, stop-loss,
take-profit, delayed-start) on 8 EVM chains. Non-custodial, audited contracts.

Canonical source: https://github.com/orbs-network/spot
npm: @orbs-network/spot
@RanSHammer RanSHammer requested a review from a team March 30, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant