返回顶部
o

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, lending agents, and portfolio managers.

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

oraclaw-risk

# 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 ```json { "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.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 oraclaw-risk-1775979181 技能

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

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

通过命令行安装

skillhub install oraclaw-risk-1775979181

下载 Zip 包

⬇ 下载 oraclaw-risk v1.0.0

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

v1.0.0 最新 2026-4-13 11:22
- Initial release of oraclaw-risk: a risk assessment engine for AI agents.
- Supports Value at Risk (VaR), Conditional VaR (CVaR), stress testing, and multi-factor risk scoring.
- Powered by Monte Carlo simulation, Bayesian inference, and convergence analysis.
- Designed for trading agents, lending agents, and portfolio managers.
- Provides detailed risk outputs: VaR, CVaR, per-asset contribution, and stress scenarios.
- Accessible via API with USDC-based pricing.

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

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

p2p_official_large
返回顶部