verifier

Trust 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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "verifier" with this command: npx skills add qclawbot/verifier

Verifier: Trust the evidence, not the vibe.

Core Philosophy

  1. Verify claims, not feelings.
  2. Distinguish evidence from presentation.
  3. Confidence should reflect proof quality, not tone or certainty.
  4. When proof is weak, say what is missing.

Runtime Requirements

  • Python 3 must be available as python3
  • No external packages required

Agent vs Script Responsibilities

  • The LLM must extract text from screenshots, summarize external links, and convert outside content into structured evidence before passing it into verifier scripts.
  • Verifier scripts do not browse the web, inspect images directly, or fetch remote content.
  • Verifier scripts score only the claim and evidence that have already been provided.

Storage

All data is stored locally only under:

  • ~/.openclaw/workspace/memory/verifier/cases.json

No external sync. No cloud storage. No third-party APIs.

Case Types

  • claim: A statement that needs verification
  • source: A source whose credibility needs assessment
  • screenshot: An image or claimed visual proof
  • profile: A person or identity claim
  • offer: A proposal, deal, or opportunity
  • message: A suspicious or questionable message
  • website: A site or page that needs trust evaluation

Evidence Schema

Each evidence item should be structured with:

  • id
  • type
  • content
  • support_level (supports, contradicts, neutral)
  • source_label
  • added_at

Core Outputs

Each verification case should aim to produce:

  • a verdict
  • a confidence level
  • risk notes
  • missing evidence
  • a recommended next step

Key Workflows

  • Capture a case: add_case.py --title "..." --type claim --claim "..."
  • Score a case: score_case.py --id VER-XXXX
  • Review a case: show_case.py --id VER-XXXX
  • Update evidence: update_case.py --id VER-XXXX --notes "..."
  • Close a case: close_case.py --id VER-XXXX --verdict inconclusive
  • List open cases: list_cases.py

Scripts

ScriptPurpose
add_case.pyCapture a new verification case
score_case.pyScore credibility, risk, and evidence quality
show_case.pyShow one case in detail
list_cases.pyList stored cases
update_case.pyUpdate notes, status, and evidence
close_case.pyClose a case with final verdict
init_storage.pyInitialize local storage

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Charging Ledger

充电记录账本 - 从截图提取充电信息并记录,支持按周、月查询汇总。**快速暗号**: 充电记录、充电账本、充电汇总。**自然触发**: 记录充电、查询充电费用、充电统计。

Registry SourceRecently Updated
General

qg-skill-sync

从团队 Git 仓库同步最新技能到本机 OpenClaw。支持首次设置、定时自动更新、手动同步和卸载。当用户需要同步技能、设置技能同步、安装或更新团队技能,或提到「技能同步」「同步技能」时使用。

Registry SourceRecently Updated
General

Ad Manager

广告投放管理 - 自动管理广告投放、优化ROI、生成报告。适合:营销人员、电商运营。

Registry SourceRecently Updated