Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

thoughtproofthoughtproof 效率

Agent Skill

thoughtproof 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,137

周安装

326

GitHub Stars

公开资料未说明

下载量

2,634
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:thoughtproof(thoughtproof 效率)
来源仓库:https://github.com/thoughtproof/thoughtproof
安装命令:
openclaw skills install thoughtproof
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install thoughtproof

简介

验证 AI 代理输出的认知一致性,检测推理盲点并建立模型间共识。

  • 适用于高风险决策场景,提升结论可靠性与抗误判能力。
  • 可跨多个模型系列比对结果,输出验证报告与改进建议。
  • 安装命令:openclaw skills install thoughtproof。
  • 依赖外部模型调用,可能增加延迟与成本,建议按需启用。

SKILL.md

name
thoughtproof
description
Epistemic verification for AI agent outputs. Use ThoughtProof to verify AI reasoning, detect blind spots, and build consensus across multiple model families. Triggers: when an agent needs a second opinion, audit trail for decisions, or epistemic consensus. Works with any LLM backend (BYOK). Commands: tp verify, tp deep, tp list, tp show.

ThoughtProof — Epistemic Verification Skill

Multi-agent verification protocol for AI decisions. Like a TÜV for AI reasoning.

How It Works

ThoughtProof runs your question through multiple independent AI agents (different model families), then a critic layer identifies blind spots, and a synthesizer produces a consensus with confidence scores.

Pipeline: Normalize → Generate (3+ models) → Critique (adversarial) → Evaluate → Synthesize

Prerequisites

  • pot-cli installed: npm install -g pot-cli
  • At least one API key (Anthropic, OpenAI, xAI, or Moonshot)
  • More keys = more model diversity = better verification

Quick Start

Verify a claim or decision

tp verify "Should we use microservices or monolith for our MVP?"

Chain context from previous verifications

tp verify --context last "What about scaling considerations?"

Deep analysis with rotated roles

tp deep "Is this investment thesis sound?"

Configuration

pot-cli reads config from ~/.potrc.json:

{
  "generators": [
    { "provider": "xai",       "model": "grok-4-1-fast" },
    { "provider": "moonshot",  "model": "kimi-k2.5" },
    { "provider": "anthropic", "model": "claude-sonnet-4-6" }
  ],
  "critic":      { "provider": "anthropic", "model": "claude-opus-4-6" },
  "synthesizer": { "provider": "anthropic", "model": "claude-opus-4-6" }
}

Show current config: tp config

Model Diversity Requirement

ThoughtProof enforces ≥3 different model families for generators. This is core to the protocol — no single provider can verify itself.

Output

Each verification produces an Epistemic Block:

  • Proposals from each generator (independent reasoning)
  • Critique identifying blind spots, contradictions, and risks
  • Synthesis with consensus score, confidence level, and dissent
  • MDI (Model Diversity Index) — measures independence of reasoning

Blocks are stored locally as JSON and can be reviewed with tp list / tp show <n>.

Commands

CommandDescription
tp verify <question>Run full verification pipeline
tp verify --context lastChain from previous block
tp deep <question>Deep verify: multiple runs, rotated roles, meta-synthesis
tp listShow block history
tp show <n>Show a specific block
tp configShow current configuration

Tiers

TierAgentsTimeBest For
Light3~30sQuick sanity checks
Standard5-7~3minBusiness decisions
Deep7-12~5minHigh-stakes, regulatory

When to Use ThoughtProof

  • High-stakes decisions — investment, legal, medical, compliance
  • Audit trail needed — regulatory, governance, due diligence
  • Blind spot detection — when you suspect a single model is biased
  • Cross-domain questions — where no single model is expert

When NOT to Use

  • Simple factual lookups (Google it)
  • Creative writing (subjective, no "correct" answer)
  • Time-sensitive queries under 30 seconds
  • Questions with trivially verifiable answers

Architecture Note

ThoughtProof is BYOK (Bring Your Own Key). Your API keys, your data, your models. Nothing routes through ThoughtProof servers. The skill is MIT-licensed; the consensus protocol is BSL-licensed.

References

  • references/block-format.md — Epistemic Block JSON schema
  • references/consensus-protocol.md — How consensus is calculated

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

86.46%
按下载量换算2,277

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills