ensnode
Query and integrate ENS names, records, and resolution
All Skills in This Repository (12)
Pure Emerald Level Indicatorsensindexer-perf-testing
Automate end-to-end performance testing for ENSIndexer with per-handler timing collection.
edit-ponder-sync
Diagnose and repair Ponder's RPC cache by clipping and purging block ranges.
fix-audit
Identify and remediate pnpm audit vulnerabilities in JavaScript/TypeScript monorepos.
enskit
Query ENS Omnigraph data in React apps with typed, provider-based workflows.
enscli
Drive ENS Omnigraph GraphQL queries and hash computations from the shell.
omnigraph
Query ENS domains, addresses, records, and ownership via a unified GraphQL API.
migrate-to-omnigraph
Migrate ENS Subgraph queries to Omnigraph with cursor-based pagination.
efp-protocol
Explain the Ethereum Follow Protocol data model and ENS Omnigraph queries for following and followers.
unigraph-sql
Query ENS state via SQL over ENSDb for complex data shapes.
enssdk
Provide a strongly-typed JavaScript/TypeScript client for the ENS Omnigraph API.
ens-protocol
Explain ENS protocol hashing, normalization, and cross-chain name resolution.
base
Define foundational conventions for ENS skills using Omnigraph and enssdk.
Frequently Asked Questions
FAQPage SchemaHow to install ENSNode skills?โผ
Run `npx skills add namehash/ensnode --all -g -y` in your terminal to install all ENS skills globally.
How to query ENS names with one API?โผ
Use the Omnigraph skill to write a single GraphQL query that returns names, owners, records, and primary names across ENSv1 and ENSv2 on every chain.
Can I run ENS queries from the command line?โผ
Yes. The enscli skill lets your agent run Omnigraph queries, compute namehash and labelhash, and heal unknown labels directly from the shell.
Does ENSNode work with React apps?โผ
Yes. The enskit skill provides typed React hooks and a provider for reading ENS data with caching and cursor pagination built in.
Do I need blockchain expertise to use these skills?โผ
No. The skills handle normalization, hashing, and resolution rules for you, so plain-English requests produce correct ENS results.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core