← Back to Skills Marketplace
hga030888-blip

Football Automated Value Betting

by win8-blip · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1387
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install football-automated-value-betting
Description
Automates real-time value betting on Singbet Asian Handicap markets using live odds and in-play football data with risk management and bet limits.
README (SKILL.md)

Football Auto-Quant & Betting Skill

An advanced OpenClaw skill designed for automated football (soccer) analysis and execution on Singbet Asian Handicap markets.

🚀 Features

  • Real-time Monitoring: Integrates with The Odds API for live in-play data.
  • Asian Handicap Focus: Specialized logic for AH and Over/Under markets.
  • Automated Execution: Connects to Singbet agent portals (hga030.com/sangbet.com).
  • Built-in Risk Management:
    • Hard limit of 30 bets per day.
    • Fixed small-stake testing ($$10$$ USD).
    • Automated win/loss tracking.

🛠 Setup

  1. API Key: Ensure you have a valid key from The Odds API.
  2. Account: You must have an active betting account from a Singbet international agent (e.g., sangbet.com).
  3. Configuration: Update the config section in the skill settings with your credentials.

📈 Strategy

The AI monitors live pressure indices (possession, shots, dangerous attacks) and compares them against the handicap spreads. It triggers a bet only when a statistical discrepancy is detected.

⚖️ Disclaimer

This tool is for educational and research purposes only. Betting involves significant financial risk. The developers are not responsible for any financial losses incurred. Please gamble responsibly and comply with local regulations.

Usage Guidance
What to consider before installing: - The skill asks you to provide an API key and betting-account credentials but does not declare any env vars for secure injection; instead an api_key-like value is embedded in the shipped JSON. Treat that as a red flag: do not assume the embedded key is safe or valid. - Automated betting carries real financial and legal risk. Confirm local laws permit this activity and be prepared for monetary loss. - If you proceed, require the developer to: (1) remove hard-coded secrets from shipped files, (2) declare required environment variables (e.g., ODDS_API_KEY, SINGBET_USER / SINGBET_PASS or token) so you can supply credentials securely, and (3) provide a clear, auditable implementation of how bets are executed (authentication, endpoints, and error handling). - Prefer to test in a sandbox: run the skill in an isolated environment with fake/test credentials and no real funds before enabling any real execution. If the embedded api_key is real, rotate/revoke it. - If you need a quick safety checklist: ask the author for (A) explicit list of required secrets, (B) proof that the skill does not exfiltrate local files or unrelated credentials, and (C) assurance that actual bet execution is gated behind an explicit, user-confirmed step (not fully autonomous). Confidence note: assessment is medium confidence because the code is short and the actual bet-execution is a placeholder; the main issues are the credential handling inconsistencies and the presence of a hard-coded api_key in the config JSON.
Capability Assessment
Purpose & Capability
The skill claims to monitor live odds (The Odds API) and execute bets on Singbet — the provided code implements fetching odds and local bet-tracking and includes placeholders for placing bets. However the skill metadata declares no required credentials/env vars while the runtime instructions explicitly ask for an API key and betting account credentials. file (1).json even contains a hard-coded api_key and platform/agent URLs, which is inconsistent with the registry's 'no required env vars' declaration and suggests secrets are embedded rather than managed securely.
Instruction Scope
SKILL.md instructs the agent to obtain a The Odds API key, configure betting account credentials, monitor live match indices, and execute bets. The instructions do not request unrelated system files or environment values, but they do authorize sending transaction data to external betting endpoints (Singbet/hga030/sangbet.com). The code's execute_singbet_bet is a placeholder (no real session/auth), so actual automated execution would require additional credentials and web-automation not present here.
Install Mechanism
This is an instruction-only skill with no install spec and only a small Python file. No additional packages or remote downloads are specified, so there is low installation risk.
Credentials
The skill asks the user (in SKILL.md) to provide The Odds API key and betting account credentials but declares no required environment variables. Instead an api_key is hard-coded in file (1).json. That is disproportionate and inconsistent: sensitive credentials are expected yet not declared for secure injection, and a secret-like value is embedded in the code/config file. The skill also references external betting platforms (hga030.com, sangbet.com) without clear, secure authentication mechanisms.
Persistence & Privilege
The skill does not request always-on presence, does not modify other skills or global agent configuration, and does not request system-level config paths. It operates with normal autonomy defaults (agent invocation allowed), which is expected for this use case.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install football-automated-value-betting
  3. After installation, invoke the skill by name or use /football-automated-value-betting
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Version 1.0.0 - Initial release of Football Auto-Quant & Betting Skill. - Real-time monitoring of football (soccer) events via The Odds API. - Automated value betting in Asian Handicap and Over/Under markets on Singbet. - Integrated risk management (max 30 bets/day, $10 stake, win/loss tracking). - Automated execution through supported Singbet agent portals. - Requires user API key and Singbet agent account setup.
Metadata
Slug football-automated-value-betting
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Football Automated Value Betting?

Automates real-time value betting on Singbet Asian Handicap markets using live odds and in-play football data with risk management and bet limits. It is an AI Agent Skill for Claude Code / OpenClaw, with 1387 downloads so far.

How do I install Football Automated Value Betting?

Run "/install football-automated-value-betting" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Football Automated Value Betting free?

Yes, Football Automated Value Betting is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Football Automated Value Betting support?

Football Automated Value Betting is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Football Automated Value Betting?

It is built and maintained by win8-blip (@hga030888-blip); the current version is v1.0.0.

💬 Comments