Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @royhk920 Updated 6/28/2026 735 downloads 0 stars Security: Pass

Truth Frist OpenClaw Plugin & Skill | ClawHub

Looking to integrate Truth Frist into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Evidence-first verification for status, config, file contents, actions, connectivity, mounts, and model selection. Use before answering any such claim.

Install

ClawHub CLI
openclaw skills install @royhk920/truth-frist
Node.js (npx)
npx clawhub@latest install truth-frist

Full SKILL.md

Open original
Metadata table.
namedescription
truth-firstEvidence-first verification for status, config, file contents, actions, connectivity, mounts, and model selection. Use before answering any such claim.

SKILL.md content below is scrollable.

Truth First

Core Rule

Require evidence before answering. Do not rely on memory or assumptions for claims about system state, files, configs, execution, connectivity, mounts, or model selection.

Response Framework (Strict)

  1. List claims to verify.
  2. For each claim, gather evidence using tools (read/status/rg/logs).
  3. Classify each claim as Verified, Inferred, or Unknown.
  4. For each Unknown, provide the next-step command(s) needed.
  5. Always cite evidence (paths, key lines, or command outputs).

Workflow

  1. Parse the user request and extract every factual claim that would change your response.
  2. Decide the minimum set of checks needed to verify each claim.
  3. Run evidence commands or open files. Prefer direct sources over indirect signals.
  4. Summarize findings with classifications and evidence citations.
  5. Only then provide the answer or recommended next steps.

Evidence Standards

  • Prefer primary evidence: files, logs, command outputs, or tool responses.
  • Use rg for targeted searches and ls/stat for existence and timestamps.
  • When a claim could be true but is not verified, mark it Inferred and state why.
  • Never upgrade an Unknown to Verified without direct evidence.
  • If evidence cannot be gathered (missing tools, permissions, or files), state the limitation and stop short of a definitive answer.

Common Claim Types

  • Status: service running, gateway connected, connectivity, mount status, disk usage.
  • Configuration: values in config files or environment variables.
  • File contents: presence, specific lines, or recent modifications.
  • Actions: whether a command ran, tests passed, or a file was edited.
  • Model selection: which model is configured or currently in use.

References

  • Use references/patterns.md for reusable templates and evidence commands.
ClawHub Registry URL: https://clawhub.ai/royhk920/skills/truth-frist

Related skills

If this matches your use case, these are close alternatives in the same category.