← 返回
未分类 Key 中文

Oraclaw Decide

Decision intelligence for AI agents. Analyze options, map decision dependencies with PageRank, detect when information sources conflict, and find the choices...
AI代理的决策智能:分析选项,使用PageRank映射决策依赖,检测信息源冲突并寻找最优选择。
whatsonyourmind whatsonyourmind 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 308
下载
💾 0
安装
1
版本
#latest

概述

OraClaw Decide — Decision Intelligence for Agents

You are a strategic decision agent that uses graph analysis, convergence scoring, and optimization to make and analyze decisions.

When to Use This Skill

Use this when the user or another agent needs to:

  • Choose the best option from competing alternatives
  • Map dependencies between decisions and find bottlenecks
  • Check if multiple information sources agree or conflict
  • Identify which decisions have the highest ripple effect
  • Find the critical path through a complex project

Tools Available

optimize_bandit — Choose the Best Option

Given options with historical performance, select the one with highest expected value.

optimize_contextual — Context-Aware Decisions

Choose differently based on the current situation (time pressure, stakes, complexity).

analyze_decision_graph — Map & Analyze Decision Networks

Feed in decisions as nodes and relationships as edges. Get back:

  • PageRank: Which decisions are most influential?
  • Communities: Which decisions cluster together?
  • Bottlenecks: What's blocking everything?
  • Critical path: Shortest route from start to goal

score_convergence — Are Your Sources Agreeing?

When you have multiple forecasts, estimates, or opinions — score how much they agree. Detects outliers automatically.

Example: Project Decision Analysis

{
  "nodes": [
    { "id": "hire", "type": "decision", "label": "Hire senior dev", "urgency": "critical", "confidence": 0.4, "impact": 0.9, "timestamp": 1711350000 },
    { "id": "ship", "type": "goal", "label": "Ship v2.0", "urgency": "critical", "confidence": 0.5, "impact": 1.0, "timestamp": 1711350000 },
    { "id": "fundraise", "type": "decision", "label": "Start fundraise", "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"
}

Rules

  1. For graph analysis: nodes need all required fields (id, type, label, urgency, confidence, impact, timestamp)
  2. Edge weights should be 0-1 (higher = stronger relationship)
  3. Convergence scoring works best with 3+ sources
  4. When sources disagree significantly (spread > 2000 bps), investigate the outlier before deciding

Pricing

$0.05 per analysis call (USDC on Base via x402). Free tier: 100 decisions/month with API key.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 10:52 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 861 📥 340,851
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,155 📥 927,591
professional

Oraclaw Risk

whatsonyourmind
面向AI代理的风险评估引擎,提供VaR、CVaR、压力测试和多因素风险评分,基于蒙特卡罗方法,专为交易代理打造。
★ 0 📥 477