Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
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.
Execute USDT -> XAUT buy and XAUT -> USDT sell flows via Uniswap V3.
Use when the user wants to buy or sell XAUT (Tether Gold):
This skill connects to external services (Ethereum RPC, UniswapX API, and optionally xaue.com rankings). On first setup, it may install dependencies via npm. Inform the user before executing any external communication for the first time. See the README for a full list.
~/.aurehub/)| File | Purpose | Required |
|---|---|---|
.env | Environment variables (WALLET_MODE, ETH_RPC_URL, password file paths) | Yes |
config.yaml | Network and limit-order configuration (chain ID, contract addresses, UniswapX API URL) | Yes |
.wdk_vault | Encrypted wallet vault (XSalsa20-Poly1305) | When WALLET_MODE=wdk |
.wdk_password | Vault decryption password (file mode 0600) | When WALLET_MODE=wdk |
| Variable | Purpose | Required |
|---|
npx skills add LeoYeAI/openclaw-master-skills --skill aurehub-xaut-tradeHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.