alchemy
Alchemy — blockchain data, NFTs, token balances, transactions, gas prices, and webhooks.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/alchemyWhat This Skill Does
The Alchemy skill provides a robust interface for OpenClaw agents to interact with blockchain data across multiple networks. By leveraging Alchemy’s powerful infrastructure, this skill enables agents to perform real-time queries regarding ETH balances, ERC-20 token holdings, transaction histories, and NFT metadata. It bridges the gap between decentralized ledger data and AI-driven automation, allowing your agent to monitor gas prices, retrieve event logs for smart contract monitoring, and track asset transfers effortlessly. Whether you are building a DeFi dashboard, an NFT collector bot, or a simple wallet tracker, this tool serves as the primary data fetcher for your blockchain-focused operations.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/aiwithabidi/alchemy. Once installed, ensure you have an active Alchemy API key. You must configure the environment variable ALCHEMY_API_KEY within your OpenClaw configuration file to grant the agent access to the Alchemy API endpoints. Without this key, the agent will be unable to authenticate requests, and the skill functions will return unauthorized errors.
Use Cases
This skill is designed for developers and power users who need to automate blockchain interactions. Common use cases include: 1) Portfolio tracking: Automatically fetching token balances for specific wallet addresses to analyze asset allocation. 2) Market Analysis: Monitoring NFT floor prices to inform trading strategies or alert users to buying opportunities. 3) Smart Contract Auditing/Monitoring: Retrieving logs and transaction details to audit interactions or trigger workflows based on blockchain events. 4) Developer Tooling: Quickly checking current network gas prices to optimize transaction timing for other automated processes.
Example Prompts
- "Check the current ETH balance for the wallet 0xabc123... and show me the list of ERC-20 tokens it holds."
- "Get the current floor price for the Bored Ape Yacht Club contract and notify me if it drops below 50 ETH."
- "Retrieve the transaction details for this hash 0x789... and tell me which address sent the funds and the total amount transferred."
Tips & Limitations
- Rate Limits: Alchemy APIs have usage tiers. Ensure your API key is configured with the appropriate limits for your agent’s request frequency to avoid service disruptions.
- Network Context: Always double-check which network (Mainnet, Goerli, etc.) your script is targeting, as the default configuration may be Mainnet.
- Data Privacy: This tool interacts with public blockchain data. While it does not require private keys, ensure your agent’s logging mechanisms are secure to avoid exposing wallet addresses or transaction patterns in plain text if your use case involves sensitive personal asset management.
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-aiwithabidi-alchemy": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
skill-auditor
Security audit and quarantine system for third-party OpenClaw skills. Use when evaluating, reviewing, or installing any skill from ClawHub or external sources. Automatically triggered before any skill installation.
Model Intel
Live LLM model intelligence and pricing from OpenRouter
deep-search
Multi-tier Perplexity search with Langfuse tracing. Three depth levels: quick (sonar), pro (sonar-pro), deep (sonar-reasoning-pro). Supports focus modes: internet, academic, news, youtube, reddit. Returns AI-synthesized answers with citations. Use for research, comparisons, market analysis, fact-checking. Triggers: search, research, look up, find out, compare, what is, deep search, web research.
amplitude
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API. Understand product usage, measure feature adoption, and analyze user journeys. Built for AI agents — Python stdlib only, zero dependencies. Use for product analytics, user behavior tracking, funnel analysis, retention analysis, and cohort segmentation.