feat: add Avalanche C-Chain blockchain skill - #6226
Closed
nocodeking wants to merge 1 commit into
Closed
Conversation
Adds optional Avalanche C-Chain query skill with 8 commands: - stats: network health, gas price, AVAX price - wallet: AVAX balance + ERC-20 token portfolio with USD pricing - tx: transaction details with fee breakdown - token: ERC-20 metadata, supply, price, market cap - gas: gas analysis with cost estimates - contract: EOA/contract detection, ERC type, proxy resolution - whales: large AVAX transfer detection - price: quick token price lookup 17 known tokens (WAVAX, USDC, USDT, JOE, PNG, QI, XAVA, etc.) Uses free Avalanche public RPC + CoinGecko (no API keys required). Pure Python stdlib — zero external dependencies. Based on the existing Base blockchain skill pattern.
Collaborator
|
Related to #2010 (EVM multi-chain skill covering 8 chains). Consider whether Avalanche should be a standalone skill or merged into the multi-chain PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an optional Avalanche C-Chain blockchain query skill, following the same pattern as the existing
baseandsolanaskills.Features
8 commands, all using free public APIs (no API keys required):
statswallettxtokengascontractwhalespriceDetails
Install
Verification
python3 ~/.hermes/skills/blockchain/avalanche/scripts/avax_client.py stats