query
Query the knowledge base. Searches wiki articles and synthesizes an answer with references.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Query the knowledge base. Searches wiki articles and synthesizes an answer with references.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Add a URL to the knowledge base. Clips it to raw/, then ingests it into wiki articles. One command does everything.
Process all unprocessed raw files into wiki articles. Run this after adding files to raw/.
Run a health check on the wiki. Find broken links, missing articles, inconsistencies, and suggest improvements.
SOC 직업 분류 기준
| name | query |
| description | Query the knowledge base. Searches wiki articles and synthesizes an answer with references. |
| argument-hint | <question> |
Answer the question: $ARGUMENTS
wiki/graph.json to understand the knowledge graph structure (nodes, edges, tags)wiki/index.md to find relevant articles by categorywiki/ for keywords related to the questionThe knowledge graph (wiki/graph.json) contains tags for every article. Use these to find
related content that keyword search might miss. For example, if the user asks about "how
agents verify each other", search for tags like agent-identity, pki, trust to find
relevant articles even if they don't contain those exact words.
When multiple articles share tags, they likely cover related aspects of the same topic. Follow tag clusters to build a more complete answer.