What problem does it solve?
When working with Envio HyperIndex, you may hit unclear configuration options, schema questions, or undocumented behavior. This Skill lets you search and read the latest official Envio documentation directly from the terminal without switching to a browser.
Core Features & Use Cases
- Keyword Documentation Search: Run
envio tools search-docs "<query>" to find relevant Envio docs pages by keyword.
- Full Page Retrieval: Run
envio tools fetch-docs <url> to read a complete documentation page from a search result URL.
- CLI Discovery: Run
envio --help to list available CLI commands and flags.
- Use Case: You are unsure how
derivedFrom works in a GraphQL schema. Search the docs, pick the relevant page URL, and fetch the full explanation without leaving your terminal.
Quick Start
Ask the assistant to search the Envio documentation for the topic you are stuck on, such as schema derivedFrom, and read the matching page.