A comprehensive skill for fetching real-time cryptocurrency token metadata, market dynamics, and technical analysis charts.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install binance-query-token
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install binance-query-token using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill empowers AI agents to perform deep dives into the cryptocurrency ecosystem by providing programmatic access to Binance Web3 data. It allows users to search for tokens by name, symbol, or contract address across multiple chains including BSC, Base, and Solana. By integrating this capability into Openclaw Skills, developers can build agents that provide instant market insights, social link verification, and creator information.
Beyond static metadata, the skill delivers high-frequency dynamic data. This includes real-time price fluctuations, liquidity metrics, and complex holder distributions like Smart Money and KOL holdings. It is an essential tool for any financial AI agent requiring accurate on-chain intelligence and technical analysis capabilities through candlestick data.
To integrate this functionality within the Openclaw Skills framework, ensure your environment can reach the Binance Web3 and Sintral endpoints. Use the following bash example to test a token search:
curl --location 'https://web3.binance.com/bapi/defi/v5/public/wallet-direct/buw/wallet/market/token/search?keyword=BNB&chainIds=56&orderBy=volume24h' \
--header 'Accept-Encoding: identity'
Note that numeric fields are returned as strings and should be converted to appropriate numeric types during processing.
The skill returns structured data covering metadata, market dynamics, and technical charts. Key data structures include:
| Category | Key Fields | Data Type |
|---|---|---|
| Metadata | name, symbol, icon, social links, creatorAddress, description | JSON Object |
| Market Data | price, volume24h, marketCap, liquidity, fdv, totalSupply | String (Numeric) |
| Holder Info | top10HoldersPercentage, smartMoneyHolders, proHolders, kolHolders | String (Numeric) |
| Candlesticks | [open, high, low, close, volume, timestamp, count] | 2D Array |
All Icon URLs require the prefix https://bin.bnbstatic.com combined with the returned icon path.
Loading
An AI agent skill designed to interface with the Binance Spot API for trade execution, account management, and real-time market data retrieval.

A specialized skill enabling AI agents to provide contextually and culturally accurate greetings in multiple languages.

An AI-native, end-to-end encrypted markdown document platform for seamless human-agent collaboration and decentralized storage.

A real-time traffic monitoring tool that polls Houston TranStar RSS feeds and sends instant incident reports to WhatsApp.

A specialized utility for subscribing to and retrieving real-time on-chain Smart Money trading signals across multiple blockchains.

A macOS-exclusive installer for the discord-local-stt-tts plugin that enables private, local speech recognition and synthesis for Discord voice assistants.








































