返回顶部
f

fact-checker

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.4
安全检测
已通过
791
下载量
1
收藏
概述
安装方式
版本历史

fact-checker

**Last used:** 2026-03-24 **Memory references:** 1 **Status:** Active # Fact-Checker: Verify Markdown Claims Against Source Data Given a markdown draft file, this skill extracts every verifiable claim (numbers, dates, model names, scores, causal statements) and cross-references them against available source data to produce a verification report. ## Usage ```bash python3 skills/fact-checker/scripts/fact_check.py <draft.md> python3 skills/fact-checker/scripts/fact_check.py <draft.md> --output report.md ``` ## What It Checks ### Claim types extracted - **Numeric claims** — integers and floats with surrounding context - **Model references** — `model/task` (phi4/classify) and `model:tag` (phi4:latest) - **Dates** — `YYYY-MM-DD` format - **Score values** — decimal scores like `0.923`, `1.000` - **Percentages** — `42%`, `95.3%` ### Source data consulted (in priority order) 1. `projects/hybrid-control-plane/FINDINGS.md` — primary source of truth 2. Control Plane `/status` API at `http://localhost:8765/status` — live scored run data 3. `projects/hybrid-control-plane/data/scores/*.json` — raw scored run files on disk 4. `memory/*.md` — daily logs with timestamps and decisions 5. `git log` in `projects/hybrid-control-plane/` — commit hashes, dates, authorship 6. `projects/hybrid-control-plane/CHANGELOG.md` — sprint history ## Output Format Each claim produces one line: ``` ✅ CONFIRMED: "phi4/classify scored 1.000" → /status API: phi4_latest_classify mean=1.000 n=23 ⚠️ UNVERIFIABLE: "this took about a day" → no timestamp correlation found in logs ❌ CONTRADICTED: "909 runs" → /status API shows 958 total runs (stale number?) ``` Followed by a summary count of confirmed / unverifiable / contradicted claims. ## When To Use This Skill When asked to "fact-check" or "verify" a draft blog post, report, or documentation file — run this skill and present the report to the user. If any claims are ❌ CONTRADICTED, flag them prominently and suggest corrections. ## Instructions for Agent 1. Run the script with the path to the draft file. 2. Parse the output report. 3. Summarise key findings — especially any ❌ CONTRADICTED claims. 4. Suggest specific corrections with the correct values from the evidence. 5. If the `/status` API is unavailable, note it and rely on FINDINGS.md + score files.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 fact-checker-1776296408 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 fact-checker-1776296408 技能

通过命令行安装

skillhub install fact-checker-1776296408

下载 Zip 包

⬇ 下载 fact-checker v1.0.4

文件大小: 11.67 KB | 发布时间: 2026-4-16 18:35

v1.0.4 最新 2026-4-16 18:35
Add security_notes: local-only verification, subprocess is bundled Python script

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部