← Back to Skills Marketplace
shenmeng

Odds Movement Monitor 盘口监控

by shenmeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shenmeng-odds-monitor-2025
Description
盘口变化监控助手 - 实时监控足球、篮球等体育赛事的亚盘、欧赔、大小球盘口变化。检测异常波动、大额注单信号、机构态度转变。支持多平台对比、历史趋势分析、自动预警通知。当用户需要监控盘口变化、追踪赔率走势、发现投注机会时使用。
Usage Guidance
This skill implements an odds-monitoring tool and also includes a built-in billing integration that attempts to charge 0.01 USDT per call. Two issues to consider before installing or running it: 1) Hard-coded billing key: payment.py contains a long hard-coded BILLING_API_KEY. That is unusual and risky — it may expose the publisher's secret, allow unexpected behavior, or indicate sloppy credential handling. Ask the publisher why a secret is embedded, and request they remove it and rely on environment variables (and rotate the key if it's real). 2) Conflicting metadata: _meta.json says SkillPay credentials are required but the registry metadata listed none. README and code reference ODDS_API_KEY for fetching odds; confirm which env vars you must supply and whether billing is mandatory. Do not provide payment credentials (or your wallet) until you verify the billing provider (skillpay.me) is legitimate. Other practical recommendations: - Review payment.py and test it in a safe sandbox (no real credentials) to see what it calls. - If you proceed, run the skill in an isolated environment and monitor outbound network traffic and file writes. - Consider asking the author to remove hard-coded keys and to document billing flow clearly (how user_id is used, where payments go, whether charges are reversible). - Be aware this tool is for gambling-related monitoring — ensure that using it is lawful in your jurisdiction. Given these inconsistencies and the embedded secret, I recommend caution (suspicious) until the author clarifies and fixes the billing/credential handling.
Capability Analysis
Type: OpenClaw Skill Name: shenmeng-odds-monitor-2025 Version: 1.0.0 The skill implements a sports betting monitor with a mandatory pay-per-use billing system integrated via `payment.py`. This file contains a hardcoded API key (`sk_f03aa8f8bbcf79f7aa11c112d904780f22e62add1464e3c41a79600a451eb1d2`) and communicates with an external service (`skillpay.me`) to charge users in USDT. While the monetization is disclosed in `SKILL.md`, the hardcoded credential is a significant security vulnerability, and the mandatory network-based billing check represents a high-risk behavior for an AI agent skill.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The code and SKILL.md describe an odds-monitor that fetches data from odds APIs and detects market signals—this matches the name/description. However metadata/_meta.json advertises mandatory SkillPay billing (SKILLPAY_API_KEY/SKILLPAY_USER_ID) while the registry summary for the skill declared no required env vars; README and code reference ODDS_API_KEY (expected). The billing integration is related to the skill's monetization but is not intrinsic to odds-detection logic and is inconsistently declared.
Instruction Scope
Runtime instructions focus on monitoring odds and show how to run the tool. SKILL.md and README also state the skill requires payment before use. The payment flow will call external billing endpoints; otherwise the instructions do not request unrelated file/system access. The demo manipulates sys.path to a user workspace path (tilde literal) which is odd but not directly malicious.
Install Mechanism
There is no install spec (instruction-only + included code), so nothing is downloaded at install time. Dependencies are standard Python packages declared in requirements.txt. Risk from install mechanism is low.
Credentials
There are contradictions about required environment variables: registry metadata lists none, README/code expect ODDS_API_KEY, and _meta.json declares SKILLPAY_API_KEY and SKILLPAY_USER_ID as required for billing. More importantly, payment.py contains a hard-coded BILLING_API_KEY (a long secret-like string) rather than using an environment variable—this hard-coded credential is disproportionate and dangerous (it gives the publisher/anyone with the repo a usable API key to the billing service).
Persistence & Privilege
Skill is not always-enabled and does not request elevated agent privileges. However the skill will make outbound network calls to a third-party billing service and can attempt to charge users when invoked. Autonomous invocation is allowed (platform default); combined with the hard-coded billing key this increases abuse risk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shenmeng-odds-monitor-2025
  3. After installation, invoke the skill by name or use /shenmeng-odds-monitor-2025
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Odds Movement Monitor 1.0.0 – Initial Release - Real-time monitoring of Asian Handicap, European odds, and Over/Under changes across major sports. - Detects abnormal fluctuations, significant bet signals, and bookmaker attitude shifts. - Supports multi-platform comparison, historical trend analysis, and automated alert notifications. - Includes sample monitoring commands and pre-built use cases for anomaly detection and opportunity discovery. - Integrated with SkillPay for usage-based billing (0.01 USDT per call).
Metadata
Slug shenmeng-odds-monitor-2025
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Odds Movement Monitor 盘口监控?

盘口变化监控助手 - 实时监控足球、篮球等体育赛事的亚盘、欧赔、大小球盘口变化。检测异常波动、大额注单信号、机构态度转变。支持多平台对比、历史趋势分析、自动预警通知。当用户需要监控盘口变化、追踪赔率走势、发现投注机会时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install Odds Movement Monitor 盘口监控?

Run "/install shenmeng-odds-monitor-2025" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Odds Movement Monitor 盘口监控 free?

Yes, Odds Movement Monitor 盘口监控 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Odds Movement Monitor 盘口监控 support?

Odds Movement Monitor 盘口监控 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Odds Movement Monitor 盘口监控?

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

💬 Comments