Skip to main content
GitHub repository

oraclaw

oraclaw contains 14 collected skills from Whatsonyourmind, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
14
Stars
11
updated
2026-03-31
Forks
2
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

oraclaw-anomaly
data-scientists-152051

Anomaly detection for AI agents. Z-score, IQR, and streaming detection. Find outliers in data instantly. Sub-millisecond response. Works on single values or full datasets.

2026-03-31
oraclaw-bandit
data-scientists-152051

A/B testing and feature optimization for AI agents. Pick the best option automatically using Multi-Armed Bandits and Contextual Bandits (LinUCB). No data warehouse needed — works from request

2026-03-31
oraclaw-bayesian
data-scientists-152051

Bayesian inference engine for AI agents. Update beliefs with new evidence. Prior + evidence = posterior. Multi-factor prediction with calibration tracking.

2026-03-31
oraclaw-calibrate
data-scientists-152051

Prediction quality scoring for AI agents. Brier score, log score, and multi-source convergence analysis. Know if your forecasts are accurate and if your data sources agree.

2026-03-31
oraclaw-cmaes
data-scientists-152051

CMA-ES continuous optimization for AI agents. State-of-the-art derivative-free optimizer. 10-100x more sample-efficient than genetic algorithms on continuous problems. Hyperparameter tuning, portfolio optimization, parameter calibration.

2026-03-31
oraclaw-decide
data-scientists-152051

Decision intelligence for AI agents. Analyze options, map decision dependencies with PageRank, detect when information sources conflict, and find the choices that matter most.

2026-03-31
oraclaw-ensemble
data-scientists-152051

Multi-model consensus for AI agents. Combine predictions from multiple LLMs, models, or sources into a mathematically optimal consensus. Auto-weights by historical accuracy.

2026-03-31
oraclaw-evolve
data-scientists-152051

Genetic Algorithm optimizer for AI agents. Multi-objective Pareto optimization for portfolio weights, pricing, hyperparameters, marketing mix — any problem with multiple competing goals. Handles nonlinear search spaces that LP solvers cannot.

2026-03-31
oraclaw-forecast
data-scientists-152051

Time series forecasting for AI agents. ARIMA and Holt-Winters predictions with confidence intervals. Predict revenue, traffic, prices, or any sequential data. Sub-5ms inference.

2026-03-31
oraclaw-graph
data-scientists-152051

Network intelligence for AI agents. PageRank, community detection (Louvain), critical path, and bottleneck analysis for any graph of connected things.

2026-03-31
oraclaw-pathfind
software-developers

A* pathfinding and task sequencing for AI agents. Find the optimal path through workflows, dependencies, and decision trees. K-shortest paths via Yen's algorithm. Cost/time/risk breakdown.

2026-03-31
oraclaw-risk
data-scientists-152051

Risk assessment engine for AI agents. Value at Risk (VaR), CVaR, stress testing, and multi-factor risk scoring. Monte Carlo powered. Built for trading agents, lending agents, and portfolio managers.

2026-03-31
oraclaw-simulate
data-scientists-152051

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.

2026-03-31
oraclaw-solver
data-scientists-152051

Industrial-grade scheduling and resource optimization for AI agents. Solve task scheduling with energy matching, budget allocation, and any LP/MIP constraint problem in milliseconds.

2026-03-31