Track bankroll, log bets, calculate ROI, and enforce risk limits across all betting platforms.
Use this skill when the user asks about:
All bankroll data is stored in: ~/.openclaw/data/bankroll.db
Record a new bet. Replace values in caps:
sqlite3 ~/.openclaw/data/bankroll.db \
"INSERT INTO bets (platform, sport, selection, bet_type, stake, odds, notes)
VALUES ('PLATFORM', 'SPORT_KEY', 'SELECTION', 'BET_TYPE', STAKE, ODDS, 'NOTES');"
## About
Built by [AgentBets](https://agentbets.ai) — full tutorial at [agentbets.ai/guides/openclaw-bankroll-manager-skill/](https://agentbets.ai/guides/openclaw-bankroll-manager-skill/).
Part of the [OpenClaw Skills series](https://agentbets.ai/guides/#openclaw-skills) for the [Agent Betting Stack](https://agentbets.ai/guides/agent-betting-stack/).
共 1 个版本