address-info

Fetch blockchain address balance and account type for a specified chain.

2|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/cheolwanpark/claude-plugins --skill address-info
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: address-info
Source: https://github.com/cheolwanpark/claude-plugins/tree/main/plugins/crypto/skills/address-info
Command: npx skills add https://github.com/cheolwanpark/claude-plugins --skill address-info

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill fetches the balance and account type (EOA vs contract) for a given blockchain address, saving time on manual checks.

Core Features & Use Cases

  • Balance check: Retrieve wallet balance on a specified chain.
  • Account type: Determine if an address is an EOA or a contract.
  • Use Case: Quick risk assessment before interacting with an address.

Quick Start

Run the script with address and optional chain: ${CLAUDE_PLUGIN_ROOT}/scripts/crypto-address-info.sh <address> [chain]