← 返回 Skills 市场
shenmeng

Football Betting Analyzer

作者 shenmeng · GitHub ↗ · v1.3.1 · MIT-0
cross-platform ⚠ suspicious
236
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install shenmeng-football-betting-analyzer
功能描述
足彩分析助手 - 提供足球比赛数据分析、赔率分析、投注建议。支持基本面分析(球队战绩、伤停、对战历史)、赔率面分析(亚盘、欧赔、凯利指数)、投注策略建议。当用户需要分析足球比赛、获取投注建议、查询球队数据时使用。
安全使用建议
What to consider before installing or running this skill: - The code includes an integrated billing system (SkillPay) that will call https://skillpay.me and attempt to charge users. The billing key is embedded in the code and the skill reads SKILLPAY_USER_ID from your environment — be careful: your user_id would be sent to the billing endpoint and a charge attempted. If you do not want any automatic billing or external charge attempts, do not run this skill. - The registry metadata and SKILL.md do not clearly declare the environment variables required for billing; ask the publisher to document required env vars and to remove any hard-coded keys. A proper design would require you to supply your own billing credentials (or have charges mediated by the platform), not ship with a secret in plain text. - If you still want to use the functionality: inspect payment.py and consider removing or disabling billing calls before running, or run the skill in a tightly sandboxed environment (no network) while you audit it. Prefer running analyzer.py with network disabled or with only the data API keys you control. - For privacy and financial safety: confirm who operates the skillpay.me endpoint and where funds go. Request proof the embedded key is intended for public use (if any) and ask for a safer implementation that uses server-side billing or explicit, documented prompts and consent before charging. - Additional technical notes: 14_matches_recommendation.py modifies sys.path to a user-specific workspace path — harmless but unusual and brittle. The skill uses external APIs (API-Football) and will read FOOTBALL_API_KEY if set; supply only keys you control. If you are not comfortable with potential automatic billing or with the hard-coded credential being present, do not install or run this skill. If you must use it, run it offline/locally after removing or stubbing out payment.py, or request a revised release that removes embedded secrets and clearly documents required environment variables and billing behavior.
功能分析
Type: OpenClaw Skill Name: shenmeng-football-betting-analyzer Version: 1.3.1 The skill bundle contains a custom monetization layer in 'payment.py' that integrates with an external service (skillpay.me) to charge users 0.01 USDT per call. It features a hardcoded secret API key (sk_f03aa8...) and enforces a paywall that terminates execution if payment is not verified. While the core football analysis logic in 'analyzer.py' and 'odds_analyzer.py' appears functional and benign, the inclusion of hardcoded financial credentials and mandatory external billing telemetry is highly atypical for standard agent skills and poses a risk of unauthorized tracking or financial exploitation.
能力评估
Purpose & Capability
The skill's code implements the advertised betting/odds analysis functionality and calls public football/odds APIs, which is coherent. However, the package also integrates an external billing system (SkillPay) with a hard-coded BILLING_API_KEY in payment.py and meta.json declaring payment envs, while the registry metadata at the top reports no required env vars — this is inconsistent and not proportional to a pure analysis tool.
Instruction Scope
SKILL.md describes the feature set and notes SkillPay billing, but does not clearly declare required environment variables. The code (payment.py) reads SKILLPAY_USER_ID from the environment and will call external billing endpoints; analyzer.py reads FOOTBALL_API_KEY from FOOTBALL_API_KEY env if present. There are instructions/paths (14_matches_recommendation.py inserts '~/.openclaw/workspace/skills/...') that assume access to local skill workspace. The billing logic can cause network requests involving the user's ID and will attempt to charge via skillpay.me — this behavior is not fully declared in the top-level requirements.
Install Mechanism
No install spec (instruction-only in registry) but the skill bundle includes Python code and a requirements.txt. There are no remote downloads or extract steps in an install script. Risk arises from the included code itself (it will run network calls when executed), but there is no installer that fetches arbitrary remote archives.
Credentials
The bundle and _meta.json indicate payment integration that expects SKILLPAY_USER_ID and an API key, yet the registry declares no required env vars. Worse, payment.py contains a hard-coded billing API key (BILLING_API_KEY) embedded in source — exposing a credential and granting the skill immediate ability to call the billing API. The credential usage and the sending of user_id to the billing endpoint are not justified solely by analytics functionality and are disproportionate unless the user explicitly consents to billing.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not request unusual system-wide privileges. It writes analysis outputs to a local outputs/ directory under the skill, which is expected for a local analyzer.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shenmeng-football-betting-analyzer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shenmeng-football-betting-analyzer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.1
SkillPay 付费集成 - 0.01 USDT/次调用
v1.1.0
添加 SkillPay 付费功能 (0.01 USDT/次)
v1.0.0
- Initial release of Football Betting Analyzer (足彩分析助手). - Provides football match data analysis, odds interpretation (Asian/European odds, Kelly index), and betting recommendations. - Supports fundamental analysis (team form, injuries, head-to-head), odds trend analysis, and risk/portfolio management. - Includes usage scenarios and sample queries for match analysis, odds lookup, and betting advice. - Outlines main features, data sources, and technical stack.
元数据
Slug shenmeng-football-betting-analyzer
版本 1.3.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Football Betting Analyzer 是什么?

足彩分析助手 - 提供足球比赛数据分析、赔率分析、投注建议。支持基本面分析(球队战绩、伤停、对战历史)、赔率面分析(亚盘、欧赔、凯利指数)、投注策略建议。当用户需要分析足球比赛、获取投注建议、查询球队数据时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 236 次。

如何安装 Football Betting Analyzer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install shenmeng-football-betting-analyzer」即可一键安装,无需额外配置。

Football Betting Analyzer 是免费的吗?

是的,Football Betting Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Football Betting Analyzer 支持哪些平台?

Football Betting Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Football Betting Analyzer?

由 shenmeng(@shenmeng)开发并维护,当前版本 v1.3.1。

💬 留言讨论