Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etherscan Skills

Agent Skills for working with Etherscan and on-chain data. These skills let AI agents turn raw Etherscan API responses into structured, verifiable output — every address, amount, and transaction hash comes from a live API call, never invented.

GitHub contributors GitHub commit activity GitHub repo size

Website etherscan.io Docs Twitter Etherscan

GitHub pull requests GitHub Issues

Skills

Skill Install Description
etherscan-flow npx skills add etherscan/skills --skill etherscan-flow Trace on-chain money flow via the Etherscan API V2 and write a single Etherscan Flow Case JSON file (nodes + edges). Two modes — strict trace for tx/address investigation, and business/entity profile for income, spending, and treasury questions. Security cases reconstruct an evidence-backed incident mechanism, confidence, and losses.

Installation

With the Skills CLI

Install every skill in this repo:

npx skills add etherscan/skills

Or install a single skill:

npx skills add etherscan/skills --skill etherscan-flow

Without npm

A skill is just a folder with a SKILL.md — no package manager required.

Copy the folder into your agent's skills directory (e.g. ~/.claude/skills/):

git clone https://github.com/etherscan/skills.git etherscan-skills
cp -r etherscan-skills/skills/etherscan-flow ~/.claude/skills/

Or download the ZIP from the green Code button on GitHub, unzip, and copy the skills/etherscan-flow folder into your skills directory.

Usage

Skills are available to your agent as soon as they're installed. The agent uses them automatically when a relevant task shows up.

Examples:

Trace this transaction: 0x...
Follow the money from this address
Build a case for this scam
Show ENS DAO's income and spending as a business

Contributing

New skills go in skills/<name>/ with a SKILL.md at the folder root. See CONTRIBUTING.md for details.

Security

To report a vulnerability, see SECURITY.md.

License

Licensed under the terms of the LICENSE file (MIT).

About

No description, website, or topics provided.

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages