hairyf/blockchain-skills

envio

Envio blockchain data stack — HyperSync, HyperIndex, HyperRPC; fast indexing and data APIs.

First seen Feb 10, 2026

Installation

$ npx skills add hairyf/blockchain-skills --skill envio

Also in this package

Other skills from hairyf/blockchain-skills · top by installs.

npx skills add hairyf/blockchain-skills

Browse all from hairyf/blockchain-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE.md
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2026.2.9
More metadata
author
hairy
version
2026.2.9
source
Generated from https://github.com/enviodev/docs (docs), scripts at https://github.com/antfu/skills

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,727 B
  • docs SUMMARY.md 106 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 10 installs

SKILL.md

Skill is based on Envio docs (enviodev/docs), generated at 2026-02-09.

Envio provides high-performance blockchain data access and indexing: HyperSync (raw data API), HyperIndex (indexer + GraphQL), and HyperRPC (read-only JSON-RPC). This skill covers product choice, client usage, queries, API tokens, and supported networks.

Core References

Topic Description Reference
Overview HyperSync, HyperIndex, HyperRPC; when to use each [core-overview](references/core-overview.md)
HyperSync Client setup, query shape, streaming, field selection [core-hypersync](references/core-hypersync.md)
HyperIndex config.yaml, schema.graphql, event handlers, deployment [core-hyperindex](references/core-hyperindex.md)
HyperRPC When to use, supported methods, endpoint and token [core-hyperrpc](references/core-hyperrpc.md)

Features

Topic Description Reference
API Tokens Generation, usage in clients, security [features-api-tokens](references/features-api-tokens.md)
Supported Networks HyperSync/HyperRPC URLs and tiers [features-networks](references/features-networks.md)

Best Practices

Topic Description Reference
Query Design Field selection, join modes, limits, streaming, tip handling [best-practices-queries](references/best-practices-queries.md)