enviodevenviodevOfficialยท16 Agent Skills Included

hyperindex

Index multichain blockchain events into fast queryable GraphQL databases

Indexes blockchain events from EVM, Fuel, and Solana chains into structured databases with automatic GraphQL APIs. Eliminates slow RPC polling, manual config setup, and days-long historical syncs with HyperSync data fetching. Guides AI agents to scaffold, test, and deploy production indexers for DeFi dashboards, analytics, and explorers.
npx skills add enviodev/hyperindex --all -g -y
Available:

Gives the AI agent codebase navigation rules, testing workflows, and ReScript conventions for working on the HyperIndex repository itself.

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
enviodevenviodev

ci

Fetch failed GitHub Actions workflow logs and diagnose CI failures.

Official
Intermediate
๐Ÿ“ฆ In Repo
enviodevenviodev

indexer-filters

Filters blockchain events by indexed parameters using static, dynamic, and per-chain where clauses.

Official
Intermediate
๐Ÿ“ฆ In Repo
enviodevenviodev

envio-cloud-cli

Manages hosted indexer deployments, logs, and metrics on Envio cloud via CLI.

Official
Basic
๐Ÿ“ฆ In Repo
enviodevenviodev

indexer-configuration

Configures HyperIndex config.yaml files with chains, contracts, events, and environment variables.

Official
Intermediate
๐Ÿ“ฆ In Repo
enviodevenviodev

envio-docs

Searches and reads Envio documentation pages via CLI commands.

Official
Basic
๐Ÿ“ฆ In Repo
enviodevenviodev

indexer-transactions

Select transaction and block fields for HyperIndex event handlers.

Official
Basic
๐Ÿ“ฆ In Repo
enviodevenviodev

indexer-multichain

Configures multichain blockchain indexers with per-chain data modes and entity ID namespacing.

Official
Intermediate
๐Ÿ“ฆ In Repo
enviodevenviodev

indexer-schema

Defines and validates schema.graphql entity types, directives, and relationships for HyperIndex indexers.

Official
Intermediate
๐Ÿ“ฆ In Repo
enviodevenviodev

indexer-local-parallel

Configure per-project Postgres schemas and ports to run multiple Envio indexers locally in parallel.

Official
Intermediate
๐Ÿ“ฆ In Repo
enviodevenviodev

indexer-handlers

Write and edit Envio HyperIndex event handlers using the context entity API.

Official
Intermediate
๐Ÿ“ฆ In Repo
enviodevenviodev

indexer-external-calls

Implements external RPC and fetch calls in indexer handlers using the Effect API.

Official
Intermediate
๐Ÿ“ฆ In Repo
enviodevenviodev

indexer-traces

Query transaction call traces via HyperSync and RPC fallback methods.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How to install HyperIndex?โ–ผ

Run `npx skills add enviodev/hyperindex --all -g -y` in your terminal to install all indexing skills globally.

What does HyperIndex do?โ–ผ

It turns raw blockchain events into structured, queryable databases with auto-generated GraphQL APIs, syncing up to 2000x faster than standard RPC.

Which blockchains does HyperIndex support?โ–ผ

It supports 79+ EVM chains with first-class HyperSync speed, plus Fuel and Solana, and any EVM chain via RPC fallback.

Can AI agents build indexers with HyperIndex?โ–ผ

Yes. The bundled skills let an agent scaffold, configure, test, and deploy a production indexer from plain-English requests without editing config files manually.

Do I need coding experience to use HyperIndex?โ–ผ

Basic TypeScript helps for custom handler logic, but the CLI auto-generates indexers from a contract address and AI agents can handle the rest.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’