$npx -y skills add draguris/dragonclaw --skill token-infoSearch tokens, fetch metadata, live prices, K-line charts by keyword or contract address. No API key needed.
| 1 | # Token Information |
| 2 | |
| 3 | Search any token and retrieve metadata, live market data, and candlestick charts. |
| 4 | |
| 5 | ## When to Use |
| 6 | User asks about a token price, details, chart, K-line, or searches by name or address. |
| 7 | |
| 8 | ## No API Key Required |
| 9 | |
| 10 | ## Endpoints |
| 11 | - Search: GET /bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/search (keyword, chainId) |
| 12 | - Detail: GET /bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/detail (contractAddress, chainId) |
| 13 | - K-line: GET /bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/kline (contractAddress, chainId, interval) |
| 14 | |
| 15 | ## Tool Call |
| 16 | ```tool |
| 17 | {"tool": "binance_market", "action": "GET", "endpoint": "/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/search", "params": {"keyword": "PEPE", "chainId": "1"}} |
| 18 | ``` |