By avecloud
Build crypto trading bots and data pipelines that query on-chain metrics via REST API, stream real-time swaps and prices via WebSocket, execute self-custody DEX trades on EVM/Solana chains, and automate proxy-wallet orders with TP/SL on BSC/ETH/Base/Solana using AVE Cloud skills.
npx claudepluginhub avecloud/ave-cloud-skill --plugin ave-cloud-skillRoute 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 from a specific launchpad or platform (pump.fun, fourmeme, bonk, nadfun) DO NOT use this skill for: - Real-time streaming or WebSocket subscriptions → use ave-data-wss instead - Executing trades or swaps → use ave-trade-chain-wallet or ave-trade-proxy-wallet instead
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 instead - On-chain data queries → use ave-data-rest instead - Real-time streams → use ave-data-wss instead
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.
No description provided.
Trade tokens on Solana/ETH/BSC/Base chains via XXYY Open API using natural language
GMGN OpenAPI skills — token info, market data, wallet portfolio, and swap
Blockchain RPC access for AI agents — 200+ networks via DRPC MCP gateway
No description provided.
On-chain AI skills via x402 micropayments on Base
Share bugs, ideas, or general feedback.
Ave Cloud skill suite for querying on-chain crypto data and executing DEX trades via the Ave Cloud API (https://cloud.ave.ai). Supports BSC, Solana, ETH, and Base.
| Skill | Script | When to Use |
|---|---|---|
| ave-data-rest | ave_data_rest.py | Token search, price, kline, holders, swap txs, trending, risk |
| ave-data-wss | ave_data_wss.py | Real-time price/tx/kline streams, WSS REPL, server daemon (requires API_PLAN=pro) |
| ave-trade-chain-wallet | ave_trade_rest.py | Self-custody DEX trades, user controls private keys |
| ave-trade-proxy-wallet | ave_trade_rest.py, ave_trade_wss.py | Market/limit orders, TP/SL, proxy wallet management (requires API_PLAN=normal or pro) |
| ave-wallet-suite | (router) | Routes ambiguous wallet/trade/data requests to the correct sub-skill |
Build the local Docker image first:
docker build -f scripts/Dockerfile.txt -t ave-cloud .
docker run --rm \
-e AVE_API_KEY=your_api_key_here \
-e API_PLAN=free \
--entrypoint python3 \
ave-cloud scripts/ave_data_rest.py search --keyword PEPE
docker run --rm -it \
-e AVE_API_KEY=your_api_key_here \
-e API_PLAN=pro \
--entrypoint python3 \
ave-cloud scripts/ave_data_wss.py wss-repl
docker run --rm \
-e AVE_API_KEY=your_api_key_here \
-e API_PLAN=free \
--entrypoint python3 \
ave-cloud scripts/ave_trade_rest.py quote \
--chain bsc \
--in-token 0x55d398326f99059fF775485246999027B3197955 \
--out-token 0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c \
--in-amount 10000000 \
--swap-type buy
| Client | Method | Config Dir |
|---|---|---|
| Claude Code | plugin discovery | .claude-plugin/ |
| Codex | clone + symlink | .codex/ |
| Cursor | plugin discovery | .cursor-plugin/ |
| OpenCode | clone + symlink | .opencode/ |
| OpenClaw | clone + symlink | .openclaw/ |
See each config directory for client-specific install instructions.
| Feature | free | normal | pro |
|---|---|---|---|
| Data REST | Yes | Yes | Yes |
| Data WSS | No | No | Yes |
| Trade Chain-Wallet | Yes | Yes | Yes |
| Trade Proxy-Wallet | No | Yes | Yes |
Get your API key at https://cloud.ave.ai
Data REST and Data WSS cover more chains, but the full trading flow in this repo focuses on the four chains below.
| Chain | Data | Chain-Wallet | Proxy-Wallet |
|---|---|---|---|
| BSC | Yes | Yes | Yes |
| Solana | Yes | Yes | Yes |
| ETH | Yes | Yes | Yes |
| Base | Yes | Yes | Yes |
| Variable | Required by | Description |
|---|---|---|
| AVE_API_KEY | all skills | Ave Cloud API key from https://cloud.ave.ai |
| API_PLAN | all skills | free / normal / pro |
| AVE_SECRET_KEY | trade-proxy-wallet | HMAC signing secret for proxy wallet auth |
| AVE_EVM_PRIVATE_KEY | trade-chain-wallet (optional) | Hex private key for BSC/ETH/Base signing |
| AVE_SOLANA_PRIVATE_KEY | trade-chain-wallet (optional) | Base58 private key for Solana signing |
| AVE_MNEMONIC | trade-chain-wallet (optional) | BIP39 mnemonic for all chains |
| AVE_USE_DOCKER | all scripts | Set to true for Docker-backed execution and Docker rate limiting |
| AVE_BSC_RPC_URL | trade-chain-wallet (optional) | Override BSC JSON-RPC URL |
| AVE_ETH_RPC_URL | trade-chain-wallet (optional) | Override ETH JSON-RPC URL |
| AVE_BASE_RPC_URL | trade-chain-wallet (optional) | Override Base JSON-RPC URL |
View token details on AVE Pro: https://pro.ave.ai/token/<token>-<chain>
Example: https://pro.ave.ai/token/0x1234...abcd-bsc
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim