ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

xaut-trade

Buy or sell XAUT (Tether Gold) on Ethereum. Supports market orders (Uniswap V3) and limit orders (UniswapX). Wallet modes: Foundry keystore or WDK. Delegates non-XAUT intents to registered skills (e.g. Polymarket prediction markets, Hyperliquid trading). Triggers: buy XAUT, XAUT trade, swap USDT for XAUT, sell XAUT, swap XAUT for USDT, limit order, limit buy XAUT, limit sell XAUT, check limit order, cancel limit order, XAUT when, create wallet, setup wallet, polymarket, prediction market, bet on, odds on, hyperliquid, perp, perpetual, long, short, open long, open short, close position, leverage.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/aure-duncan/aurehub-xaut-trade
Or

What This Skill Does

The xaut-trade skill provides an automated interface for buying and selling XAUT (Tether Gold) on the Ethereum blockchain. It acts as a bridge between your OpenClaw agent and the Uniswap ecosystem, leveraging Uniswap V3 for immediate market orders and UniswapX for sophisticated limit order management. By integrating directly with Ethereum RPC endpoints and your preferred wallet infrastructure—either local Foundry keystores or encrypted WDK vaults—this skill allows you to manage your gold-backed digital assets without leaving your terminal environment.

Installation

To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/aure-duncan/aurehub-xaut-trade

Ensure you have configured your ~/.aurehub/.env file with the required ETH_RPC_URL and chosen your WALLET_MODE. If using limit orders, you must also provide an UNISWAPX_API_KEY in your environment configuration.

Use Cases

This skill is designed for users who want to manage their XAUT portfolio programmatically. Whether you are performing a quick swap of USDT for gold-backed tokens during market volatility or setting a specific price trigger via a limit order, this skill streamlines the process. It is ideal for users managing their assets in Foundry or WDK wallets who require a reliable, secure, and transparent trading execution layer. Additionally, for users who choose to opt-in, it provides integration with xaue.com for tracking performance rankings.

Example Prompts

  1. "Buy 500 dollars worth of XAUT using my connected wallet."
  2. "Set a limit order to sell my XAUT when the price reaches 2600 USDT."
  3. "Check the status of my active limit orders and cancel any that are expired."

Tips & Limitations

  • Security First: Always ensure your .wdk_password or KEYSTORE_PASSWORD_FILE are set to mode 0600. Never share these files.
  • Network Costs: Trading involves gas fees on the Ethereum network; ensure your wallet has sufficient ETH for transaction costs.
  • Opt-in Privacy: The skill does not share data with third parties unless you explicitly enable RANKINGS_OPT_IN in your configuration.
  • Dependencies: The skill may run npm installation scripts upon first use; ensure you are in a trusted environment before allowing network access for dependency resolution.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-aure-duncan-aurehub-xaut-trade": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#defi#trading#gold#ethereum
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api, code-execution