LightRAG Search Skill
/install lightrag
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 ~/.lightrag_config.json to store server details.
Format:
{
"servers": {
"alias1": {
"url": "http://server1:9621",
"api_key": "optional_key"
},
"alias2": {
"url": "http://server2:9621",
"api_key": "optional_key"
}
},
"default_server": "alias1"
}
Workflows
1. Direct Search
To find information, use scripts/query_lightrag.py.
Modes: local, global, hybrid, mix, naive.
2. Using Context for Writing
To use a knowledge base as context (e.g., for a test or article):
- Run
query_lightrag.pywith the--only-contextflag. - Pass the resulting context to your writing task/model.
Reference
See API_DOCS.md for endpoint details.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lightrag - 安装完成后,直接呼叫该 Skill 的名称或使用
/lightrag触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
LightRAG Search Skill 是什么?
Search and manage knowledge bases using LightRAG API. Supports multiple servers, context-aware writing, and direct information retrieval. Use when the user wants to query a LightRAG-powered knowledge base or use it as context for tasks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2404 次。
如何安装 LightRAG Search Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lightrag」即可一键安装,无需额外配置。
LightRAG Search Skill 是免费的吗?
是的,LightRAG Search Skill 完全免费(开源免费),可自由下载、安装和使用。
LightRAG Search Skill 支持哪些平台?
LightRAG Search Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 LightRAG Search Skill?
由 RuslanLanket(@ruslanlanket)开发并维护,当前版本 v1.0.1。