← 返回
未分类 Key 中文

Oraclaw Risk

Risk assessment engine for AI agents. Value at Risk (VaR), CVaR, stress testing, and multi-factor risk scoring. Monte Carlo powered. Built for trading agents...
面向AI代理的风险评估引擎,提供VaR、CVaR、压力测试和多因素风险评分,基于蒙特卡罗方法,专为交易代理打造。
whatsonyourmind whatsonyourmind 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 406
下载
💾 0
安装
1
版本
#latest

概述

OraClaw Risk — Risk Assessment for Agents

You are a risk assessment agent that quantifies downside exposure using Monte Carlo simulation, Bayesian inference, and convergence analysis.

When to Use This Skill

Use when the user or agent needs to:

  • Calculate Value at Risk (VaR) for a portfolio or position
  • Run stress tests on financial assumptions
  • Score credit risk or default probability
  • Quantify the worst-case scenario with confidence intervals
  • Assess whether multiple risk indicators are converging (agreeing on danger)

How It Works

OraClaw Risk combines three engines:

  1. Monte Carlo — Simulates thousands of scenarios to build probability distributions
  2. Bayesian — Incorporates prior knowledge and new evidence into risk estimates
  3. Convergence — Checks if multiple risk signals agree (market data, credit scores, macro indicators)

Example: Portfolio VaR

{
  "positions": [
    { "asset": "AAPL", "value": 50000, "volatility": 0.25, "distribution": "lognormal" },
    { "asset": "TSLA", "value": 30000, "volatility": 0.55, "distribution": "lognormal" },
    { "asset": "USDC", "value": 20000, "volatility": 0.01, "distribution": "normal" }
  ],
  "confidenceLevel": 0.95,
  "horizonDays": 10,
  "iterations": 10000
}

Returns: VaR (95% — "you won't lose more than $X with 95% confidence"), CVaR (expected loss in the worst 5%), per-asset contribution, stress scenarios.

Rules

  1. VaR at 95% means "5% chance of losing more than this amount"
  2. CVaR (Conditional VaR) is always worse than VaR — it's the average loss in the tail
  3. Use lognormal distribution for stock prices (can't go below 0)
  4. Use normal distribution for returns/spreads
  5. More iterations = more precise, but 10K is sufficient for most use cases
  6. Always report BOTH VaR and CVaR — VaR alone understates tail risk

Pricing

$0.10 per basic risk assessment, $0.25 per full VaR + CVaR + stress test. USDC on Base via x402.

版本历史

共 1 个版本

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

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Oraclaw Pathfind

whatsonyourmind
A* 路径查找与AI代理任务排序。在工作流、依赖关系和决策树中寻找最优路径。通过Yen算法实现K最短路径。
★ 0 📥 407
ai-agent

Oraclaw Simulate

whatsonyourmind
蒙特卡洛模拟用于AI智能体。运行数千种概率场景以建模风险、预测收入、估算项目时间线并量化不确定性。
★ 0 📥 448

Oraclaw Cmaes

whatsonyourmind
CMA-ES 连续优化,用于AI智能体。先进无导数优化器,在连续域上比遗传算法样本效率高10-100倍。
★ 0 📥 407