Agent skill · Data & Analytics

edge

Find mispriced markets by comparing to external models and data sources

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill edge --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/edge/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Edge Detection Skill Compare prediction market prices to external models, polls, and data sources to find potential edge. ## Commands ### Scan for Edge ``` /edge /edge politics /edge fed ``` ### Compare Specific Market ``` /edge compare "Trump 2028" 538 betting-odds /edge compare "BTC above 100k" polymarket kalshi ``` ### Kelly Calculator ``` /edge kelly 0.6 2.0 1000 # probability, decimal odds, bankroll /edge kelly 55 2.5 # 55% prob, 2.5 odds, $100 default bankroll ``` ## Data Sources ### Political - **538/Silver Bulletin** - Election models - **RealClearPolitics** - Polling averages - **Betting Odds** - Pinnacle, offshore books - **PredictIt** - Alternative market prices ### Economic - **CME FedWatch** - Rate probabilities - **Bloomberg Consensus** - Economist forecasts - **Treasury Yields** - Implied expectations ### Sports - **Vegas Lines** - Sharp money indicators - **ESPN FPI** - Power rankings - **Historical Models** - ELO ratings ## Examples User: "Find me some edge" → Scan markets where price differs >10% from models → Return top opportunities with confidence levels User: "Is the Fed market fairly priced?" → Compare to CME FedWatch probabilities → Show discrepancy and co

What's inside
Steps it walks through
  1. Commands
  2. Scan for Edge
  3. Compare Specific Market
  4. Kelly Calculator
  5. Data Sources
  6. Political
  7. Economic
  8. Sports
  9. Examples
  10. Output Format
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the edge skill do?

Find mispriced markets by comparing to external models and data sources

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill edge --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going