← 返回 Skills 市场
Truthcheck
作者
Xiaobing Li
· GitHub ↗
· v0.4.4
· MIT-0
757
总下载
0
收藏
2
当前安装
5
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
This skill is an instruction-only wrapper that calls an external truthcheck CLI. Before installing or running it: 1) Confirm the origin of the 'truthcheck' package (inspect the pip package or source repository) — the skill bundle contains no code to review. 2) Understand that providing LLM/search API keys grants the CLI access to those services and could incur charges; prefer local models (e.g., --llm ollama) if you want to avoid sending data to third parties. 3) Treat the SKILL.md statement that keys are 'never sent to any external service' as unverifiable here — if this matters, audit the truthcheck package source or monitor network calls. 4) Note a minor metadata inconsistency: bundled _meta.json reports version 0.4.0 while registry metadata lists 0.4.4 — consider confirming you have the intended release.
功能分析
Type: OpenClaw Skill
Name: truthcheck
Version: 0.4.4
The 'truthcheck' skill bundle provides metadata and instructions for a fact-checking CLI tool. The SKILL.md file contains clear, functional instructions for an AI agent to verify claims, check URL trustworthiness, and trace misinformation sources using standard CLI commands. There is no evidence of malicious intent, prompt injection, or unauthorized data access; the mention of API keys is consistent with the tool's stated requirement for LLM and search engine integration.
能力评估
Purpose & Capability
Name/description align with requirements: the skill simply wraps a truthcheck CLI. It requires the 'truthcheck' binary and optionally LLM/search API keys, all of which are coherent with fact-checking functionality.
Instruction Scope
SKILL.md confines runtime behavior to invoking the truthcheck CLI and using files/URLs provided by the user. It does not instruct reading unrelated system files. One claim — that API keys are 'never sent to any external service' — is a statement about behavior that cannot be confirmed from these instructions and could be misleading depending on how the CLI implements provider calls.
Install Mechanism
No install spec in the skill bundle (instruction-only). Installation instructions point to pip (pip install truthcheck) or an npx-based installer; these are standard package installation methods and not inherently suspicious.
Credentials
Declared env vars (GEMINI_API_KEY, OPENAI_API_KEY, ANTHROPIC_API_KEY, BRAVE_API_KEY) are directly relevant to optional LLM or search integrations. No unrelated credentials or system config paths are requested.
Persistence & Privilege
Skill does not request persistent/system-wide privileges, always:false, no config paths, and is user-invocable. It does not instruct modifying other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install truthcheck - 安装完成后,直接呼叫该 Skill 的名称或使用
/truthcheck触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.4
Add installation guide to SKILL.md
v0.4.3
Fix: --llm is optional
v0.4.2
Clarify LLM is optional, add ollama support docs, add privacy note about API keys
v0.4.1
Document required environment variables for LLM and search providers
v0.4.0
- Added detailed usage instructions and command examples for verifying claims, checking URLs, tracing claim origins, publisher lookups, and syncing the database.
- Introduced explanation of the TruthScore, including a scoring table and interpretation guide.
- Highlighted the requirement to use `--llm gemini` for higher accuracy in claim verification.
- Provided practical tips for better results, batch processing, and using alternative search methods.
- Updated metadata for improved integration and clarity on requirements.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 757 次。
如何安装 Truthcheck?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install truthcheck」即可一键安装,无需额外配置。
Truthcheck 是免费的吗?
是的,Truthcheck 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Truthcheck 支持哪些平台?
Truthcheck 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Truthcheck?
由 Xiaobing Li(@baiyishr)开发并维护,当前版本 v0.4.4。
推荐 Skills