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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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.