Sportsbet Advisor

v1.0.1

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%.**

5· 2.4k·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ayergdn7xgk0gpz3c5pm3k980cqp4

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments