ethskills

Route agents to current Ethereum topic guides and production checklists.

7|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/Zodomo/DrandVerifier --skill ethskills-zodomo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ethskills
Source: https://github.com/Zodomo/DrandVerifier/tree/main/.opencode/skills/ethskills
Command: npx skills add https://github.com/Zodomo/DrandVerifier --skill ethskills-zodomo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ETHSKILLS corrects the most common, high-impact mistakes in Ethereum knowledge (like stale gas costs, wrong L2 assumptions, misused Solidity patterns, and hallucinated contract addresses) by pulling up-to-date guidance on demand.

Core Features & Use Cases

  • On-demand Ethereum learning: Fetch a topic page tailored to the task instead of relying on outdated model training data.
  • Production-oriented correctness: Emphasizes current gas economics, modern tooling (Foundry/Scaffold-ETH 2), and real-world security and UX checklists.
  • End-to-end dApp workflow: Guides building, testing, auditing, and shipping with clear phase-based routing (Ship → Contracts → Testing → Audit → Frontend → Production QA).

Quick Start

Use ETHSKILLS when you need Ethereum/EVM guidance by reading the entry skill at https://ethskills.com/SKILL.md.

Frequently Asked Questions about ethskills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get up-to-date Solidity patterns instead of relying on outdated model training data?

To get up-to-date Solidity patterns, you can use an on-demand guide that corrects stale Ethereum development knowledge and routes agents to current topic pages tailored to your specific coding task.

What is the best way to estimate current Ethereum gas costs for a decentralized app?

The best way to estimate Ethereum gas costs is to reference a production-oriented guide that provides current gas economics data, ensuring you avoid hallucinated or stale cost estimations during dApp planning.

How do I select the right L2 for deploying an EVM smart contract?

Selecting the right L2 requires correcting wrong L2 assumptions by consulting up-to-date deployment guidance that evaluates layer-2 networks based on modern tooling and current production requirements.

Can I use a security checklist for auditing smart contracts built with Foundry?

Yes, you can apply a real-world security checklist to audit Foundry-based contracts, utilizing phase-based routing that guides you through testing and security auditing before final deployment.

What steps are needed for a complete end-to-end dApp workflow?

An end-to-end dApp workflow follows clear phase-based routing: Ship, Contracts, Testing, Audit, Frontend, and Production QA, ensuring comprehensive guidance from initial building to final frontend verification.

Why does my Ethereum development knowledge contain hallucinated contract addresses?

Hallucinated contract addresses occur because models rely on outdated training data; you can correct this by pulling on-demand guidance that emphasizes production-oriented correctness and modern tooling.