Install
$ agentstack add skill-blockscout-agent-skills-upgrade-blockscout-api ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Upgrade Blockscout API
Refresh the API reference files bundled inside one of this repo's end-user skills.
The two skills published from this repo each carry their own snapshot of the Blockscout API surface, but they're built from completely different upstream artefacts and on independent release cadences. Coupling their refreshes would force spurious diffs on whichever target's upstream hasn't moved, so this skill takes a target argument and runs only that target's pipeline.
Invocation
/upgrade-blockscout-api
`` must be one of:
| Target | Refreshes | Procedure | |--------|-----------|-----------| | blockscout-analysis | blockscout-analysis/references/blockscout-api/*.md and the master index, from latest Blockscout backend + Stats releases. | [references/blockscout-analysis.md](references/blockscout-analysis.md) | | web3-dev | web3-dev/references/pro-api.json and web3-dev/references/pro-api-index.md, from a build-time clone of the pro-api repo. | [references/web3-dev.md](references/web3-dev.md) |
Routing rule
- Read the `` argument from the user's invocation. If it is missing or not in the table above, stop and ask which target to upgrade — listing the valid values. Do not guess and do not run both.
- Read the matching reference file under
references/and follow it end-to-end. The reference is the canonical, authoritative procedure for that target. - Do not mix instructions across targets. The two procedures share no structural steps; lifting a step from one into the other will silently corrupt the bundled output.
Working directory
Both procedures assume the working directory is the repository root (the parent of blockscout-analysis/ and web3-dev/). Confirm this before running any script — the indexers and patch tools resolve paths relative to the repo root and will write to the wrong place otherwise.
Adding a new target
When a third skill in this repo starts bundling Blockscout API references, add it as a new row in the routing table above and drop a references/.md file alongside the existing two. Keep this SKILL.md as routing only — every target's procedure lives in its own reference file so the agent loads only what the current run needs.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: blockscout
- Source: blockscout/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.