argus-edge
Argus-style prediction market edge detection and betting strategy. Computes expected value from TA-implied probability vs market odds, sizes bets via Kelly criterion, and applies freshness/consensus guards. Validated at 77.8% win rate on primary (fresh) Polymarket bets. Use for prediction market betting, EV calculation, Polymarket strategy, or market making.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jamierossouw/argus-edgeArgus Edge — Prediction Market Betting Engine
The complete Argus strategy for finding and exploiting edge in crypto prediction markets.
Core Formula
Edge = our_P(win) - market_implied_P(win)
Bet when: edge ≥ 10% AND fresh market (<30 min old) AND TA score ≥ ±2
Kelly stake = (edge × bankroll) / odds
Strategy Rules
Freshness Guard
- Skip markets >92% consensus (dead signal, L020)
- Prioritize markets <30 min old (primary window)
- Primary bets WR: 77.8% vs overall 56.6%
Counter-Consensus Rule (L023)
TA score ≥+1 + market DOWN >80% + ≥20 min remaining → bet UP (counter-consensus has positive EV, validated at 5x+ payout)
Asset Calibration
| Asset | TA Reliability | Bias | Min Score |
|---|---|---|---|
| BTC | 0.75 | Neutral | ±3 |
| ETH | 0.80 | UP+0.05 | ±2 |
| SOL | 0.90 | UP+0.05 | ±1 |
| XRP | 0.70 | UP+0.08 | ±2 |
Usage
Use argus-edge to find the best Polymarket bet right now
Use argus-edge to calculate edge on BTC 11am ET market
Use argus-edge for full market scan with Kelly sizing
Battle-Tested
Derived from 100+ live Polymarket bets. 25 documented lessons (L001–L025).
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jamierossouw-argus-edge": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
Zerion Api Skill
Skill by abishekdharshan
web3-weekly-report
自动抓取数据并生成 Web3 行业资本运作周报,涵盖融资事件、监管动态、上市公司 DAT 动态、并购交易与 RWA 项目追踪。当用户提到"写周报"、"生成周报"、"整理本周融资"、"Web3 周报"、"资本运作周报"、"采编周报",或请求整理加密行业本周动态时,立即激活此 skill。即使用户只说"帮我写本周的",只要上下文涉及 Web3、加密、融资、RWA、DAT,也应激活。
Zerion Api
Skill by abishekdharshan
polymarket-simmer-fastloop
Trade Polymarket BTC/ETH/SOL 5/15-minute fast markets with momentum and order book filters.
auto-trading-strategy
Professional trading strategy guides for prediction markets and crypto. Risk management, trend analysis, and best practices.