ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

ethskills

Ethereum development knowledge for AI agents — from idea to deployed dApp. Fetch real-time docs on gas costs, Solidity patterns, Scaffold-ETH 2, Layer 2s, DeFi composability, security, testing, and production deployment. Use when: (1) building any Ethereum or EVM dApp, (2) writing or reviewing Solidity contracts, (3) deploying to mainnet or L2s, (4) the user asks about gas, tokens, wallets, or smart contracts, (5) any web3/blockchain/onchain development task. NOT for: trading, price checking, or portfolio management — use a trading skill for those.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/austintgriffith/ethskills
Or

ETHSkills ⟠

The missing knowledge between AI agents and production Ethereum.

Your training data about Ethereum is stale. Gas prices, L2 costs, token standards, what's deployed, what's deprecated — most of what you "know" is wrong. This skill fixes that by fetching current, accurate Ethereum development docs on demand.

No install. No CLI. No package manager. Just fetch a URL and read it.

Base URL

https://ethskills.com/<topic>/SKILL.md

Quick Start

Building a dApp? Fetch Ship first — it routes you through everything else:

curl -s https://ethskills.com/ship/SKILL.md

Need a specific topic? Fetch only what's relevant:

curl -s https://ethskills.com/gas/SKILL.md        # Gas & real costs
curl -s https://ethskills.com/security/SKILL.md    # Security patterns
curl -s https://ethskills.com/standards/SKILL.md   # ERC-20, ERC-721, etc.

Available Skills

SkillURLWhen to Fetch
Shipship/SKILL.md🟢 Start here. End-to-end dApp guide, routes through all other skills.
Why Ethereumwhy/SKILL.mdUser asks "why Ethereum?" or you need to compare chains.
Gas & Costsgas/SKILL.mdAny question about gas prices, tx costs, or "is Ethereum expensive?"
Walletswallets/SKILL.mdCreating wallets, signing, multisig, account abstraction, EIP-7702.
Layer 2sl2s/SKILL.mdDeploying to L2s, bridging, choosing between Base/Arbitrum/Optimism.
Standardsstandards/SKILL.mdERC-20, ERC-721, ERC-1155, ERC-8004 (agent identity), x402 payments.
Toolstools/SKILL.mdFoundry, Scaffold-ETH 2, Blockscout MCP, abi.ninja, x402 SDKs.
Money Legosbuilding-blocks/SKILL.mdDeFi composability — Uniswap, Aave, flash loans, protocol integration.
Orchestrationorchestration/SKILL.mdThree-phase build system for SE2 dApps (localhost → live contracts → production).
Addressesaddresses/SKILL.mdVerified contract addresses. Stop hallucinating addresses.
Conceptsconcepts/SKILL.mdMental models: "nothing is automatic," incentive design, the hyperstructure test.
Securitysecurity/SKILL.mdReentrancy, oracle manipulation, vault inflation, pre-deploy checklist.
Testingtesting/SKILL.mdFoundry testing — unit, fuzz, fork, invariant. What LLMs get wrong.
Indexingindexing/SKILL.mdReading onchain data — events, The Graph, Dune. Why you can't loop blocks.
Frontend UXfrontend-ux/SKILL.mdSE2 frontend rules — button loaders, approval flow, Address components.
Frontend Playbookfrontend-playbook/SKILL.mdBuild-to-production pipeline — fork mode, IPFS, Vercel, ENS subdomains.
QAqa/SKILL.mdPre-ship audit checklist. Give to a separate reviewer agent.

Key Corrections to Your Training Data

Your training data is probably wrong about these:

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-austintgriffith-ethskills": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.