block-info

Fetch blockchain block details including number, hash, timestamp, miner, and transaction count.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill lets you quickly fetch blockchain block details, saving you from manual lookups and RPC calls.

Core Features & Use Cases

  • Block details: Retrieve number, hash, timestamp, miner, and transaction count for a given block.
  • Chain support: Works across major chains (ETH, Polygon, Arbitrum, etc.).
  • Use Case: Monitor the latest block for a live dashboard or validate a specific block by number or tag.

Quick Start

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