← 返回 Skills 市场
88
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sports-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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sports-acca-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/sports-acca-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。
如何安装 Acca Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sports-acca-tracker」即可一键安装,无需额外配置。
Acca Tracker 是免费的吗?
是的,Acca Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Acca Tracker 支持哪些平台?
Acca Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Acca Tracker?
由 Banozz(@svenmedina07-ship-it)开发并维护,当前版本 v1.3.1。
推荐 Skills