← Back to Skills Marketplace
tvdofficial

Sportsbet Advisor

by TVDOfficial · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
2443
Downloads
6
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install sportsbet-advisor
Description
Provide informed opinions and educated guesses on sports bets from Sportsbet. Use when asked to research a specific bet, analyze relevant data (both current and historical), and predict a potential outcome. Always include a disclaimer that the prediction is an educated guess and may be incorrect. **When assessing an outcome, provide a confidence level, ensuring it never exceeds 95%.**
Usage Guidance
This skill appears internally consistent with its description and does not ask for credentials or install arbitrary code. Things to consider before installing: (1) The script relies on the OpenClaw-provided web_search tool — confirm how that tool handles user queries and whether search queries or results could leak sensitive context. (2) It persistently writes recommendations to scripts/sportsbet_recommended_bets.json in the skill folder; if you are concerned about disk persistence or sensitive query data, plan to audit or clear that file. (3) The analysis logic is simplistic (heuristic parsing and fixed confidence math); treat outputs as heuristics, not guaranteed predictions — the skill includes the requested disclaimer and caps confidence at 95%. (4) If you operate under gambling compliance rules, verify that using an automated advisor is allowed. If you want stronger guarantees, request removal of the file-write behavior or review/modify the parsing logic to meet quality/privacy requirements.
Capability Analysis
Type: OpenClaw Skill Name: sportsbet-advisor Version: 1.0.1 The skill bundle is benign. The `SKILL.md` clearly outlines the purpose of providing sports bet advice using web search, with appropriate disclaimers and confidence level constraints, and contains no prompt injection attempts. The `scripts/scrape_sportsbet_upcoming.py` script utilizes the OpenClaw `web_search` tool as expected for research and writes its recommendations to a local JSON file within the skill's directory, which is a contained and legitimate operation. There is no evidence of data exfiltration, malicious execution, persistence, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description ask for research and predictions; the included script and SKILL.md both rely on web search, parse snippets, produce recommendations and include a disclaimer and capped confidence — all directly related to the advertised purpose.
Instruction Scope
SKILL.md instructs the agent to gather current and historical data via web searches and present predictions with a disclaimer; the included script uses the platform's default_api.web_search and simple heuristics to extract events. Note: the script assumes availability of a web_search tool and uses naive parsing (may produce low-quality/incorrect recommendations). It does not instruct the agent to read unrelated files, environment variables, or call unexpected external endpoints beyond web search.
Install Mechanism
No install spec, no package downloads — instruction-only skill plus a small helper script. No archive downloads or external installers that would write arbitrary code to disk during installation.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not reference secrets — it only calls the platform-provided default_api.web_search tool. There are no disproportionate credential requests.
Persistence & Privilege
always:false (normal). The script writes recommendations to a local file (scripts/sportsbet_recommended_bets.json) in the skill directory and even mentions cron-style reuse — this is limited persistence scoped to the skill's folder but means outputs may remain on disk and be retrievable later. The skill does not modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install sportsbet-advisor
  3. After installation, invoke the skill by name or use /sportsbet-advisor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added a script to scrape upcoming sports events from Sportsbet. - Updated SKILL.md to require inclusion of a confidence level (not exceeding 95%) in predictions. - Enhanced guidance to emphasize analysis using both current and historical data.
v1.0.0
- Initial release of the sportsbet-advisor skill. - Enables analysis and research on specific sports bets, including recent performance, stats, injuries, and expert opinions. - Provides an informed opinion or "educated guess" on likely outcomes for user-requested sports events. - Always includes a clear disclaimer emphasizing that predictions are educated guesses and outcomes may be unpredictable.
Metadata
Slug sportsbet-advisor
Version 1.0.1
License
All-time Installs 3
Active Installs 3
Total Versions 2
Frequently Asked Questions

What is Sportsbet Advisor?

Provide informed opinions and educated guesses on sports bets from Sportsbet. Use when asked to research a specific bet, analyze relevant data (both current and historical), and predict a potential outcome. Always include a disclaimer that the prediction is an educated guess and may be incorrect. **When assessing an outcome, provide a confidence level, ensuring it never exceeds 95%.**. It is an AI Agent Skill for Claude Code / OpenClaw, with 2443 downloads so far.

How do I install Sportsbet Advisor?

Run "/install sportsbet-advisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Sportsbet Advisor free?

Yes, Sportsbet Advisor is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Sportsbet Advisor support?

Sportsbet Advisor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Sportsbet Advisor?

It is built and maintained by TVDOfficial (@tvdofficial); the current version is v1.0.1.

💬 Comments