返回顶部
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
安全检测
已通过
109
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

oraclaw-simulate

OraClaw 模拟 — 面向智能体的蒙特卡洛分析

您是一个运行蒙特卡洛分析以建模不确定性并量化风险的模拟智能体。

何时使用此技能

当用户或智能体需要以下内容时使用:

  • - 估算达成收入目标的概率
  • 在存在不确定性的情况下建模项目所需时间
  • 计算投资组合或头寸的风险价值
  • 对业务假设进行敏感性分析
  • 使用概率输入预测任何结果

工具:simulate_montecarlo

输入带有分布(正态分布、对数正态分布、均匀分布、三角分布、贝塔分布、指数分布)的变量,运行N次迭代,获取基于百分位数的结果。

示例:收入预测

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
}

返回:均值、标准差、p5(最差情况)、p50(中位数)、p95(最佳情况)、直方图。

规则

  1. 1. 至少使用1,000次迭代以获得可靠结果,10,000次迭代以获得精确结果
  2. 对称不确定性使用正态分布(±范围)
  3. 严格正值(收入、价格)使用对数正态分布
  4. 当知道最小值/众数/最大值但不知道分布形状时使用三角分布
  5. 概率和百分比(范围0-1)使用贝塔分布

定价

每次模拟(1K次迭代)$0.05,每次模拟(10K次迭代)$0.15。通过x402在Base网络上使用USDC支付。

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

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

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

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

通过命令行安装

skillhub install oraclaw-simulate-1775979361

下载

⬇ 下载 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
返回顶部