← Back to Skills Marketplace
88
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install sports-acca-tracker
Description
Track accumulator (acca) betting slips across football, basketball, and tennis — parses slip photo or text, checks live scores every 15 minutes, and reports...
Usage Guidance
This skill appears to do what it says: parse a betting slip, run a local helper script, and poll public score APIs periodically. Before installing, check two practical things: (1) packaging metadata mismatches (version/author and plugin manifest omitting the scripts file) — ensure the helper script is actually present in the installed package so cron jobs work; (2) you are comfortable allowing the agent to create a cron job that will run repeatedly and make outbound requests to public APIs (TheSportsDB, ESPN). No credentials are requested and no hidden endpoints were found, but if you need provenance, ask the publisher for a canonical homepage or signed release and confirm which file set/version they intend you to run.
Capability Analysis
Type: OpenClaw Skill
Name: sports-acca-tracker
Version: 1.3.1
The skill is a sports betting accumulator tracker that monitors live scores for football, basketball, and tennis. It uses the 'cronjob' tool for periodic updates and a shell script (scripts/scores.sh) to fetch data from legitimate public APIs (TheSportsDB and ESPN). The code and instructions in SKILL.md are consistent with the stated purpose, and no evidence of malicious intent, data exfiltration, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The skill's name/description (acca betting tracker) aligns with its runtime instructions and included script (scores.sh) which fetches live scores. There are no unrelated required credentials or binaries. Minor inconsistency: packaging metadata versions/authors differ (registry lists v1.3.1; package.json/openclaw.plugin.json show v1.0.0 and a different author), and openclaw.plugin.json's files array omits scripts/scores.sh — this is a distribution/packaging mismatch (not proof of maliciousness) that could cause the runtime to miss the helper script.
Instruction Scope
SKILL.md instructs the agent to parse slips (vision/text), create a cron job to run every ~15 minutes, and use the included scripts and fallbacks to fetch scores. All referenced actions (vision_analyze, terminal, cronjob, web_search) are within the skill's stated purpose. It does not instruct reading unrelated system files or requesting unrelated credentials.
Install Mechanism
No install spec — instruction-only plus an included helper script. No remote downloads or third-party package installs are required. The helper script is local and will be executed in the terminal/cron context.
Credentials
The skill declares no required environment variables or credentials and the code uses only public web APIs (TheSportsDB and ESPN endpoints). No secrets requested and no config paths accessed beyond the skill's own files.
Persistence & Privilege
The skill instructs the agent to create cron jobs that run periodically (*/15 * * * *) and deliver results back to the origin; this is consistent with its tracking purpose. Creating persistent cron jobs is a legitimate behavior for a monitoring skill but is a persistence capability you should consciously allow — verify you want periodic network activity and that the platform's cron lifecycle matches your expectations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install sports-acca-tracker - After installation, invoke the skill by name or use
/sports-acca-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.1
sports-acca-tracker 1.3.1
- Updated data source documentation for more accurate and detailed score-fetching (references/data-sources.md).
- Minor script improvements in scores.sh for reliability.
- SKILL.md updated for clarity; no core feature or behavior changes.
v1.3.0
**Accumulator tracking expanded: Now supports slip parsing and live reporting for football, basketball, and tennis bets.**
- Multi-sport: Tracks accumulator bets with any mix of football, basketball, and tennis legs.
- Slip input: Parses betting slips from both photos and typed text, auto-detecting each leg’s sport.
- Live status: Checks live scores every 15 minutes for each leg, reports per-leg bet status plus overall acca health.
- Cash-out context: Provides estimated cash-out value when some legs are won and others are pending.
- Improved reporting: Acca reports show each leg’s score, status, and betting outcome, with detailed handling for different sports and bet types.
Metadata
Frequently Asked Questions
What is Acca Tracker?
Track accumulator (acca) betting slips across football, basketball, and tennis — parses slip photo or text, checks live scores every 15 minutes, and reports... It is an AI Agent Skill for Claude Code / OpenClaw, with 88 downloads so far.
How do I install Acca Tracker?
Run "/install sports-acca-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Acca Tracker free?
Yes, Acca Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Acca Tracker support?
Acca Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Acca Tracker?
It is built and maintained by Banozz (@svenmedina07-ship-it); the current version is v1.3.1.
More Skills