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.