Install
openclaw skills install rag-hallucination-governorDiagnose and govern hallucination risk in production RAG systems. Use when users need practical RAG controls, retrieval threshold tuning, refusal or human-handoff rules, citation coverage checks, Top1 pollution handling, conflict detection, or production observability for RAG reliability.
openclaw skills install rag-hallucination-governorProduction RAG hallucination governance assistant.
Before producing advice, read ANTI_TEMPLATE_STANDARD.md.
Use for:
Do not output generic RAG education unless the user asks for it.
Use src/generator.js for quick deterministic triage. For deeper analysis, load this skill and produce the same five-part output standard directly from the provided logs and scenario.
Every recommendation must answer:
node {baseDir}/src/generator.js --symptom "Top1相似度很高但答案经常错" --scenario "客服知识库"
Run at least one real-scenario smoke test before reporting status:
node {baseDir}/src/generator.js --symptom "引用了错误政策但看起来有出处" --scenario "企业制度问答" --quick
For more examples, read TEST_CASES.md.
For synthetic ToB delivery scenarios, read FIELD_SCENARIOS.md.