Overview
The Web3 Data Skill is a Claude Code skill that enables you to explore and analyze blockchain data using natural language — directly from your terminal. Powered by the Chainbase API, it supports querying token holders, wallet balances, NFT ownership, ENS domains, address labels, and more across multiple EVM chains.Installation
Install the skill via skills.sh:Configuration
Set your Chainbase API key as an environment variable:Supported Data Queries
| Category | Examples |
|---|---|
| Token Analysis | Top holders, token price, price history, token metadata, token transfers |
| Wallet & Balance | ERC-20 balances, native token balances, NFTs owned by address |
| NFT | NFT metadata, collection owners, rarity scores, transfer history |
| Address Labels | Exchange, contract, whale, and other address tags |
| ENS Domains | Resolve domains, reverse resolve, list domains by address |
| Transactions | Transaction details, account transaction history |
Supported Chains
Supports all EVM-compatible chains available on Chainbase. See the full list at Supported Networks.Usage Examples
Once installed, simply use natural language in Claude Code:Learn More
- Chainbase API Reference — Full API documentation
- Supported Networks — Complete list of supported chains
- GitHub Repository — Source code and contributions