一键导入
query-knowledge
Query existing LightRAG knowledge in a claw-scoped workspace without ingesting or mutating documents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query existing LightRAG knowledge in a claw-scoped workspace without ingesting or mutating documents.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage the Trinity AGI auth service and RBAC system -- database schema, role hierarchy, permission management, JWT flow, audit logging, and API endpoints.
Sync files between the host machine and the running Trinity Docker containers — config, agent files, skills, and extensions.
Develop the Trinity AGI Flutter Web Shell -- understand the architecture, A2UI renderer, WebSocket models, dual-client pattern, design tokens, and build workflow.
Operate the Trinity AGI Kubernetes infrastructure -- Helm charts, multi-tenant per-user OpenClaw pods, Vault Agent Injector secrets, minikube dev, and production deployment.
Operate the OpenClaw Gateway that powers Trinity AGI — configure providers, manage sessions, use the CLI, and understand the WebSocket protocol.
Manage the Trinity AGI Docker Compose stack — start, stop, logs, rebuild frontend, and full deploy.
| name | query-knowledge |
| description | Query existing LightRAG knowledge in a claw-scoped workspace without ingesting or mutating documents. |
| homepage | https://github.com/trinityagi/trinity |
| metadata | {"openclaw":{"emoji":"🔎"}} |
Search, compare, inspect, and summarize knowledge that is already indexed in the active openclaw LightRAG workspace.
Use this skill when a claw needs retrieval-backed answers from existing knowledge without performing ingestion, re-indexing, or document mutation.
Examples:
Knowledge queries must stay in the target claw's derived default workspace, not an arbitrary caller-defined workspace.
Default convention:
tenant_<tenantId>__claw_<openclawId>Rules:
openclaw contextRead/query through auth-service scoped endpoints for the active OpenClaw:
GET /auth/openclaws/:id/lightrag-documentsGET /auth/openclaws/:id/lightrag-documents/:documentId/statusGET /auth/openclaws/:id/lightrag-documents/:documentId/chunksGET /auth/openclaws/:id/lightrag-scopeGET /auth/openclaws/:id/lightrag-searchGET /auth/openclaws/:id/lightrag-label-searchGET /auth/openclaws/:id/lightrag-graphPOST /auth/openclaws/:id/lightrag-queryPOST /auth/openclaws/:id/lightrag-compareUse one of these auth modes depending on caller context:
X-Trinity-Delegation when the caller already minted a scoped delegation tokenX-OpenClaw-Gateway-Token when running inside the claw for the same openclawOperational rules:
OPENCLAW_ID env (UUID) for :id; name aliases may resolve but UUID is canonicalTRINITY_AUTH_SERVICE_URL as the base URL for /auth/openclaws/* routes/auth/openclaws/* routes to the OpenClaw gateway portingest-knowledge prepares and indexes knowledgequery-knowledge only reads and compares knowledge that is already presentquery-knowledge without taking on ingestion responsibilitiesProvide at minimum:
openclaw workspace containing indexed knowledgeOptional:
Return:
ingest-knowledge separately when knowledge is missing