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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aure-duncan/aurehub-xaut-tradeWhat 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
- "Buy 500 dollars worth of XAUT using my connected wallet."
- "Set a limit order to sell my XAUT when the price reaches 2600 USDT."
- "Check the status of my active limit orders and cancel any that are expired."
Tips & Limitations
- Security First: Always ensure your
.wdk_passwordorKEYSTORE_PASSWORD_FILEare 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_INin 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-aure-duncan-aurehub-xaut-trade": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api, code-execution
Related Skills
hyperliquid-trade
Trade on Hyperliquid — spot and perpetual futures. Supports market orders (IOC), limit orders (GTC), leverage setting, WDK wallet, and USDC deposit from Arbitrum. Triggers: buy ETH spot, sell BTC, long ETH, short BTC, open long, open short, close position, perp trade, check balance, Hyperliquid positions, limit order, limit buy, limit sell, open orders, cancel order, modify order, GTC, deposit USDC, fund wallet, bridge USDC.
polymarket-trade
Trade on Polymarket prediction markets on Polygon. Supports browsing markets, checking wallet/CLOB balance, and buying or selling YES/NO shares with safety gates. Wallet: WDK vault (~/.aurehub/.wdk_vault). Config: ~/.aurehub/polymarket.yaml. Triggers: buy YES, buy NO, sell shares, browse markets, check Polymarket balance, Polymarket trade, prediction market, what are the odds, redeem winnings, claim resolved positions.