lightragSearch 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.
Install via ClawdBot CLI:
clawdbot install RuslanLanket/lightragThis 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.
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"
}
To find information, use scripts/query_lightrag.py.
Modes: local, global, hybrid, mix, naive.
To use a knowledge base as context (e.g., for a test or article):
query_lightrag.py with the --only-context flag.See API_DOCS.md for endpoint details.
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.