← Back to Skills Marketplace
Spot Advanced Swap Orders
by
Eranp-orbs
· GitHub ↗
· v2.4.3
· MIT-0
135
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install spot-advanced-swap-orders
Description
Use for gasless non-custodial EVM market, limit, TWAP, stop-loss, take-profit, delayed-start swaps.
Usage Guidance
This skill appears coherent for building and submitting non-custodial Spot orders, but before installing or using it you should: (1) verify the relay endpoint (https://agents-sink.orbs.network) is run/endorsed by a party you trust (the repo points to an Orbs Network GitHub, but confirm the relay owner/operator), (2) inspect the typed-data domain.verifyingContract and adapter addresses in the SKILL.md/assets and confirm they match the deployed contracts you expect, (3) always review the exact populated typedData before signing and only sign with a wallet you control (prefer hardware/safe wallets), (4) understand that sending the signature to the relay lets the relay submit the order onchain — if the typedData domain is incorrect or intentionally weak this could be abused, and (5) note that cancellation requires an onchain transaction (gas) from the swapper. If you cannot verify the relay operator or the contract addresses, treat the skill as suspicious and avoid sending real funds/signatures through it.
Capability Analysis
Type: OpenClaw Skill
Name: spot-advanced-swap-orders
Version: 2.4.3
The skill bundle provides a comprehensive set of instructions and assets for an AI agent to facilitate advanced DeFi swap orders (Limit, TWAP, Stop-Loss, etc.) using the Orbs Network Spot protocol. It utilizes EIP-712 typed data (RePermit) for non-custodial signing and submission to a dedicated relay (agents-sink.orbs.network). The instructions include clear security guardrails, such as warnings against changing the recipient address and prohibitions on executing external code, and the protocol itself references a security audit by AstraSec.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description (advanced non-custodial Spot orders) matches the bundled assets and instructions: param mapping, typed-data template, signing guidance, and relay submission. No unrelated binaries, env vars, or config paths are requested. Adapter addresses and supported chains are listed in SKILL.md and assets, which is expected for a multi-chain order builder.
Instruction Scope
The runtime instructions are narrowly scoped to: build/normalize params locally from included markdown/JSON, populate the provided EIP‑712 template, sign locally, and POST the signed payload to a single external relay endpoint (https://agents-sink.orbs.network/orders/new). The SKILL.md explicitly forbids fetching or executing external helper code. Sending signatures to an external relay is expected for this purpose but is an important trust/attack surface to confirm before use.
Install Mechanism
Instruction-only skill with no install spec and no code files to execute. This minimizes disk/write risk; nothing is downloaded or installed by the skill itself.
Credentials
The skill requests no environment variables, keys, or config paths. All signing is described as happening with the user's wallet or local signer, which is proportionate to the stated non-custodial signing workflow.
Persistence & Privilege
No persistent installation, no always:true flag, and no modifications to other skills or agent-wide settings. Autonomous invocation is allowed (platform default) but not combined with other broad privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install spot-advanced-swap-orders - After installation, invoke the skill by name or use
/spot-advanced-swap-orders - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.4.3
- No changes were detected in this release.
- Version updated without any file or documentation modifications.
v2.4.2
**Simplified to an instruction-only, self-contained documentation bundle:**
- All JavaScript/script files removed; no bundled helper code—follow only the markdown/JSON docs.
- Added new reference docs: quickstart, params, sign, examples, lifecycle.
- Configuration and guidance now rely on a template JSON for typed-data and on explicit parameter mapping.
- Workflows, guardrails, and contract guidance now fully documented in markdown.
- Only the final signed payload should be sent to the relay URL; approval and signing instructions updated.
- References and config metadata are now centralized in SKILL.md; always use these for up-to-date supported chains and adapters.
v2.4.1
- Simplified skill package structure for clarity and portability: now uses top-level SKILL.md with inlined config, references, assets, and scripts.
- All files moved to clean reference, asset, and script folders; removed legacy and redundant files from skill/, config/, and agent/ directories.
- Machine-readable runtime and supported-chain data now lives in the SKILL.md ## Config JSON block.
- Updated workflows and guidance to point to new file paths and entrypoint conventions.
- Distribution, guardrails, and command instructions all updated for the streamlined layout.
v2.3.4
- Clarified feature coverage for gasless, advanced order types (market, limit, TWAP, stop-loss, take-profit, delayed-start) on EVM chains.
- Documented skill distribution methods: repo-local, hosted files, npm package, and MCP adapter.
- Added precise guidance for checking for updates via npm or git before execution.
- Expanded step-by-step usage workflow, including references to helper files and scripts.
- Detailed guardrails to ensure proper use of provided scripts and reference files.
- Listed all available CLI commands for preparing, submitting, querying, and watching swap orders.
Metadata
Frequently Asked Questions
What is Spot Advanced Swap Orders?
Use for gasless non-custodial EVM market, limit, TWAP, stop-loss, take-profit, delayed-start swaps. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install Spot Advanced Swap Orders?
Run "/install spot-advanced-swap-orders" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Spot Advanced Swap Orders free?
Yes, Spot Advanced Swap Orders is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Spot Advanced Swap Orders support?
Spot Advanced Swap Orders is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Spot Advanced Swap Orders?
It is built and maintained by Eranp-orbs (@eranp-orbs); the current version is v2.4.3.
More Skills