LightRAG Skill This skill allows you to interact with one or more LightRAG API servers. You can perform queries in various modes (local, global, hybrid, mix, naive) and use the retrieved context for further processing. Configuration The skill uses a configuration file at to store server details. Format: Workflows 1. Direct Search To find information, use . Modes: , , , , . 2. Using Context for Writing To use a knowledge base as context (e.g., for a test or article): 1. Run with the flag. 2. Pass the resulting context to your writing task/model. Reference See API DOCS.md for endpoint details.…