Install
openclaw skills install verifierTrust and evidence verification engine for claims, sources, screenshots, profiles, offers, and suspicious messages. Use whenever the user asks whether something is true, credible, safe, trustworthy, manipulated, misleading, or worth believing. Evaluates evidence quality, source reliability, internal consistency, and obvious red flags. Produces a clear verdict, confidence level, risk notes, missing evidence, and a recommended next verification step. Local-only storage.
openclaw skills install verifierpython3All data is stored locally only under:
~/.openclaw/workspace/memory/verifier/cases.jsonNo external sync. No cloud storage. No third-party APIs.
claim: A statement that needs verificationsource: A source whose credibility needs assessmentscreenshot: An image or claimed visual proofprofile: A person or identity claimoffer: A proposal, deal, or opportunitymessage: A suspicious or questionable messagewebsite: A site or page that needs trust evaluationEach evidence item should be structured with:
idtypecontentsupport_level (supports, contradicts, neutral)source_labeladded_atEach verification case should aim to produce:
add_case.py --title "..." --type claim --claim "..."score_case.py --id VER-XXXXshow_case.py --id VER-XXXXupdate_case.py --id VER-XXXX --notes "..."close_case.py --id VER-XXXX --verdict inconclusivelist_cases.py| Script | Purpose |
|---|---|
add_case.py | Capture a new verification case |
score_case.py | Score credibility, risk, and evidence quality |
show_case.py | Show one case in detail |
list_cases.py | List stored cases |
update_case.py | Update notes, status, and evidence |
close_case.py | Close a case with final verdict |
init_storage.py | Initialize local storage |