blockscout-openapi-skill

Query Blockscout explorer data via a curated OpenAPI schema and UXC.

111|9|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/holon-run/uxc --skill blockscout-openapi-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blockscout-openapi-skill
Source: https://github.com/holon-run/uxc/tree/main/skills/blockscout-openapi-skill
Command: npx skills add https://github.com/holon-run/uxc --skill blockscout-openapi-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill simplifies querying Blockscout blockchain explorer data by providing a curated OpenAPI schema and a stable command-line interface through UXC, eliminating the need for direct API interaction or complex SDKs.

Core Features & Use Cases

  • Discover and Execute: Easily find and run read operations on Blockscout instances.
  • Instance-Specific Targeting: Connect to any Blockscout deployment by relinking the command.
  • Use Case: Quickly retrieve the transaction history for a specific Ethereum address or get the latest block details from an Optimism Blockscout instance.

Quick Start

Use the blockscout-openapi-cli to get the latest block details.

Frequently Asked Questions about blockscout-openapi-skill

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

FAQPage Schema
How do I query Blockscout explorer data without using a complex SDK?

Query Blockscout explorer data without a complex SDK by using a curated OpenAPI schema and the UXC command-line interface. This provides a unified, stable interface to retrieve address summaries, token balances, and transaction history directly.

How do I retrieve transaction history for an Ethereum address using Blockscout?

Retrieve transaction history for an Ethereum address using Blockscout by executing read operations through the UXC command-line interface. The Skill utilizes a curated OpenAPI schema to fetch address-specific transaction records quickly.

Can I use this to query an Optimism Blockscout instance?

Yes, you can query an Optimism Blockscout instance by relinking the command to target that specific deployment. The Skill supports instance-specific targeting to connect to any Blockscout deployment across various networks.

Do I need UXC installed to get the latest block details from Blockscout?

Yes, you need UXC installed and network access to the target Blockscout instance to get the latest block details. The Skill relies on the UXC tool to execute the curated OpenAPI schema operations.

What blockchain data operations are supported by the Blockscout OpenAPI schema?

Supported blockchain data operations include address summaries, token balances, transaction history, token metadata, and block details. The Skill exposes these read operations through the UXC command-line interface.