varrd-edges

varrd-edges is a skill for Claude Code, Codex from varrdinc/varrd. It costs 40 tokens per session (544 once invoked), scanned A, original, MIT.

A way to browse VARRD's library of statistically tested trading edges and inspect the ones currently active. An edge is a market pattern that historical tests suggest may offer a repeatable advantage.

In plain words
What is it for?
Use it to filter active edges by direction, asset class, timeframe, market, or status, then inspect statistics, trade levels, methodology, drawdowns, and other performance measures.
Why use it?
It helps traders see which markets and patterns are active without manually checking the entire library. Depending on the requested depth, it provides status, trade details, or a fuller record of the testing method and results.

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 filter active edges by direction, asset class, timeframe, market, or status, then inspect statistics, trade levels, methodology, drawdowns, and other performance measures.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/varrdinc/varrd/varrd-edges
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 varrdinc/varrd --skill varrd-edges
Clone the repo
git clone --depth 1 https://github.com/varrdinc/varrd

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 varrd-edges

README.md
[![agentmods](https://agentmods.dev/badge/skills/varrdinc/varrd/varrd-edges.svg)](https://agentmods.dev/skills/varrdinc/varrd/varrd-edges)
Your own site
<a href="https://agentmods.dev/skills/varrdinc/varrd/varrd-edges"><img src="https://agentmods.dev/badge/skills/varrdinc/varrd/varrd-edges.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 544 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.00040 $0.00544
Opus 5 $0.00020 $0.00272
Sonnet 5 $0.00008 $0.00109
Haiku 4.5 $0.00004 $0.00054

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

Security

Grade A, and why

varrd-edges 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 8d 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.

skills/varrd-edges/SKILL.md · 60 lines

What it actually says

VARRD Edges — Browse the Validated Edge Library

What this does

VARRD maintains a library of statistically validated trading edges running 24/7 against live market data. This skill lets you browse which edges are firing, get trade levels, and drill into the full methodology.

Three tiers

Free — which markets are firing

varrd edges

Shows markets and status. No direction, no stats, no trade levels.

$0.50 — 15-minute snapshot with stats + trade levels

varrd edges --depth 1

Direction, win rate, EV, stops, entry date, hold period for every active edge.

$1/edge — full audit trail

varrd edges --depth 2 --edge-id <id>

Complete methodology: formula, discovery story, per-horizon results, SQN, profit factor, Kelly %, Monte Carlo, drawdown, regime analysis, edge decay, and interactive view link.

Filters

varrd edges --depth 1 --direction SHORT           # only shorts
varrd edges --depth 1 --asset-class equities       # only stocks/ETFs
varrd edges --depth 1 --timeframe 240min           # only 4-hour edges
varrd edges --depth 1 --market GC                  # only gold
varrd edges --depth 1 --status firing              # only actionable now

Edge statuses

  • FIRING — signal confirmed, enter at next bar open
  • PENDING — bar hasn't closed, don't act yet
  • ACTIVE — already in a trade from a previous signal

Typical flow

  1. varrd edges — see what's firing (free)
  2. User picks a market they're interested in
  3. varrd edges --depth 1 --market AAPL — get stats ($0.50)
  4. User wants the full picture on one edge
  5. varrd edges --depth 2 --edge-id <id> — full audit trail ($1)
  6. Share the interactive view link with the user
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. 8d ago First seen · 60 lines · 40 tokens per session scan A 8269bdf38625

Subscribe to this mod's changes

varrd-edges is a skill published in the GitHub repository varrdinc/varrd (24 stars, last pushed 8d ago), licensed MIT. It adds 40 tokens to every session and 544 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.