Casino Bonus Hunter

v1.0.0

Scans 30+ online casinos, calculates the Expected Value of each welcome/reload/cashback bonus using optimal blackjack strategy, adjusts EV by casino reputati...

0· 118·0 current·0 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 claim a scanner of 30+ casinos and reputation lookups; the shipped code contains a hard-coded BONUSES list (~30 entries) and a REPUTATION table. There is no network access, no scraping, and no live reputation fetch — so the capability is more of a static aggregator/calculator than a live scanner.
Instruction Scope
SKILL.md describes the calculation, outputs, environment-configurable parameters, and a 6-hour run cadence. The runtime instructions match the behavior of the Python code (calculates EV using house-edge constants, filters by env vars, writes JSON to /tmp). The only scope mismatch is the wording implying dynamic scanning and reputation aggregation when the code uses static lists.
Install Mechanism
No install spec or external package downloads. Code files are included and there are no external dependencies. This is low-risk from an installation perspective.
Credentials
The skill does not require credentials or sensitive env vars. It reads optional configuration env vars (BONUS_MIN_REP, BONUS_MIN_EV, BONUS_TOP_N, BONUS_OUTPUT_FILE) with safe defaults. No access to unrelated secrets or config paths.
Persistence & Privilege
always:false and automaton is scheduled via clawhub.json cron (0 */6 * * *). The skill writes a single output file (default /tmp/casino_bonuses.json). It does not modify other skills or system-wide settings.
Assessment
This skill appears safe: it does not request secrets, install external code, or access the network. Important caveats before installing: (1) despite wording like “scans 30+ casinos” the code uses a static list and static reputation scores — it does not fetch live bonuses or verify current T&Cs, so results can become out of date; (2) it writes output to /tmp/casino_bonuses.json by default — check or change BONUS_OUTPUT_FILE if you have policies about file locations; (3) review the included BONUSES and REPUTATION lists for accuracy and legal/regulatory concerns in your jurisdiction (gambling laws); and (4) if you expected live scraping or automatic reputation updates, this skill does not perform those network operations and would need modification to do so.

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

latestvk973rf6yhmyar4hkz9xbpachhd83bwan

License

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

Comments