By aurehub
Automate live crypto and DeFi trading workflows with agent skills that execute spot/perpetual orders on Hyperliquid, buy/sell shares on Polymarket prediction markets, and swap XAUT gold tokens on Uniswap, managing leverage, positions, balances, and cross-chain deposits via Node.js.
npx claudepluginhub aurehub/skillsTrade 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.
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.
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.
A collection of reusable Agent Skills for AI coding agents.
npx skills add aurehub/skills
Or manually copy the desired skill folder into your agent's skills directory.
| Skill | Description |
|---|---|
| xaut-trade | Buy or sell XAUT (Tether Gold) on Ethereum via Uniswap V3 (market) and UniswapX (limit orders) |
| polymarket-trade | Trade on Polymarket prediction markets on Polygon. Browse markets, buy/sell YES/NO shares with auto POL→USDC.e swap |
| hyperliquid-trade | Trade spot and perpetual futures on Hyperliquid. Market and limit orders, leverage setting, WDK wallet |
skills/:mkdir skills/my-new-skill
cp template/SKILL.md.template skills/my-new-skill/SKILL.md
Edit skills/my-new-skill/SKILL.md:
name to match the directory name (lowercase, hyphens only)description of what the skill does and when to use itOptionally add supporting files:
references/ — additional documentation loaded on demandscripts/ — executable code the agent can runassets/ — templates, images, data files---
name: my-skill-name
description: What this skill does and when to use it.
license: MIT
metadata:
author: aurehub
version: "1.0"
---
# Instructions for the agent
Step-by-step instructions, examples, and guidelines.
See the full Agent Skills specification for details.
skills/SKILL.md follows the specEnable git pre-commit checks:
./scripts/install-git-hooks.sh
Current checks:
scripts/check-no-runtime-private-key.shscripts/check-skill-version.sh (valid semver for SKILL.md metadata.version and scripts/package.json when present)MIT
Agent skills for building and managing cryptocurrency trading bots with API integration and strategy execution.
Share bugs, ideas, or general feedback.
Expert agents for cryptocurrency trading, DeFi strategies, and market analysis
No description provided.
Developer toolkit for building applications on top of the Bankr Agent API - scaffold projects, understand API patterns, and build integrations
Blockchain data and infrastructure via Alchemy — EVM/Solana RPC, NFT API, token prices, portfolio, transfers, webhooks. Supports API key and agentic gateway (x402/MPP) auth flows.
Integration layer for accessing and managing Polymarket prediction market data and trading operations programmatically.