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
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
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.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.