Route broad wallet, market-data, and trading requests across the AVE skill suite. Use this skill when the user asks for an AVE wallet/trading/data task but the correct sub-skill is not yet obvious, or when the assistant should guide the user through the full workflow. If the user mentions private keys, mnemonics, local signing, or self-custody, route DIRECTLY to ave-trade-chain-wallet — do not use this router skill. This skill decides between: - ave-data-rest for snapshot market and token data - ave-data-wss for live data streams - ave-trade-chain-wallet for self-custody trading - ave-trade-proxy-wallet for server-managed proxy-wallet trading
Query on-chain crypto data via the AVE Cloud Data REST API (https://cloud.ave.ai/). Use this skill whenever the user wants to: - Search for tokens by name, symbol, or contract address - Get token price, market cap, TVL, volume, or price change data - View kline/candlestick (OHLCV) chart data for a token or trading pair - Check top 100 token holders and their distribution - Browse recent swap transactions for a trading pair - View trending tokens on a specific chain - View ranked tokens by topic (hot, meme, gainer, loser, new, AI, DePIN, GameFi, etc.) - Run a contract security/risk detection report (honeypot, buy/sell tax, ownership) - Get wallet swap history, token PnL, and holdings - Get wallet overview and smart wallet discovery - Get public trading signals - Get liquidity transactions and transaction details for a pair - Get trading pair detail - Get Ondo-mapped kline data - Batch search token details by address-chain list - List supported chain identifiers - Get main/native tokens for a chain - Get tokens
Stream real-time on-chain data via the AVE Cloud WebSocket API (wss://wss.ave-api.xyz). Use this skill whenever the user wants to: - Stream live swap or liquidity events for a trading pair in real time - Monitor live kline/candlestick updates for a trading pair - Subscribe to live price change notifications for one or more tokens - Run an interactive WebSocket REPL to manage subscriptions live - Start or stop the Ave Cloud server daemon (Docker-based persistent connection) Requires API_PLAN=pro for all WebSocket streams. DO NOT use this skill for: - REST data queries (token search, price, kline history, holders, etc.) → use ave-data-rest instead - Executing trades or swaps → use ave-trade-chain-wallet or ave-trade-proxy-wallet instead
Execute self-custody DEX trades via the AVE Cloud Chain Wallet Trading API (https://bot-api.ave.ai). Use this skill whenever the user wants to: - Get a swap quote (estimated output amount) for a token pair - Build an unsigned EVM transaction for a swap (BSC, ETH, Base) - Build an unsigned Solana transaction for a swap - Sign and send an EVM swap transaction using a local private key or mnemonic - Sign and send a Solana swap transaction using a local private key or mnemonic - Submit a pre-signed EVM or Solana transaction (external signer workflow) - Execute a self-custody DEX trade where the user controls their own private keys - Perform a one-step swap (create + sign + send) on EVM or Solana chains Available on all plan tiers (free, normal, pro). User private keys never leave the local machine. DO NOT use this skill for: - Generic buy/sell/swap/limit order requests without explicit self-custody language → use ave-trade-proxy-wallet instead - Server-managed (proxy) wallet trading → use ave-trade-proxy-wallet
Execute server-managed proxy-wallet DEX trades via the AVE Cloud Bot Trade API. Use this skill for proxy-wallet market and limit orders, TP/SL or trailing exits, proxy wallet lifecycle actions, EVM token approvals, delegate transfers, order-history queries, and live order-status watching over WebSocket. Requires API_PLAN=normal or pro. Proxy wallets are managed by Ave; no local signing. Do not use this skill for self-custody trading, on-chain data queries, or price/tx/kline streams.