← ClaudeAtlas

tator-traderlisted

Execute crypto trades using natural language via Tator's AI trading API. Use when: buying tokens, selling tokens, swapping, bridging cross-chain, sending tokens, wrapping/unwrapping ETH, opening perp positions, betting on prediction markets, launching tokens, registering blockchain names, or managing yield positions. Triggers: 'buy token', 'sell token', 'swap X for Y', 'bridge to', 'send tokens', 'open long', 'open short', 'bet on', 'launch token', 'register name', 'deposit yield', 'wrap ETH'. Supports 24 chains. Returns UNSIGNED transactions — you sign and broadcast. Costs $0.20 USDC per request via x402. Recommended wallet integration: Sponge (SPONGE_API_KEY) or AgentWallet (AGENTWALLET_API_TOKEN) — no raw private keys needed. This skill is a transaction builder and never accesses your private keys or tokens.
LJT-520/openClaw-backup · ★ 1 · AI & Automation · score 46
Install: claude install-skill LJT-520/openClaw-backup
# Tator AI Trading API Trade on 24 chains using natural language. Send a prompt like "Buy 0.1 ETH worth of PEPE on Base" — Tator returns UNSIGNED transactions for you to review, sign, and broadcast. $0.20 USDC per request via x402. Tator never touches your keys. ## Quick Reference | Situation | Action | |-----------|--------| | User wants to buy/sell/swap a token | Build prompt with amount + token + chain, call Tator | | User wants to bridge tokens | Include source chain, destination chain, amount in prompt | | User wants to open a leveraged position | Include leverage, direction, collateral amount, protocol | | User gives a vague prompt ("buy some crypto") | Ask for specifics: which token, how much, which chain | | Response has `type: "transaction"` | **Verify each TX** (check `to`, `value`, `chainId`), then sign and broadcast IN ORDER | | Response has `type: "error"` | Show error message to user, suggest fixes | | Response has `type: "info"` | Display the information to user | | Multiple transactions returned | Execute sequentially — wait for each to confirm before sending next | | Unknown/new token | Use contract address instead of name in prompt | | User hasn't scanned the token yet | **Scan first** with `quickintel-scan` skill ($0.03) before buying | ## Endpoint `POST https://x402.quickintel.io/v1/tator/prompt` ```json { "prompt": "Buy 0.1 ETH worth of PEPE on Base", "walletAddress": "0xYourPublicWalletAddress", "provider": "your-agent-name" } ``` | Field |