Install
openclaw skills install @rsquaredsolutions2026/agent-betting-stack-advisorRecommend the right tools, APIs, and OpenClaw skills for building an autonomous betting agent. Assesses user goals (sports betting, prediction markets, or hybrid), budget, and technical level. Maps to the four-layer Agent Betting Stack. Use when asked about getting started, what tools to use, or how to build a betting agent.
openclaw skills install @rsquaredsolutions2026/agent-betting-stack-advisorPersonalized setup wizard for autonomous betting agents. Recommends tools, skills, and APIs based on your goals.
Use this skill when the user asks about:
Before recommending a stack, gather this information from the user:
Ask: "What do you want your agent to do?"
Ask: "What's your monthly tool budget?"
Ask: "How comfortable are you with terminal commands and APIs?"
Minimum viable stack:
odds-scanner skill + The Odds API keyRecommended additions by priority:
vig-calculator — Know which books have the best marginsodds-converter — Handle American/decimal/fractional formatskelly-sizer — Size your bets optimally (Layer 4)ev-calculator — Evaluate expected value before betting (Layer 4)clv-tracker — Track if you're beating the closing line (Layer 4)sharp-line-detector — Follow smart money movements (Layer 4)bankroll-manager — Track P&L across books (Layer 2)Minimum viable stack:
polymarket-monitor skill (no API key needed)Recommended additions by priority:
kalshi-tracker — Add Kalshi event contractsodds-converter — Convert contract prices to implied probabilitykelly-sizer — Size positions with Kelly criterion (Layer 4)ev-calculator — Expected value on contract prices (Layer 4)bankroll-manager — Track positions across platforms (Layer 2)wallet-balance-checker — Monitor USDC balances (Layer 2)Minimum viable stack:
odds-scanner + polymarket-monitor + arb-finderRecommended additions by priority:
cross-market-pricer — Normalize odds across all platformskalshi-tracker — Add Kalshi as third price sourceodds-converter — Unified format conversionkelly-sizer — Size arb positions (Layer 4)bankroll-manager — Track capital across all platforms (Layer 2)wallet-balance-checker — Ensure capital is available (Layer 2)Minimum viable stack:
odds-scanner or polymarket-monitor (pick based on interest)Recommended additions:
vig-calculator — Analyze sportsbook efficiencyodds-converter — Understand odds in any formatworld-cup-2026-odds — Event-specific tracker (if timely)After assessment, output a checklist in this format:
## Your Agent Betting Stack
**Goal:** [Sports Betting / Prediction Markets / Hybrid / Research]
**Budget:** [Free / Hobby / Pro]
**Estimated setup time:** [X minutes]
### Step 1: Install Core Skills
- [ ] mkdir -p ~/.openclaw/skills/[skill-name]
- [ ] Create SKILL.md (see guide: [link])
- [ ] Set API keys if needed
### Step 2: Configure APIs
- [ ] [API name] — Sign up at [URL], free tier: [limits]
### Step 3: Test Your Stack
- [ ] Try: "[sample prompt]"
- [ ] Verify: [expected output]
### Step 4: Optional Upgrades
- [ ] [Next skill to add] — [Why it helps]
- [ ] [Next skill to add] — [Why it helps]
### Relevant Guides
- [Guide name](URL) — [One-line description]
Use these URLs when linking to AgentBets guides:
| Guide | URL |
|---|---|
| Agent Betting Stack Overview | /guides/agent-betting-stack/ |
| Odds Scanner Skill | /guides/openclaw-odds-scanner-skill/ |
| Polymarket Monitor Skill | /guides/openclaw-polymarket-monitor-skill/ |
| Kalshi Tracker Skill | /guides/openclaw-kalshi-tracker-skill/ |
| Arb Finder Skill | /guides/openclaw-arb-finder-skill/ |
| Vig Calculator Skill | /guides/openclaw-vig-calculator-skill/ |
| Kelly Sizer Skill | /guides/openclaw-kelly-sizer-skill/ |
| EV Calculator Skill | /guides/openclaw-ev-calculator-skill/ |
| Odds Converter Skill | /guides/openclaw-odds-converter-skill/ |
| CLV Tracker Skill | /guides/openclaw-clv-tracker-skill/ |
| Sharp Line Detector Skill | /guides/openclaw-sharp-line-detector-skill/ |
| Bankroll Manager Skill | /guides/openclaw-bankroll-manager-skill/ |
| World Cup 2026 Odds Skill | /guides/openclaw-world-cup-2026-odds-skill/ |
| Prediction Market API Reference | /guides/prediction-market-api-reference/ |
| Polymarket CLOB API Guide | /guides/polymarket-api-guide/ |
| Kalshi API Guide | /guides/kalshi-api-guide/ |
| Agent Wallet Comparison | /guides/agent-wallet-comparison/ |
| Agent Security Guide | /guides/agent-betting-security/ |
Built by AgentBets — full tutorial at agentbets.ai/guides/openclaw-agent-betting-stack-advisor-skill/.
Part of the OpenClaw Skills series for the Agent Betting Stack.