alchemy-web3
Interact with Alchemy's Web3 APIs for blockchain data, NFTs, tokens, transfers, and webhooks across 80+ chains.
Why use this skill?
Use the Alchemy Web3 skill to query blockchain data, tokens, NFTs, and transactions across 80+ chains directly through your OpenClaw AI agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gizmo-dev/alchemy-web3What This Skill Does
The alchemy-web3 skill is a powerful interface designed to connect OpenClaw AI agents directly to the Alchemy blockchain infrastructure. By bridging the gap between natural language processing and high-performance Web3 APIs, this tool allows your agent to perform complex blockchain data retrieval, NFT auditing, and token tracking across more than 80 different blockchain networks. Whether you are analyzing a user's portfolio, verifying transaction history, or looking up ENS domains, this skill provides the production-grade reliability required for serious decentralized application (dApp) development and blockchain analysis.
Installation
To begin, ensure you have the OpenClaw environment properly initialized. First, install the skill using the command clawhub install openclaw/skills/skills/gizmo-dev/alchemy-web3. Once installed, you must register for a free API key at alchemy.com. Store this key in your local configuration file located at ~/.openclaw/.env by defining the ALCHEMY_API_KEY variable. You may also define an ALCHEMY_CHAIN to set a default network preference, such as eth-mainnet or polygon-mainnet. Once configured, the CLI script located at ~/.openclaw/workspace/skills/alchemy-web3/scripts/alchemy.sh handles all requests to the Alchemy endpoints.
Use Cases
This skill is ideal for developers, data analysts, and Web3 enthusiasts. Use it to build automated portfolio trackers that monitor ERC-20 token balances, NFT collections, and recent wallet movements. It is equally useful for smart contract debugging, as it allows for rapid fetching of transaction details and block information. Furthermore, the skill enables developers to resolve human-readable ENS names into wallet addresses automatically, simplifying user interactions within your AI agent's logic flows. Because it supports multi-chain architectures, it is a versatile tool for cross-chain data research.
Example Prompts
- "Check the current ETH balance and recent token holdings for 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 on the Ethereum mainnet."
- "What are all the NFTs owned by vitalik.eth? Please list their names and provide metadata for the first one found."
- "Show me the transaction history for this wallet address on the Arbitrum chain and identify the most recent transfer."
Tips & Limitations
Always ensure your API key is kept secure and is not hardcoded into public repositories. While Alchemy provides extensive coverage across 80+ chains, ensure that the specific network you are querying is supported by checking their documentation. If you experience timeouts, verify your API key limits in the Alchemy dashboard. This skill is read-only for blockchain state, meaning it cannot sign transactions or move funds, which keeps your assets inherently safe during analysis.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gizmo-dev-alchemy-web3": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
agentapi
Browse and search the AgentAPI directory - a curated database of APIs designed for AI agents. Find MCP-compatible APIs for search, AI, communication, databases, payments, and more. Includes x402 pay-per-use billing with USDC on Base.
qa-check
Mandatory quality assurance for all dev work before publishing. Use BEFORE deploying any project to production. Validates build, tests browser functionality, checks mobile responsiveness, and ensures no broken links/images.
agentapi
Browse and search the AgentAPI directory - a curated database of APIs designed for AI agents. Find MCP-compatible APIs for search, AI, communication, databases, payments, and more. Includes free directory access and optional x402 pay-per-use APIs.
gizmolab-tools
Use GizmoLab's free blockchain developer tools at tools.gizmolab.io and Web3 UI components at ui.gizmolab.io. Ethereum tools include Contract UI interaction, Transaction Decoder, ENS Lookup, and Burner Wallet. Solana tools include Token Creation, Token Minting, Token Snapshots, and Token Swaps. Web3 UI components include Abstract Gasless NFT Mint, Chain Selector, Crypto Product Card, NFT Mint Card, NFT Portfolio, LiFi Widget, and Polymarket Widget. Use when building dApps, interacting with smart contracts, or performing blockchain operations.