upgrade-blockscout-api

Installation
SKILL.md

Upgrade Blockscout API

Refresh the blockscout-analysis skill's API reference files to match the latest Blockscout backend release. The upgrade runs a 5-step sequential pipeline that downloads new swagger definitions, regenerates endpoint documentation, and applies patches.

Prerequisites

  • Python >= 3.9 with pyyaml and requests packages installed
  • Network access to GitHub API (api.github.com, raw.githubusercontent.com) and Blockscout MCP (mcp.blockscout.com)
  • Working directory must be the repository root (parent of blockscout-analysis/)

Pipeline

Run every step in order. Each step depends on the output of the previous one. If a script fails, fix the issue before proceeding to the next step.

Step 1 — Swagger Acquisition

Download swagger files for the latest Blockscout backend and Stats service releases.

Related skills

More from blockscout/agent-skills

Installs
4
GitHub Stars
7
First Seen
Mar 3, 2026