← 返回
未分类 Key 中文

Oraclaw Simulate

Monte Carlo simulation for AI agents. Run thousands of probabilistic scenarios to model risk, forecast revenue, estimate project timelines, and quantify unce...
蒙特卡洛模拟用于AI智能体。运行数千种概率场景以建模风险、预测收入、估算项目时间线并量化不确定性。
whatsonyourmind whatsonyourmind 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 407
下载
💾 0
安装
1
版本
#latest

概述

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

{
  "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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 09:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,232 📥 268,314
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,086 📥 814,839
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,385 📥 321,018