semantic-trust

Score claim trustworthiness across agents using correlation, age, and contradiction.

Updated May 30, 2026
One-click install
npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill semantic-trust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: semantic-trust
Source: https://github.com/InnerScopeHearing/otchealth-claude-tools/tree/main/skills/semantic-trust
Command: npx skills add https://github.com/InnerScopeHearing/otchealth-claude-tools --skill semantic-trust

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill assesses the trustworthiness of shared claims made by multiple agents, considering corroboration, age, and contradictions.

Core Features & Use Cases

  • Cross-Agent Corroboration: Determines how trustworthy a claim is based on agreement from various agents.
  • Trust Decay: Scores how recent claims are and factors their age into trustworthiness.
  • Contradiction Handling: Identifies and penalizes contradicting claims, promoting resolution and transparency.
  • Use Case: For a company feed, this Skill helps verify facts shared across departments before elevating them to a 'semantic/durable' level.

Quick Start

Run the 'scoreClaim' function on a list of assertions and contradictions from different agents to evaluate their trustworthiness.

Frequently Asked Questions about semantic-trust

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate claims across multiple agents in a knowledge base?

Trust scoring for shared claims evaluates corroboration from multiple agents, factoring in claim age and detected contradictions. This cross-agent verification system ensures organizational knowledge base consistency by analyzing evidence before promoting shared facts.

How does trust decay affect claim validation over time?

Trust decay reduces claim validation scores based on age, ensuring older assertions carry less weight in the knowledge base. This temporal scoring mechanism prioritizes recently corroborated facts over outdated claims during cross-agent verification.

How do I handle contradicting claims during cross-agent corroboration?

Contradiction handling identifies conflicting claims from different agents and applies scoring penalties to lower their trustworthiness. This promotes resolution and transparency by flagging knowledge base inconsistencies rather than ignoring conflicting evidence during cross-agent corroboration.

Can I use claim validation for organizational facts shared across departments?

Yes, claim validation is designed for organizational knowledge bases where facts are shared across departments. It verifies cross-departmental assertions through corroboration and contradiction analysis before elevating them to a semantic or durable trust level.

How do I start scoring the trustworthiness of shared assertions?

To start scoring trustworthiness, run the scoreClaim function on a list of assertions and contradictions gathered from different agents. This evaluates cross-agent correlation and age to determine overall trustworthiness in the knowledge base.