hyperstack-consume
Installation
SKILL.md
Consuming Hyperstack Streams
The workflow is: discover the schema, understand what the user needs, plan the integration, write the code, verify it works.
1. Prerequisites
Required: Hyperstack CLI (hs) for schema discovery. Run once:
OS="$(uname -s 2>/dev/null || echo Windows)"
Related skills
More from usehyperstack/skills
hyperstack
Build with Hyperstack, real-time Solana data streaming. Covers consuming existing streams and building custom stacks. Use when the user mentions Hyperstack, real-time Solana data, on-chain streaming, ORE mining, or wants to consume/build data stacks.
14hyperstack-build
Build custom Hyperstack stacks from Solana program IDLs using the Rust DSL. Covers entity definitions, field mappings, views, computed fields, PDA resolution, and deployment with the hs CLI. Use when the user wants to create their own real-time data streaming stack.
11