بنقرة واحدة
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