← 返回
开发者工具

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.
使用 LightRAG API 搜索和管理知识库。支持多服务器、上下文感知写作和直接信息检索。适用于查询 LightRAG 知识库或将其作为任务上下文。
ruslanlanket
开发者工具 clawhub v1.0.1 1 版本 99829.9 Key: 无需
★ 0
Stars
📥 2,935
下载
💾 4
安装
1
版本
#latest

概述

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):

  1. Run query_lightrag.py with the --only-context flag.
  2. Pass the resulting context to your writing task/model.

Reference

See API_DOCS.md for endpoint details.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-28 13:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Obsidian - read, search, write and edit direct to obsidian vault.

ruslanlanket
使用 Obsidian 库作为知识库,提供模糊/音标搜索、自动检测新笔记文件夹、创建/读取/编辑带 frontmatter 的笔记、管理标签和 wikilinks。适用于查询、存储和编辑笔记。
★ 8 📥 8,550
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,720
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,769