uw-swap

star 0

Use this skill to get cryptocurrency swap quotes, execute cross-chain swaps, and track swap status across THORChain, Mayachain, 1Inch, and P2P providers (LetsExchange, StealthEx, Quickex, Swapuz, Exolix, CCE).

horizontalsystems By horizontalsystems schedule Updated 6/2/2026

name: uw-swap description: Use this skill to get cryptocurrency swap quotes, execute cross-chain swaps, and track swap status across THORChain, Mayachain, 1Inch, and P2P providers (LetsExchange, StealthEx, Quickex, Swapuz, Exolix, CCE). version: "1.0.0" metadata: author: Horizontal Systems homepage: https://swap.unstoppable.money openclaw: emoji: ๐Ÿ”„ primaryEnv: USWAP_AGENT_KEY requires: env: - USWAP_AGENT_KEY


USwap โ€” Cross-Chain Swap Aggregator

All requests require X-Agent-Key: $USWAP_AGENT_KEY header.
Base URL: https://swap-api.unstoppable.money/agent

Task Routing

Task Reference
First-time setup, get an agent key registration.md
Get quotes, pick a route, execute a swap quote.md
Track swap status after funds are sent track.md
Providers, supported chains, asset ID format providers.md

Swap Flow (Summary)

  1. Quote (dry) โ€” POST /v1/quote with dry: true to compare routes
  2. Quote (real) โ€” POST /v1/quote with dry: false + one provider to create an order
  3. Send funds โ€” send sellAmount of sellAsset to inboundAddress with memo (if provided)
  4. Track โ€” POST /v1/track until status is completed, refunded, or failed. If status becomes action_required, the provider is holding the funds and needs the user to contact them โ€” see track.md for meta.pauseReason and how to surface the provider's contacts.

Error Codes

Code Meaning
401 Missing or invalid X-Agent-Key
403 Agent suspended
409 Agent name already taken
429 Rate limit exceeded
400 Validation error โ€” check response body
404 No routes found for the requested swap
Install via CLI
npx skills add https://github.com/horizontalsystems/uw-swap --skill uw-swap
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
horizontalsystems
horizontalsystems Explore all skills →