tator-traderlisted
Install: claude install-skill diegosouzapw/awesome-omni-skill
# 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-ag