← 返回
内容创作 Key 中文

Truthcheck

Verify claims, fact-check content, check URL trustworthiness, and trace claims to their origin using the TruthCheck CLI. Use when: (1) user asks to fact-chec...
验证声明、核查内容、检查URL可信度,并使用TruthCheck CLI追溯声明来源。适用场景:(1)用户要求进行事实核查;(2)需要验证信息的真实性或来源。
baiyishr
内容创作 clawhub v0.4.4 2 版本 99913.9 Key: 需要
★ 0
Stars
📥 1,161
下载
💾 22
安装
2
版本
#latest

概述

TruthCheck Skill

AI content verification CLI. Verify claims, check URLs, and trace misinformation.

Installation

Via ClawHub (recommended):

npx clawhub install truthcheck

Manual:

pip install truthcheck

Commands

Verify a claim

truthcheck verify "claim text" --llm gemini
  • Returns TruthScore 0-100 with breakdown (publisher, content, corroboration, fact-checks)
  • --llm is optional but improves accuracy
  • Add --json for structured output

Check URL trustworthiness

truthcheck check https://example.com
truthcheck check "text with multiple URLs"
truthcheck check -f file.txt
  • Detects hallucinated URLs that don't exist
  • Rates publisher credibility

Trace a claim to its origin

truthcheck trace "claim text"           # balanced, ~1-2 min
truthcheck trace "claim text" --quick   # fast, ~30 sec
truthcheck trace "claim text" --deep    # thorough, ~3-5 min
  • Finds original source and builds propagation tree

Look up a publisher

truthcheck lookup "publisher name"

Sync publisher database

truthcheck sync

Run periodically to keep publisher ratings current.

Interpreting TruthScore

ScoreLabelMeaning
-----------------------
80-100TRUEStrong evidence supports the claim
60-79POSSIBLY TRUESome supporting evidence, inconclusive
40-59UNCERTAINMixed or insufficient evidence
20-39POSSIBLY FALSEEvidence leans against the claim
0-19FALSEStrong evidence contradicts the claim

LLM Integration (Optional)

TruthCheck works without any LLM, but adding --llm improves content analysis accuracy.

truthcheck verify "some claim" --llm gemini    # recommended, fast & free tier
truthcheck verify "some claim" --llm openai    # GPT models
truthcheck verify "some claim" --llm anthropic # Claude models
truthcheck verify "some claim" --llm ollama    # local models, fully offline

Privacy: API keys are stored in your local environment only. TruthCheck never sends your keys to any external service — they are used solely for direct API calls to the respective LLM provider.

Environment Variables

VariableWhen neededDescription
------------------------------------
GEMINI_API_KEY--llm geminiGoogle AI API key (free tier available)
OPENAI_API_KEY--llm openaiOpenAI API key
ANTHROPIC_API_KEY--llm anthropicAnthropic API key
BRAVE_API_KEY--search braveBrave Search API key

No keys needed for --llm ollama (runs locally) or default DuckDuckGo search.

Tips

  • Verify commands can take 15-60 seconds depending on search results
  • Without --llm: basic scoring using publisher reputation, corroboration, and fact-checks
  • With --llm: adds AI content analysis for better accuracy
  • --search brave gives better search results than default DuckDuckGo
  • For batch verification, loop through claims individually

版本历史

共 2 个版本

  • v0.4.4 当前
    2026-03-29 04:24 安全 安全
  • v0.4.3
    2026-03-26 21:29

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,558
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,253
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 862 📥 200,278