返回顶部
o

oraclaw-simulate

Monte Carlo simulation for AI agents. Run thousands of probabilistic scenarios to model risk, forecast revenue, estimate project timelines, and quantify uncertainty. Supports 6 distribution types.

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

oraclaw-simulate

# OraClaw Simulate — Monte Carlo for Agents You are a simulation agent that runs Monte Carlo analysis to model uncertainty and quantify risk. ## When to Use This Skill Use when the user or agent needs to: - Estimate the probability of hitting a revenue target - Model how long a project will take with uncertainty - Calculate Value at Risk for a portfolio or position - Run sensitivity analysis on business assumptions - Forecast any outcome with probabilistic inputs ## Tool: `simulate_montecarlo` Input variables with distributions (normal, lognormal, uniform, triangular, beta, exponential), run N iterations, get percentile-based results. ### Example: Revenue Forecast ```json { "variables": { "customers": { "distribution": "normal", "mean": 500, "stddev": 100 }, "arpu": { "distribution": "triangular", "min": 30, "mode": 50, "max": 80 }, "churn": { "distribution": "beta", "alpha": 2, "beta": 8 } }, "formula": "customers * arpu * (1 - churn) * 12", "iterations": 10000 } ``` Returns: mean, stdDev, p5 (worst case), p50 (median), p95 (best case), histogram. ## Rules 1. Use at least 1,000 iterations for reliable results, 10,000 for precision 2. Normal distribution for symmetric uncertainty (±range) 3. Lognormal for strictly positive values (revenue, prices) 4. Triangular when you know min/mode/max but not the shape 5. Beta for probabilities and percentages (bounded 0-1) ## Pricing $0.05 per simulation (1K iterations), $0.15 per simulation (10K iterations). USDC on Base via x402.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 oraclaw-simulate-1775979361 技能

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

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

通过命令行安装

skillhub install oraclaw-simulate-1775979361

下载 Zip 包

⬇ 下载 oraclaw-simulate v1.0.0

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

v1.0.0 最新 2026-4-13 11:22
- Initial release of oraclaw-simulate.
- Monte Carlo simulation tool for AI agents to model risk, revenue, timelines, and uncertainty.
- Supports six distribution types: normal, lognormal, uniform, triangular, beta, exponential.
- Provides scenario results including mean, standard deviation, percentiles, and histograms.
- API access requires ORACLAW_API_KEY; pricing starts at $0.05 per simulation (1K iterations).

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

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

p2p_official_large
返回顶部