← Back to Skills Marketplace
shenmeng

Football Betting Analyzer

by shenmeng · GitHub ↗ · v1.3.1 · MIT-0
cross-platform ⚠ suspicious
236
Downloads
1
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install shenmeng-football-betting-analyzer
Description
足彩分析助手 - 提供足球比赛数据分析、赔率分析、投注建议。支持基本面分析(球队战绩、伤停、对战历史)、赔率面分析(亚盘、欧赔、凯利指数)、投注策略建议。当用户需要分析足球比赛、获取投注建议、查询球队数据时使用。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shenmeng-football-betting-analyzer
  3. After installation, invoke the skill by name or use /shenmeng-football-betting-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug shenmeng-football-betting-analyzer
Version 1.3.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Football Betting Analyzer?

足彩分析助手 - 提供足球比赛数据分析、赔率分析、投注建议。支持基本面分析(球队战绩、伤停、对战历史)、赔率面分析(亚盘、欧赔、凯利指数)、投注策略建议。当用户需要分析足球比赛、获取投注建议、查询球队数据时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.

How do I install Football Betting Analyzer?

Run "/install shenmeng-football-betting-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Football Betting Analyzer free?

Yes, Football Betting Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Football Betting Analyzer support?

Football Betting Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Football Betting Analyzer?

It is built and maintained by shenmeng (@shenmeng); the current version is v1.3.1.

💬 Comments