A powerful tool for querying and analyzing real-time on-chain blockchain data across multiple EVM-compatible networks using Chainbase APIs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web3-data
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 web3-data using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Web3 Data Explorer skill enables AI agents to interact directly with blockchain data through the Chainbase ecosystem. By leveraging Openclaw Skills, users can retrieve detailed information about token holders, wallet balances, NFT ownership, and historical transactions without leaving their coding environment. It bridges the gap between raw blockchain protocols and actionable data insights, supporting a wide array of networks including Ethereum, Polygon, and Arbitrum.
This skill is particularly valuable for developers and researchers who need to verify on-chain states or perform complex data analysis using either structured REST endpoints or flexible SQL queries. By integrating Openclaw Skills into your workflow, you gain programmatic access to indexed blockchain data, allowing for rapid prototyping of Web3 applications and automated monitoring of wallet activities.
To get started, you must configure your API credentials. Obtain a key from the Chainbase console and export it to your environment:
export CHAINBASE_API_KEY="your_api_key_here"
You can then run queries directly using the provided script:
# Example: Query Ethereum token metadata
scripts/chainbase.sh /v1/token/metadata chain_id=1 contract_address=0xdAC17F958D2ee523a2206206994597C13D831ec7
The skill interacts with several data structures provided by Chainbase. Key data types include:
| Data Type | Description |
|---|---|
| Token Metadata | Includes symbol, name, decimals, and total supply. |
| Wallet Portfolio | A list of token balances and native currency holdings. |
| Transaction Details | Hash, block number, gas used, and status. |
| SQL Tables | Access to {chain}.blocks, {chain}.token_transfers, and {chain}.logs. |
All responses are returned as structured JSON, which Openclaw Skills then format for optimal readability.
Loading
A powerful skill to fetch and summarize real-time GitHub activity feeds from repositories or organizations via the Nom platform.

A specialized skill to fetch, filter, and summarize real-time GitHub events and activity from the Nom feed.

Automate and synchronize prediction market bets on Polymarket with perpetual futures positions on Hyperliquid for advanced hedging and arbitrage.

A professional tool for purchasing X data crawl credits via Solana USDC and executing automated social media data extraction tasks.

An automated scanning tool that identifies WCAG violations in HTML and JSX and provides AI-powered fix suggestions.

Convert natural language descriptions into fully functional, production-ready GitHub Actions workflow YAML files.








































