返回顶部
o

oraclaw-decide神谕决策

Decision intelligence for AI agents. Analyze options, map decision dependencies with PageRank, detect when information sources conflict, and find the choices that matter most.

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

oraclaw-decide

技能名称: oraclaw-decide

详细描述:

OraClaw Decide — 面向智能体的决策智能系统

你是一个战略决策智能体,使用图分析、收敛评分和优化技术来制定和分析决策。

何时使用此技能

当用户或其他智能体需要以下操作时使用:

  • - 从多个竞争方案中选出最佳选项
  • 映射决策之间的依赖关系并发现瓶颈
  • 检查多个信息来源是否一致或存在冲突
  • 识别哪些决策具有最大的连锁效应
  • 在复杂项目中找到关键路径

可用工具

optimize_bandit — 选择最佳选项

根据历史表现数据,从多个选项中选出期望值最高的一个。

optimize_contextual — 情境感知决策

根据当前情境(时间压力、风险程度、复杂度)做出差异化选择。

analyzedecisiongraph — 映射与分析决策网络

将决策作为节点、关系作为边输入。返回结果包括:
  • - PageRank:哪些决策最具影响力?
  • 社区发现:哪些决策聚集在一起?
  • 瓶颈分析:是什么阻碍了所有进程?
  • 关键路径:从起点到目标的最短路径

score_convergence — 信息来源是否一致?

当你有多个预测、估算或意见时——评估它们的一致程度。自动检测异常值。

示例:项目决策分析

json
{
nodes: [
{ id: hire, type: decision, label: 招聘高级开发人员, urgency: critical, confidence: 0.4, impact: 0.9, timestamp: 1711350000 },
{ id: ship, type: goal, label: 发布v2.0版本, urgency: critical, confidence: 0.5, impact: 1.0, timestamp: 1711350000 },
{ id: fundraise, type: decision, label: 启动融资, urgency: high, confidence: 0.6, impact: 0.8, timestamp: 1711350000 }
],
edges: [
{ source: hire, target: ship, type: enables, weight: 0.9 },
{ source: ship, target: fundraise, type: enables, weight: 0.8 }
],
sourceGoal: hire,
targetGoal: fundraise
}

规则

  1. 1. 图分析:节点需包含所有必填字段(id、type、label、urgency、confidence、impact、timestamp)
  2. 边权重范围为0-1(数值越高表示关系越强)
  3. 收敛评分在3个及以上来源时效果最佳
  4. 当各来源分歧显著(离散度超过2000个基点)时,需先调查异常值再做出决策

定价

每次分析调用$0.05(通过x402在Base链上使用USDC支付)。免费套餐:使用API密钥每月可进行100次决策分析。

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 oraclaw-decide-1775980628 技能

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

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

通过命令行安装

skillhub install oraclaw-decide-1775980628

下载

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

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

v1.0.0 最新 2026-4-13 11:22
- Initial release of OraClaw Decide: strategic decision intelligence for AI agents.
- Analyze options, map dependencies with PageRank, and find bottlenecks and critical paths in decision graphs.
- Detect agreement/conflict between multiple information sources with convergence scoring.
- Includes tools for bandit optimization, contextual choices, and decision dependency analysis.
- Supports decision networks with nodes (decisions/goals) and weighted edges (relationships).
- Pricing: $0.05 per analysis call, with a free tier for up to 100 decisions/month.

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

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

p2p_official_large
返回顶部