openclaw wiki
memory-wiki वॉल्ट का निरीक्षण और रखरखाव करें।
बंडल किए गए memory-wiki Plugin द्वारा प्रदान किया गया।
संबंधित:
इसका उपयोग किस लिए है
openclaw wiki का उपयोग तब करें जब आपको इनके साथ एक संकलित ज्ञान वॉल्ट चाहिए:
- wiki-नेटिव खोज और पेज पढ़ना
- उद्गम-संपन्न संश्लेषण
- विरोधाभास और ताज़गी रिपोर्ट
- सक्रिय memory Plugin से bridge imports
- वैकल्पिक Obsidian CLI helpers
सामान्य कमांड
कमांड
wiki status
मौजूदा वॉल्ट मोड, स्वास्थ्य, और Obsidian CLI उपलब्धता का निरीक्षण करें।
जब आप निश्चित न हों कि वॉल्ट आरंभ किया गया है या नहीं, bridge मोड स्वस्थ है
या नहीं, या Obsidian एकीकरण उपलब्ध है या नहीं, तो पहले इसका उपयोग करें।
जब bridge मोड सक्रिय हो और memory artifacts पढ़ने के लिए कॉन्फ़िगर किया गया
हो, तो यह कमांड चल रहे Gateway से क्वेरी करता है ताकि इसे agent/runtime
memory जैसा ही सक्रिय memory Plugin संदर्भ दिखे।
wiki doctor
wiki health checks चलाएँ और कॉन्फ़िगरेशन या वॉल्ट समस्याएँ दिखाएँ।
जब bridge मोड सक्रिय हो और memory artifacts पढ़ने के लिए कॉन्फ़िगर किया गया
हो, तो यह कमांड रिपोर्ट बनाने से पहले चल रहे Gateway से क्वेरी करता है।
अक्षम bridge imports और ऐसे bridge configs जो memory artifacts नहीं पढ़ते,
स्थानीय/offline बने रहते हैं।
सामान्य समस्याओं में शामिल हैं:
- सार्वजनिक memory artifacts के बिना bridge मोड सक्षम
- अमान्य या अनुपलब्ध वॉल्ट layout
- अपेक्षित Obsidian मोड में बाहरी Obsidian CLI अनुपलब्ध
wiki init
wiki वॉल्ट layout और starter pages बनाएँ।
यह top-level indexes और cache directories सहित root structure आरंभ करता है।
wiki ingest <path-or-url>
content को wiki source layer में import करें।
नोट्स:
- URL ingest
ingest.allowUrlIngestद्वारा नियंत्रित है - imported source pages frontmatter में provenance रखते हैं
- सक्षम होने पर ingest के बाद auto-compile चल सकता है
wiki okf import <path>
एक unpacked Open Knowledge Format bundle को wiki concept pages में import करें।
importer OKF directory tree में हर non-reserved .md concept document पढ़ता
है, एक non-empty type field आवश्यक करता है, और अज्ञात OKF type values को
generic concepts मानता है। Reserved OKF index.md और log.md files concepts
के रूप में import नहीं की जातीं।
Imported pages को concepts/ के तहत flatten किया जाता है ताकि मौजूदा wiki
compile, search, get, digest, और dashboard flows उन्हें तुरंत देख सकें। मूल
OKF concept ID, type, resource, tags, timestamp, source path, और पूरा
frontmatter page frontmatter में सुरक्षित रखे जाते हैं। Internal OKF markdown
links generated wiki pages पर rewrite किए जाते हैं; broken या external links
अपरिवर्तित छोड़े जाते हैं।
उदाहरण:
wiki compile
indexes, related blocks, dashboards, और compiled digests को फिर से बनाएँ।
यह इनके तहत stable machine-facing artifacts लिखता है:
.openclaw-wiki/cache/agent-digest.json.openclaw-wiki/cache/claims.jsonl
render.createDashboards सक्षम है, तो compile report pages को भी refresh
करता है।
wiki lint
वॉल्ट को lint करें और रिपोर्ट करें:
- structural issues
- provenance gaps
- contradictions
- open questions
- low-confidence pages/claims
- stale pages/claims
wiki search <query>
wiki content खोजें।
व्यवहार config पर निर्भर करता है:
search.backend:sharedयाlocalsearch.corpus:wiki,memory, याall--mode:auto,find-person,route-question,source-evidence, याraw-claim
wiki search
का उपयोग करें। एक broad shared recall pass के लिए, जब active memory Plugin
shared search expose करता हो, तो openclaw memory search को प्राथमिकता दें।
Search modes agent को सही surface चुनने में मदद करते हैं:
find-person: aliases, handles, socials, canonical IDs, और person pagesroute-question: ask-for/best-used-for hints और relationship contextsource-evidence: source pages और structured evidence fieldsraw-claim: claim/evidence metadata के साथ structured claim text
Claim:
और Evidence: lines शामिल होती हैं। JSON output अतिरिक्त रूप से agent-side
drilldown के लिए matchedClaimId, matchedClaimStatus,
matchedClaimConfidence, evidenceKinds, और evidenceSourceIds expose करता
है।
wiki get <lookup>
id या relative path से wiki page पढ़ें।
उदाहरण:
wiki apply
freeform page surgery के बिना narrow mutations apply करें।
समर्थित flows में शामिल हैं:
- synthesis page बनाना/update करना
- page metadata update करना
- source ids attach करना
- questions जोड़ना
- contradictions जोड़ना
- confidence/status update करना
- structured claims लिखना
wiki bridge import
active memory Plugin से public memory artifacts को bridge-backed source pages
में import करें।
जब आप latest exported memory artifacts को wiki vault में खींचना चाहते हों, तो
bridge mode में इसका उपयोग करें।
active bridge artifact reads के लिए, CLI Gateway RPC के माध्यम से import route
करता है ताकि import runtime memory Plugin context का उपयोग करे। यदि bridge
imports अक्षम हैं या artifact reads बंद हैं, तो कमांड local/offline zero-import
behavior बनाए रखता है।
wiki unsafe-local import
unsafe-local mode में explicitly configured local paths से import करें।
यह जानबूझकर experimental और same-machine only है।
wiki obsidian ...
Obsidian-friendly mode में चल रहे vaults के लिए Obsidian helper commands।
Subcommands:
statussearchopencommanddaily
obsidian.useOfficialCli सक्षम हो, तो इनके लिए PATH पर official
obsidian CLI आवश्यक है।
व्यावहारिक उपयोग मार्गदर्शन
- जब provenance और page identity मायने रखते हों, तो
wiki search+wiki getका उपयोग करें। - managed generated sections को hand-edit करने के बजाय
wiki applyका उपयोग करें। - contradictory या low-confidence content पर भरोसा करने से पहले
wiki lintका उपयोग करें। - bulk imports या source changes के बाद, जब आपको fresh dashboards और compiled
digests तुरंत चाहिए हों, तो
wiki compileका उपयोग करें। - जब कोई data catalog, documentation export, या agent enrichment pipeline
पहले से OKF markdown bundles emit करती हो, तो
wiki okf importका उपयोग करें। - जब bridge mode नए exported memory artifacts पर निर्भर हो, तो
wiki bridge importका उपयोग करें।
कॉन्फ़िगरेशन tie-ins
openclaw wiki का व्यवहार इनसे आकार लेता है:
plugins.entries.memory-wiki.config.vaultModeplugins.entries.memory-wiki.config.search.backendplugins.entries.memory-wiki.config.search.corpusplugins.entries.memory-wiki.config.bridge.*plugins.entries.memory-wiki.config.obsidian.*plugins.entries.memory-wiki.config.render.*plugins.entries.memory-wiki.config.context.includeCompiledDigestPrompt