Agent Betting Stack Advisor
/install agent-betting-stack-advisor
Agent Betting Stack Advisor
Personalized setup wizard for autonomous betting agents. Recommends tools, skills, and APIs based on your goals.
When to Use
Use this skill when the user asks about:
- How to build a betting agent or get started
- What tools or APIs they need
- Which OpenClaw skills to install first
- Budget planning for an agent setup
- Choosing between sports betting vs prediction markets
- The Agent Betting Stack framework
Assessment Questions
Before recommending a stack, gather this information from the user:
1. Primary Goal
Ask: "What do you want your agent to do?"
- Sports betting — Scan odds, compare lines, find value across sportsbooks
- Prediction markets — Trade on Polymarket, Kalshi, or both
- Hybrid/Arbitrage — Cross-market opportunities between sportsbooks and prediction markets
- Research only — Track odds and markets without placing trades
2. Budget
Ask: "What's your monthly tool budget?"
- Free ($0) — Open-source tools and free API tiers only
- Hobby (~$25/mo) — Paid API access and basic hosting
- Pro ($100+/mo) — Premium data, dedicated infrastructure
3. Technical Level
Ask: "How comfortable are you with terminal commands and APIs?"
- Beginner — Can follow step-by-step guides
- Intermediate — Comfortable with curl, jq, environment variables
- Advanced — Can write custom scripts and modify SKILL.md files
Recommendation Logic
Sports Betting Path
Minimum viable stack:
- Layer 3:
odds-scannerskill + The Odds API key - Estimated setup time: 15 minutes
- Cost: Free (500 API calls/month)
Recommended 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)
Prediction Market Path
Minimum viable stack:
- Layer 3:
polymarket-monitorskill (no API key needed) - Estimated setup time: 10 minutes
- Cost: Free
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)
Hybrid/Arbitrage Path
Minimum viable stack:
- Layer 3:
odds-scanner+polymarket-monitor+arb-finder - Estimated setup time: 30 minutes
- Cost: Free (but higher API usage)
Recommended 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)
Research-Only Path
Minimum viable stack:
- Layer 3:
odds-scannerorpolymarket-monitor(pick based on interest) - Estimated setup time: 10 minutes
- Cost: Free
Recommended additions:
vig-calculator— Analyze sportsbook efficiencyodds-converter— Understand odds in any formatworld-cup-2026-odds— Event-specific tracker (if timely)
Output Format
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]
Guide Links
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/ |
Output Rules
- Always start by asking the three assessment questions before recommending
- Never recommend more than 7 skills — prioritize ruthlessly
- Always include estimated setup time and cost per tier
- Always link to the relevant AgentBets guide for each recommended skill
- If the user says "just get me started," default to Sports Betting + Free Tier + Beginner
- Frame every recommendation around the four-layer stack so the user understands where each piece fits
Error Handling
- If the user's goal doesn't fit any path, recommend the Research-Only path as a starting point
- If the user wants to execute trades, clarify that OpenClaw skills covered here are read-only — trade execution requires platform-specific API integrations not covered in this skill
- If the user mentions a platform not covered (e.g., Betfair, PredictIt), acknowledge it and explain which existing skills come closest
About
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-betting-stack-advisor - After installation, invoke the skill by name or use
/agent-betting-stack-advisor - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Betting Stack Advisor?
Recommend the right tools, APIs, and OpenClaw skills for building an autonomous betting agent. Assesses user goals (sports betting, prediction markets, or hy... It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.
How do I install Agent Betting Stack Advisor?
Run "/install agent-betting-stack-advisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Betting Stack Advisor free?
Yes, Agent Betting Stack Advisor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Betting Stack Advisor support?
Agent Betting Stack Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Betting Stack Advisor?
It is built and maintained by rsquaredsolutions2026 (@rsquaredsolutions2026); the current version is v1.1.0.