Hi! I built OraClaw — a set of 14 decision intelligence skills for MoltBot/OpenClaw agents:
| Skill |
What it does |
Latency |
oraclaw-bandit |
A/B testing via UCB1/Thompson/LinUCB |
<1ms |
oraclaw-solver |
LP/MIP optimization (HiGHS) |
<2ms |
oraclaw-forecast |
ARIMA + Holt-Winters time series |
<3ms |
oraclaw-anomaly |
Z-score/IQR outlier detection |
<0.05ms |
oraclaw-graph |
PageRank, Louvain communities |
<1ms |
oraclaw-cmaes |
Continuous parameter optimization |
<5ms |
oraclaw-simulate |
Monte Carlo (5K iterations) |
<2ms |
oraclaw-risk |
VaR/CVaR with correlations |
<1ms |
| + 6 more |
bayesian, ensemble, evolve, calibrate, pathfind, decide |
<5ms |
These fill the "math/computation" gap — things LLMs are bad at: optimal scheduling, anomaly detection, risk quantification, resource allocation. All sub-5ms, zero LLM cost.
Each skill is packaged with a SKILL.md and ready for ClawHub publishing. Would love to get them listed in the directory.
Repo: https://github.com/Whatsonyourmind/oraclaw
MCP server: 12 tools for AI agents
API: https://oraclaw-api.onrender.com (deploying)
Happy to adjust the packaging to match your directory format. Let me know!
Hi! I built OraClaw — a set of 14 decision intelligence skills for MoltBot/OpenClaw agents:
oraclaw-banditoraclaw-solveroraclaw-forecastoraclaw-anomalyoraclaw-graphoraclaw-cmaesoraclaw-simulateoraclaw-riskThese fill the "math/computation" gap — things LLMs are bad at: optimal scheduling, anomaly detection, risk quantification, resource allocation. All sub-5ms, zero LLM cost.
Each skill is packaged with a SKILL.md and ready for ClawHub publishing. Would love to get them listed in the directory.
Repo: https://github.com/Whatsonyourmind/oraclaw
MCP server: 12 tools for AI agents
API: https://oraclaw-api.onrender.com (deploying)
Happy to adjust the packaging to match your directory format. Let me know!