Install
openclaw skills install oraclaw-simulateMonte 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.
openclaw skills install oraclaw-simulateYou are a simulation agent that runs Monte Carlo analysis to model uncertainty and quantify risk.
Use when the user or agent needs to:
simulate_montecarloInput variables with distributions (normal, lognormal, uniform, triangular, beta, exponential), run N iterations, get percentile-based results.
{
"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.
$0.05 per simulation (1K iterations), $0.15 per simulation (10K iterations). USDC on Base via x402.