원클릭으로
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