oraclaw-risk

oraclaw-risk is a skill for Claude Code, Codex from Whatsonyourmind/oraclaw. It costs 48 tokens per session (686 once invoked), scanned A, original, MIT.

A risk-analysis skill for estimating potential losses and other financial risks with simulations and evidence-based scoring.

In plain words
What is it for?
Use it to calculate Value at Risk or Conditional Value at Risk, run stress tests, estimate default risk, and check whether several warning signals agree.
Why use it?
It helps turn uncertain market, credit, or economic conditions into estimates of downside exposure and worst-case scenarios.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; built for openclaw.

Good fit Use it to calculate Value at Risk or Conditional Value at Risk, run stress tests, estimate default risk, and check whether several warning signals agree.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/whatsonyourmind/oraclaw/oraclaw-risk
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Whatsonyourmind/oraclaw --skill oraclaw-risk
Clone the repo
git clone --depth 1 https://github.com/Whatsonyourmind/oraclaw

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for oraclaw-risk

README.md
[![agentmods](https://agentmods.dev/badge/skills/whatsonyourmind/oraclaw/oraclaw-risk/github.svg)](https://agentmods.dev/skills/whatsonyourmind/oraclaw/oraclaw-risk)
Your own site
<a href="https://agentmods.dev/skills/whatsonyourmind/oraclaw/oraclaw-risk"><img src="https://agentmods.dev/badge/skills/whatsonyourmind/oraclaw/oraclaw-risk/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for oraclaw-risk

Your own site · 80×15
<a href="https://agentmods.dev/skills/whatsonyourmind/oraclaw/oraclaw-risk"><img src="https://agentmods.dev/badge/skills/whatsonyourmind/oraclaw/oraclaw-risk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 686 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.00686
Opus 5 $0.00024 $0.00343
Sonnet 5 $0.00010 $0.00137
Haiku 4.5 $0.00005 $0.00069

Measured 12d ago against content hash be4248f9ea0f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

oraclaw-risk scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

mission-control/packages/clawhub-skills/oraclaw-risk/SKILL.md · 75 lines

What it actually says

OraClaw Risk — Risk Assessment for Agents

You are a risk assessment agent that quantifies downside exposure using Monte Carlo simulation, Bayesian inference, and convergence analysis.

When to Use This Skill

Use when the user or agent needs to:

  • Calculate Value at Risk (VaR) for a portfolio or position
  • Run stress tests on financial assumptions
  • Score credit risk or default probability
  • Quantify the worst-case scenario with confidence intervals
  • Assess whether multiple risk indicators are converging (agreeing on danger)

How It Works

OraClaw Risk combines three engines:

  1. Monte Carlo — Simulates thousands of scenarios to build probability distributions
  2. Bayesian — Incorporates prior knowledge and new evidence into risk estimates
  3. Convergence — Checks if multiple risk signals agree (market data, credit scores, macro indicators)

Example: Portfolio VaR

{
  "positions": [
    { "asset": "AAPL", "value": 50000, "volatility": 0.25, "distribution": "lognormal" },
    { "asset": "TSLA", "value": 30000, "volatility": 0.55, "distribution": "lognormal" },
    { "asset": "USDC", "value": 20000, "volatility": 0.01, "distribution": "normal" }
  ],
  "confidenceLevel": 0.95,
  "horizonDays": 10,
  "iterations": 10000
}

Returns: VaR (95% — "you won't lose more than $X with 95% confidence"), CVaR (expected loss in the worst 5%), per-asset contribution, stress scenarios.

Rules

  1. VaR at 95% means "5% chance of losing more than this amount"
  2. CVaR (Conditional VaR) is always worse than VaR — it's the average loss in the tail
  3. Use lognormal distribution for stock prices (can't go below 0)
  4. Use normal distribution for returns/spreads
  5. More iterations = more precise, but 10K is sufficient for most use cases
  6. Always report BOTH VaR and CVaR — VaR alone understates tail risk

Pricing

$0.10 per basic risk assessment, $0.25 per full VaR + CVaR + stress test. USDC on Base via x402.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 75 lines · 48 tokens per session scan A be4248f9ea0f

Subscribe to this mod's changes

oraclaw-risk is a skill published in the GitHub repository Whatsonyourmind/oraclaw (13 stars, last pushed yesterday), licensed MIT. It adds 48 tokens to every session and 686 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

gmgn-contract-dd

Contract due-diligence score for one token address — contract safety, holder structure and price action combined into a single 0-100 composite, capped by GMGN's own rug label, where every deduction names the field it read and an absent field is never a passing check. Use when the user wants one verdict number rather…

GMGNAI/gmgn-skills · 367 tokens

gmgn-heat-rank

Produce THE list of tokens that are hot RIGHT NOW and safe enough to look at, across every chain GMGN supports, scored 0-100 and capped at ten names. This is a screening skill: it starts from no address, sweeps all seven chains, gates every candidate on liquidity / real volume / concentration / rug-and-dev risk…

GMGNAI/gmgn-skills · 728 tokens

alpaca-trade-api-sdk

Integrate and build on the @alpacahq/alpaca-trade-api TypeScript SDK for the Alpaca Trading and Market Data APIs (the unified Alpaca client, ergonomic order builders, normalized market-data shapes, pagination, typed errors, resilience, and real-time streaming). Use when writing or reviewing code that imports…

alpacahq/alpaca-trade-api-js · 123 tokens

gmgn-wallet-analysis

The trader's decision dossier on a wallet — four pass/fail gates (is the record real, is the edge still working THIS week, can you actually get filled, does it cut losses) plus what the wallet is holding and buying right now, its entry market-cap band, its copy window in seconds, and a concrete size cap. Answers the…

GMGNAI/gmgn-skills · 278 tokens

gmgn-token-buy

Turn a token name into a vetted, sized buy order. Two things here are exclusive to this skill: resolving a NAME or symbol to the one right contract among its copycats, and sizing an order — amount, slippage, gas, position. No sibling does either. USE THIS SKILL WHEN a buy is being prepared, which shows up as a NAME or…

GMGNAI/gmgn-skills · 706 tokens

gmgn-track

Get real-time crypto buy/sell activity from Smart Money wallets, KOL influencer wallets, and personally followed wallets via GMGN API — alpha signals, whale tracking, meme token copy-trading ideas on Solana, BSC, Base, or Ethereum. Also query which tokens a wallet has followed (bookmarked) on GMGN. Use when user asks…

GMGNAI/gmgn-skills · 123 tokens