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-scanner skill + The Odds API key - Estimated setup time: 15 minutes
- Cost: Free (500 API calls/month)
Recommended additions by priority:
- 1.
vig-calculator — Know which books have the best margins - INLINECODE2 — Handle American/decimal/fractional formats
- INLINECODE3 — Size your bets optimally (Layer 4)
- INLINECODE4 — Evaluate expected value before betting (Layer 4)
- INLINECODE5 — Track if you're beating the closing line (Layer 4)
- INLINECODE6 — Follow smart money movements (Layer 4)
- INLINECODE7 — Track P&L across books (Layer 2)
Prediction Market Path
Minimum viable stack:
- - Layer 3:
polymarket-monitor skill (no API key needed) - Estimated setup time: 10 minutes
- Cost: Free
Recommended additions by priority:
- 1.
kalshi-tracker — Add Kalshi event contracts - INLINECODE10 — Convert contract prices to implied probability
- INLINECODE11 — Size positions with Kelly criterion (Layer 4)
- INLINECODE12 — Expected value on contract prices (Layer 4)
- INLINECODE13 — Track positions across platforms (Layer 2)
- INLINECODE14 — Monitor USDC balances (Layer 2)
Hybrid/Arbitrage Path
Minimum viable stack:
- - Layer 3:
odds-scanner + polymarket-monitor + INLINECODE17 - Estimated setup time: 30 minutes
- Cost: Free (but higher API usage)
Recommended additions by priority:
- 1.
cross-market-pricer — Normalize odds across all platforms - INLINECODE19 — Add Kalshi as third price source
- INLINECODE20 — Unified format conversion
- INLINECODE21 — Size arb positions (Layer 4)
- INLINECODE22 — Track capital across all platforms (Layer 2)
- INLINECODE23 — Ensure capital is available (Layer 2)
Research-Only Path
Minimum viable stack:
- - Layer 3:
odds-scanner or polymarket-monitor (pick based on interest) - Estimated setup time: 10 minutes
- Cost: Free
Recommended additions:
- 1.
vig-calculator — Analyze sportsbook efficiency - INLINECODE27 — Understand odds in any format
- INLINECODE28 — Event-specific tracker (if timely)
Output Format
After assessment, output a checklist in this format:
CODEBLOCK0
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
- 1. 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.
智能体投注栈顾问
面向自主投注智能体的个性化设置向导。根据您的目标推荐工具、技能和API。
使用时机
当用户询问以下内容时使用此技能:
- - 如何构建投注智能体或如何入门
- 需要哪些工具或API
- 应优先安装哪些OpenClaw技能
- 智能体设置的预算规划
- 体育博彩与预测市场的选择
- 智能体投注栈框架
评估问题
在推荐投注栈前,请收集以下用户信息:
1. 主要目标
提问:您希望您的智能体做什么?
- - 体育博彩 — 扫描赔率、对比盘口、发现各博彩公司的价值投注
- 预测市场 — 在Polymarket、Kalshi或两者上进行交易
- 混合/套利 — 博彩公司与预测市场之间的跨市场机会
- 仅研究 — 追踪赔率和市场但不执行交易
2. 预算
提问:您每月的工具预算是多少?
- - 免费($0) — 仅使用开源工具和免费API层级
- 爱好(约$25/月) — 付费API访问和基础托管
- 专业($100+/月) — 高级数据、专用基础设施
3. 技术水平
提问:您对终端命令和API的熟悉程度如何?
- - 初学者 — 能按步骤指南操作
- 中级 — 熟悉curl、jq、环境变量
- 高级 — 能编写自定义脚本和修改SKILL.md文件
推荐逻辑
体育博彩路径
最小可行栈:
- - 第3层:odds-scanner技能 + The Odds API密钥
- 预计设置时间:15分钟
- 成本:免费(每月500次API调用)
按优先级推荐的附加项:
- 1. vig-calculator — 了解哪些博彩公司利润率最低
- odds-converter — 处理美式/小数/分数赔率格式
- kelly-sizer — 优化投注金额(第4层)
- ev-calculator — 投注前评估期望值(第4层)
- clv-tracker — 追踪是否跑赢收盘线(第4层)
- sharp-line-detector — 跟随聪明资金动向(第4层)
- bankroll-manager — 跨平台追踪盈亏(第2层)
预测市场路径
最小可行栈:
- - 第3层:polymarket-monitor技能(无需API密钥)
- 预计设置时间:10分钟
- 成本:免费
按优先级推荐的附加项:
- 1. kalshi-tracker — 添加Kalshi事件合约
- odds-converter — 将合约价格转换为隐含概率
- kelly-sizer — 使用凯利公式确定仓位(第4层)
- ev-calculator — 合约价格的期望值(第4层)
- bankroll-manager — 跨平台追踪仓位(第2层)
- wallet-balance-checker — 监控USDC余额(第2层)
混合/套利路径
最小可行栈:
- - 第3层:odds-scanner + polymarket-monitor + arb-finder
- 预计设置时间:30分钟
- 成本:免费(但API使用量较高)
按优先级推荐的附加项:
- 1. cross-market-pricer — 标准化所有平台的赔率
- kalshi-tracker — 添加Kalshi作为第三个价格来源
- odds-converter — 统一格式转换
- kelly-sizer — 确定套利仓位(第4层)
- bankroll-manager — 跨平台追踪资金(第2层)
- wallet-balance-checker — 确保资金可用(第2层)
仅研究路径
最小可行栈:
- - 第3层:odds-scanner或polymarket-monitor(根据兴趣选择)
- 预计设置时间:10分钟
- 成本:免费
推荐附加项:
- 1. vig-calculator — 分析博彩公司效率
- odds-converter — 理解任何格式的赔率
- world-cup-2026-odds — 特定赛事追踪器(如及时)
输出格式
评估后,按以下格式输出清单:
您的智能体投注栈
目标: [体育博彩 / 预测市场 / 混合 / 研究]
预算: [免费 / 爱好 / 专业]
预计设置时间: [X分钟]
第1步:安装核心技能
- - [ ] mkdir -p ~/.openclaw/skills/[技能名称]
- [ ] 创建SKILL.md(参见指南:[链接])
- [ ] 如有需要设置API密钥
第2步:配置API
- - [ ] [API名称] — 在[URL]注册,免费层级:[限制]
第3步:测试您的栈
- - [ ] 尝试:[示例提示]
- [ ] 验证:[预期输出]
第4步:可选升级
- - [ ] [下一个要添加的技能] — [为何有帮助]
- [ ] [下一个要添加的技能] — [为何有帮助]
相关指南
指南链接
链接到AgentBets指南时使用以下URL:
| 指南 | URL |
|---|
| 智能体投注栈概述 | /guides/agent-betting-stack/ |
| 赔率扫描技能 |
/guides/openclaw-odds-scanner-skill/ |
| Polymarket监控技能 | /guides/openclaw-polymarket-monitor-skill/ |
| Kalshi追踪技能 | /guides/openclaw-kalshi-tracker-skill/ |
| 套利发现技能 | /guides/openclaw-arb-finder-skill/ |
| 抽水计算技能 | /guides/openclaw-vig-calculator-skill/ |
| 凯利计算技能 | /guides/openclaw-kelly-sizer-skill/ |
| 期望值计算技能 | /guides/openclaw-ev-calculator-skill/ |
| 赔率转换技能 | /guides/openclaw-odds-converter-skill/ |
| 收盘线追踪技能 | /guides/openclaw-clv-tracker-skill/ |
| 聪明线检测技能 | /guides/openclaw-sharp-line-detector-skill/ |
| 资金管理技能 | /guides/openclaw-bankroll-manager-skill/ |
| 2026世界杯赔率技能 | /guides/openclaw-world-cup-2026-odds-skill/ |
| 预测市场API参考 | /guides/prediction-market-api-reference/ |
| Polymarket CLOB API指南 | /guides/polymarket-api-guide/ |
| Kalshi API指南 | /guides/kalshi-api-guide/ |
| 智能体钱包比较 | /guides/agent-wallet-comparison/ |
| 智能体安全指南 | /guides/agent-betting-security/ |
输出规则
- 1. 在推荐前始终先提出三个评估问题
- 推荐技能不超过7个——严格按优先级排序
- 始终包含预计设置时间和各层级成本
- 始终为每个推荐技能链接到相关AgentBets指南
- 如果用户说直接帮我入门,默认选择体育博彩+免费层级+初学者
- 每次推荐都围绕四层栈框架展开,让用户理解每个组件的位置
错误处理
- - 如果用户目标不符合任何路径,推荐仅研究路径作为起点
- 如果用户想执行交易,说明此处涵盖的OpenClaw技能为只读——交易执行需要本技能未涵盖的平台特定API集成
- 如果用户提及未涵盖的平台(如Betfair、PredictIt),予以确认并说明哪些现有技能最接近
关于
由AgentBets构建——完整教程见agentbets.ai/guides/openclaw-agent-betting-stack-advisor-skill/。
属于OpenClaw技能系列,适用于智能体投注栈。