envio-docs

Searches and reads Envio documentation pages via CLI commands.

546|55|Updated May 24, 2024
One-click install
npx skills add https://github.com/enviodev/hyperindex --skill envio-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: envio-docs
Source: https://github.com/enviodev/hyperindex/tree/main/packages/cli/templates/static/shared/.claude/skills/envio-docs
Command: npx skills add https://github.com/enviodev/hyperindex --skill envio-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about envio-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Envio documentation from the terminal?

Run `envio tools search-docs "<query>"` with your keyword to find matching documentation pages. The command returns page URLs you can then open in full with the fetch command.

How to read a full Envio docs page without a browser?

Use `envio tools fetch-docs <url>` with a URL returned from the search-docs command. It prints the complete page content directly in your terminal.

What Envio CLI commands are available?

Run `envio --help` to list all available CLI commands and flags. This covers indexing commands as well as the tools subcommands for documentation search and retrieval.

When should I use envio docs search instead of other references?

Use it when a topic is unclear, confusing, or not covered by other skills or local references. It queries the latest official Envio documentation, so it reflects current behavior rather than stale local notes.