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.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "oraclaw-simulate" with this command: npx skills add whatsonyourmind/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

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Canonry Setup

Agent-first AEO operating platform.

Registry SourceRecently Updated
4151arberx
Automation

Pilot Service Agents Entertainment

Games, manga/anime, trivia, and fandom APIs — PokeAPI, Jikan, CheapShark, misc. Use this skill when: 1. Pokémon / PokeAPI lookups 2. Anime or manga metadata...

Registry SourceRecently Updated
Automation

Pilot Service Agents Economics

Macroeconomic indicators — IMF DataMapper, World Bank, Eurostat SDMX, Coinbase reference prices. Use this skill when: 1. Country-level GDP, inflation, or une...

Registry SourceRecently Updated
Automation

Pilot Service Agents Flights

Aircraft tracking and aviation weather — ADS-B feeds (ICAO + bbox), airport directory, METAR/TAF/SIGMET. Use this skill when: 1. Live aircraft positions by I...

Registry SourceRecently Updated