Ethgpt
Description
ChatGPT Plugin for Ethereum and EVM dApp / smart contract functionalities
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
EthGPT
EthGPT is an ChatGPT plugin (and template) written in Typescript to bring Ethereum and EVM-chain based dApp and smart contract functionalities.
As of today OpenAI ChatGPT plugin is still alpha test only. To beging use it you could [apply to join the waitlist](https://openai.com/waitlist/plugins)
Usage Demo

Install Demo

Contributor Guide
This app has no user interface, instead it's meant to use with GhatGPT's UI so therefore you must have access to ChatGPT plugins, which at the moment are still in beta.
Project setup
- Clone the repo, install depdendencies:
git clone git@github.com:xinbenlv/ethgpt.git
cd ethgpt
yarn # or npm install, pnpm
- Run the server in dev mode
yarn dev
# If you run this in dev mode, the memory may not persist well as the server will randomly restart sometimes
- Set up your GPT Plugin in the ChatGPT Plugin UI.
When prompted for your website domain, type in 'http://localhost:3000'
Usage
Go to ChatGPT and start a conversation with the bot you've set up.
Ask the bot to do something, for example, `resolve the ENS xinbenlv.eth for me`.
Configuration
To add more routes:
Create new route in `pages/api` directory.
Update `openapi.yaml` with new path
Update `openapi.yaml` with schema for any data model coming back or being passed in.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11