Aria_moltbot fact_check

aria-fact-check

install
source · Clone the upstream repo
git clone https://github.com/Najia-afk/Aria_moltbot
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Najia-afk/Aria_moltbot "$T" && mkdir -p ~/.claude/skills && cp -r "$T/aria_skills/fact_check" ~/.claude/skills/najia-afk-aria-moltbot-fact-check && rm -rf "$T"
manifest: aria_skills/fact_check/SKILL.md
source content

aria-fact-check

Support level: advanced compatibility (specialist use)

Claim extraction and structured verification workflow helpers.

Purpose

  • Extract checkable claims from text.
  • Assess claims against evidence and produce verdict scaffolds.
  • Summarize verification state across claims.

Main Tools

  • extract_claims
  • assess_claim
  • quick_check
  • compare_sources
  • get_verdict_summary