What problem does it solve?
ETHSKILLS fixes the most common failure mode where AI agents confidently use outdated or hallucinated Ethereum/EVM details, leading to wrong chain choices, bad gas/cost assumptions, unsafe Solidity patterns, and incorrect contract references.
Core Features & Use Cases
- Ethereum/EVM correction pack: Keeps agent guidance aligned with current onchain reality (e.g., gas economics, token decimals, and new/changed standards).
- Role-based topic routing: Use the right doc for the task (Ship for end-to-end builds, Gas for cost questions, Security/Testing for contract work, Addresses for verified contracts, etc.).
- Production-grade guardrails: Emphasizes safety constraints like key/secret handling and “onchain” terminology, plus operational workflow checks for dApp shipping.
Quick Start
Use the ethskills skill by first fetching the full index at https://ethskills.com/SKILL.md, then request the specific topic doc that matches your task (for example, gas/SKILL.md for gas estimates).