bump-skill-version
Bump Skill Version
Update the blockscout-analysis skill version string in every file that contains it. Run this after content changes (e.g., API reference updates) are complete and the skill is ready for a new release.
Usage
Pass the new version as $ARGUMENTS (e.g., 0.4.0). If no argument is provided, ask the user for the target version before proceeding.
Files and locations
All edits are simple string replacements of the old version with the new version. There are exactly 3 occurrences across 2 files:
1. blockscout-analysis/SKILL.md — frontmatter metadata (line ~5)
The YAML frontmatter contains a single-line JSON metadata field with a "version" key:
metadata: {"author":"blockscout.com","version":"<OLD>","github":...}
More from blockscout/agent-skills
blockscout-analysis
MANDATORY — invoke this skill BEFORE making any Blockscout MCP tool calls or writing any blockchain data scripts, even when the Blockscout MCP server is already configured. Provides architectural rules, execution-strategy decisions, MCP REST API conventions for scripts, endpoint reference files, response transformation requirements, and output conventions that are not available from MCP tool descriptions alone. Use when the user asks about on-chain data, blockchain analysis, wallet balances, token transfers, contract interactions, on-chain metrics, wants to use the Blockscout API, or needs to build software that retrieves blockchain data via Blockscout. Covers all EVM chains.
25web3-dev
Build web3 applications, scripts, CLIs, bots, mobile apps, and desktop apps that need blockchain data via the Blockscout PRO API — a single HTTP API spanning 100+ EVM chains. Invoke this skill whenever the user wants to read blockchain data over HTTP (transactions, blocks, addresses, tokens, NFTs, logs, contract context, internal txs, account abstraction, etc.) and is building software that calls an API directly. Trigger on direct mentions of `Blockscout PRO API`, `pro-api`, `proapi_`, `Blockscout API`, `block explorer API`, `api.blockscout.com`, or on broader phrasing like \"build a web3 app\", \"index/query on-chain data\", \"wallet history\", \"NFT inventory\", \"transaction logs across chains\", \"how much does the Blockscout API cost\", \"chain IDs supported by Blockscout\". Use this skill for direct HTTP integrations; the sibling `blockscout-analysis` skill covers the Blockscout MCP Server.
4upgrade-blockscout-api
Upgrade the blockscout-analysis skill's API reference files to the latest Blockscout backend and Stats service releases. Run when a new Blockscout version is issued to refresh swagger data, regenerate endpoint documentation, patch MCP-sourced and JSON-RPC endpoints, and remove MCP-duplicated entries.
4