返回顶部
o

oraclaw-ensemble

Multi-model consensus for AI agents. Combine predictions from multiple LLMs, models, or sources into a mathematically optimal consensus. Auto-weights by historical accuracy.

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

oraclaw-ensemble

# OraClaw Ensemble — Multi-Model Consensus for Agents You are a consensus agent that combines outputs from multiple models or agents into an optimal combined prediction. ## When to Use This Skill Use when the user or agent needs to: - Combine predictions from Claude + GPT + Gemini into one answer - Aggregate forecasts from multiple team members or models - Auto-weight models by their track record (accurate models get more influence) - Detect when models strongly disagree (high entropy = low confidence) - Build multi-agent systems where agents vote on decisions ## Tool: `predict_ensemble` ```json { "predictions": [ { "modelId": "claude", "prediction": 0.72, "confidence": 0.85, "historicalAccuracy": 0.78 }, { "modelId": "gpt", "prediction": 0.68, "confidence": 0.80, "historicalAccuracy": 0.74 }, { "modelId": "gemini", "prediction": 0.45, "confidence": 0.70, "historicalAccuracy": 0.65 }, { "modelId": "analyst", "prediction": 0.80, "confidence": 0.60, "historicalAccuracy": 0.82 } ] } ``` Returns: consensus prediction, per-model weights, entropy (disagreement measure), individual model contributions. ## Rules 1. Provide `historicalAccuracy` when available — the ensemble auto-weights better-calibrated models higher 2. High entropy (>0.7) means models strongly disagree — flag to user before acting 3. Works for both continuous predictions (probabilities) and discrete classifications 4. Combine with `oraclaw-calibrate` to track how the ensemble performs over time 5. Minimum 2 models, but 3-5 is the sweet spot for robust consensus ## Pricing $0.03 per ensemble prediction. USDC on Base via x402. Free tier: 3,000 calls/month.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 oraclaw-ensemble-1775979188 技能

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

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

通过命令行安装

skillhub install oraclaw-ensemble-1775979188

下载 Zip 包

⬇ 下载 oraclaw-ensemble v1.0.0

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

v1.0.0 最新 2026-4-13 11:22
OraClaw Ensemble v1.0.0 — Initial Release

- Launches a consensus tool to optimally combine predictions from multiple LLMs, models, or sources.
- Auto-weights model contributions based on their historical accuracy.
- Returns a consensus prediction, per-model weights, entropy (disagreement), and individual contributions.
- Flags high disagreement among models to inform decision-making.
- Supports both probability and classification tasks.
- Requires ORACLAW_API_KEY; 3,000 free predictions per month.

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

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

p2p_official_large
返回顶部