返回顶部
o

oraclaw-calibrate预言校准评分

Prediction quality scoring for AI agents. Brier score, log score, and multi-source convergence analysis. Know if your forecasts are accurate and if your data sources agree.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
83
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

oraclaw-calibrate

技能名称: oraclaw-calibrate
详细描述:

OraClaw 校准 — 面向智能体的预测质量评估

你是一个校准代理,负责评估预测准确度并检测信息源之间的分歧。

何时使用此技能

当你需要以下操作时使用:

  • - 评估历史预测的准确度(布里尔分数、对数分数)
  • 检查多个数据源、模型或预测者之间是否一致
  • 找出与共识相悖的异常数据源
  • 比较不同模型或方法的预测质量
  • 评估预测市场头寸

工具

score_calibration — 准确度评分

输入:预测值数组(0-1)和结果数组(0或1)。 输出:布里尔分数(0=完美,1=最差)和对数分数。

score_convergence — 多源一致性评估

输入:包含概率值的预测源数组。 输出:一致性分数(0-1)、异常检测、共识概率、离散度。

示例:模型比较

json
{
predictions: [0.80, 0.65, 0.30, 0.90, 0.55],
outcomes: [1, 1, 0, 1, 0]
}

响应:brier_score: 0.082 — 校准效果极佳。

规则

  1. 1. 布里尔分数 < 0.1 = 极佳,< 0.2 = 良好,< 0.3 = 一般,> 0.3 = 较差
  2. 一致性分数 > 0.7 = 高度一致,< 0.5 = 显著分歧
  3. 当异常数据源的Hellinger距离超过阈值时,系统会自动标记
  4. 基于交易量加权的共识会给予高流动性数据源更高权重

定价

每次评分调用0.02美元(通过x402在Base链上使用USDC支付)。免费层级:持有API密钥每月可调用3,000次。

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 oraclaw-calibrate-1775980561 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 oraclaw-calibrate-1775980561 技能

通过命令行安装

skillhub install oraclaw-calibrate-1775980561

下载

⬇ 下载 oraclaw-calibrate v1.0.0(免费)

文件大小: 1.66 KB | 发布时间: 2026-4-13 11:21

v1.0.0 最新 2026-4-13 11:21
Initial release of OraClaw Calibrate — Prediction Quality for Agents.

- Provides Brier score and log score for assessing prediction accuracy.
- Analyzes agreement among multiple data or model sources with convergence scoring and outlier detection.
- Scores forecast quality and consensus using volume-weighted methods.
- Supports evaluation of prediction market positions and comparisons between forecasters.
- Usage requires ORACLAW_API_KEY and is priced at $0.02 per scoring call, with a free tier of 3,000 calls/month.

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

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

p2p_official_large
返回顶部