blockchain-analysis

Query wallet balances, token prices, and transactions on Base and Ethereum via Web3.py.

7|2|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/DegenApeDev/AlleyBot --skill blockchain-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blockchain-analysis
Source: https://github.com/DegenApeDev/AlleyBot/tree/main/skills/blockchain-analysis
Command: npx skills add https://github.com/DegenApeDev/AlleyBot --skill blockchain-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides users with the ability to query and understand on-chain data, making complex blockchain information accessible and actionable.

Core Features & Use Cases

  • Wallet Balance Checks: View the native and token balances for any given Ethereum or Base wallet address.
  • Transaction Lookups: Retrieve detailed information about specific blockchain transactions, including status, value, and gas used.
  • Smart Contract Interaction: Understand smart contract details and on-chain activity.
  • Use Case: A user can ask "What is the USDC balance of 0x123...abc on Base?" and receive a clear, formatted answer.

Quick Start

Check the ETH balance of the address 0x123...abc on the Ethereum network.

Frequently Asked Questions about blockchain-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check an ERC-20 token balance for a wallet address on Base?

To check an ERC-20 token balance on Base, you query the specified wallet address using Web3.py through an RPC endpoint. This Skill returns the exact token balances held by the address on the Base network.

How do I retrieve transaction history and details on the Ethereum network?

You retrieve Ethereum transaction details by providing the specific transaction hash. The Skill queries the network via Web3.py to fetch transaction status, transferred value, and gas used.

Do I need an RPC endpoint to analyze blockchain wallet balances?

Yes, analyzing blockchain wallet balances requires RPC endpoint access for the specified Ethereum or Base networks. The Skill relies on these endpoints to execute Web3.py calls and retrieve native or token balances.

What blockchain networks are supported for transaction lookups and balance checks?

The supported blockchain networks for transaction lookups and balance checks are Ethereum and Base. The Skill can query native token balances, ERC-20 token balances, and transaction details across these two networks.

Can I analyze smart contract details and on-chain activity using Web3.py?

Yes, you can analyze smart contract details and on-chain activity using Web3.py. The Skill processes blockchain data to help you understand smart contract interactions and transaction history on Ethereum and Base.