feat(skills): add Ethereum, Arbitrum, and Optimism blockchain skills#2923
Open
dieutx wants to merge 1 commit intoNousResearch:mainfrom
Open
feat(skills): add Ethereum, Arbitrum, and Optimism blockchain skills#2923dieutx wants to merge 1 commit intoNousResearch:mainfrom
dieutx wants to merge 1 commit intoNousResearch:mainfrom
Conversation
2a4c7c8 to
d8f093d
Compare
… DEX quotes Extends the blockchain skill family with three new EVM chains, each with 9 commands including a new DEX swap quote feature via Odos aggregator. Chain skills (read-only, stdlib-only, no API key): - Ethereum mainnet (chain ID 1) — 15 tokens, EIP-1559 gas - Arbitrum One (chain ID 42161) — 15 tokens, Nitro gas model - Optimism (chain ID 10) — 15 tokens, OP Stack L2 fees 9 commands per chain: - wallet, tx, token, gas, contract, whales, stats, price - NEW: dex — read-only DEX swap quotes via Odos aggregator (price impact, gas estimate, best route across DEXs) All tested against mainnet with live RPC and API calls.
d8f093d to
c74ce37
Compare
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
Extends the blockchain skill family (alongside existing Base and Solana) with three new EVM chains. Each follows the same pattern:
SKILL.md+scripts/{chain}_client.py, stdlib-only, CoinGecko pricing, no API key required.Chains added
ethereumarbitrum-oneoptimistic-ethereum8 commands per chain
wallet, tx, token, gas, contract, whales, stats, price
Chain-specific gas handling
Tested against mainnet
15 well-known tokens per chain, 6 files, ~3600 lines.