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.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill lightrag --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lightrag?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-lightrag)More formats (shields.io, HTML) on the badges page.
---
name: lightrag
description: 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 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:
```json
{
"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](references/API_DOCS.md) for endpoint details.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.
Generate a comprehensive VC investment assessment report for a company
Structured persuasion for tech leads, PMs, and founders—not activity logs. Five scenarios (kickoff, status update, wrap-up, investor pitch, solution selling) on one 5-part framework (Hook→Context→Proposal→Evidence→Ask). AI prompts for missing materials and audience context; pre-submit checklist. Claude Code plugin; Cursor, Codex, and chat via prompts.
Manage Globalize translation resources using the CLI. Use this skill when the user asks to create a translation project, add or remove languages, connect a GitHub or GitLab repository, manage glossaries or style guides, invite team members, manage API keys, or perform any Globalize platform operation. Also use when the user mentions managing translations, translation workflow, or wants to "set up translations for this repo." This skill assumes the CLI is already installed and authenticated — ...
Create and maintain agent-authored Paperclip status cards, or compile a prose interest prompt into bounded CompanySearchQuery objects and write the first summary from the assigned Summarizer run.