Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Alchemy — blockchain data, NFTs, token balances, transactions, gas prices, and webhooks.
Alchemy — blockchain data, NFTs, token balances, transactions, gas prices, and webhooks.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Alchemy — blockchain data, NFTs, token balances, transactions, gas prices, and webhooks.
VariableRequiredDescriptionALCHEMY_API_KEY✅Alchemy API key
# Get ETH balance python3 {{baseDir}}/scripts/alchemy.py get-balance --address <value> # Get ERC-20 token balances python3 {{baseDir}}/scripts/alchemy.py get-token-balances --address <value> # Get transaction by hash python3 {{baseDir}}/scripts/alchemy.py get-transaction --hash <value> # Get block by number python3 {{baseDir}}/scripts/alchemy.py get-block --block "latest" # Get NFTs for address python3 {{baseDir}}/scripts/alchemy.py get-nfts --address <value> # Get NFT metadata python3 {{baseDir}}/scripts/alchemy.py get-nft-metadata --contract <value> --token-id <value> # Get token metadata python3 {{baseDir}}/scripts/alchemy.py get-token-metadata --contract <value> # Get current gas price python3 {{baseDir}}/scripts/alchemy.py get-gas-price # Get latest block number python3 {{baseDir}}/scripts/alchemy.py get-block-number # Get event logs python3 {{baseDir}}/scripts/alchemy.py get-logs --address <value> --from-block "0x0" --to-block "latest" --topics <value> # Get asset transfers for address python3 {{baseDir}}/scripts/alchemy.py get-asset-transfers --address <value> --category "external,erc20" # Get NFT floor price python3 {{baseDir}}/scripts/alchemy.py get-floor-price --contract <value>
All commands output JSON by default.
ScriptDescription{baseDir}/scripts/alchemy.pyMain CLI — all commands in one tool
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents. 📅 Need help setting up OpenClaw for your business? Book a free consultation
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.