← Back to Skills Marketplace
shenmeng

Odds Movement Monitor 盘口监控

by shenmeng · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
90
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shenmeng-odds-monitor-v3
Description
盘口变化监控助手 - 实时监控足球、篮球等体育赛事的亚盘、欧赔、大小球盘口变化。检测异常波动、大额注单信号、机构态度转变。支持多平台对比、历史趋势分析、自动预警通知。当用户需要监控盘口变化、追踪赔率走势、发现投注机会时使用。
Usage Guidance
This skill implements the advertised odds-monitoring features, but it embeds a hard-coded SkillPay API key in payment.py and has inconsistent environment/metadata declarations. Risks: (1) the embedded billing key is sensitive — if valid it can be abused or leaked; (2) the skill will call an external billing endpoint and attempt to charge users automatically, which is not fully documented in SKILL.md; (3) registry metadata and files disagree about which env vars are required. Before installing or running: - Do NOT run this on any machine with sensitive credentials or on production agents until the author fixes the issues. - Ask the author to remove the hard-coded BILLING_API_KEY from source and require SKILLPAY_API_KEY be provided via environment/config; verify they rotate the exposed key if it has been published. - Request clear documentation on how SKILLPAY_USER_ID is supplied and whether billing calls occur automatically on each invocation. - Consider running the skill in an isolated environment (sandbox/container) and monitor outbound network calls to skillpay.me and api.the-odds-api.com. - If you do not trust the billing provider or the author, do not install — you could be charged unexpectedly or expose the embedded key. If you want, I can: (a) point to the exact lines containing the embedded key and the billing calls, (b) suggest a minimal patch to require SKILLPAY_API_KEY from env, or (c) produce instructions to run the code in a network-restricted sandbox for audit.
Capability Analysis
Type: OpenClaw Skill Name: shenmeng-odds-monitor-v3 Version: 1.0.0 The skill bundle implements a sports betting odds monitor but includes a non-standard monetization layer in 'payment.py' that integrates with an external service (skillpay.me). This file contains a hardcoded secret API key (sk_f03aa8...) and logic to automatically deduct funds from a user's account based on the 'SKILLPAY_USER_ID' environment variable. While the payment requirement is documented in 'SKILL.md', the presence of hardcoded credentials and automated financial transaction logic represents a significant security risk and atypical behavior for a skill bundle.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The code implements an odds-monitor/analytics tool that legitimately uses an odds API and can send notifications — that aligns with the description. However metadata and code disagree about credentials: _meta.json claims SkillPay uses SKILLPAY_API_KEY/SKILLPAY_USER_ID, SKILL.md advertises pay-per-call, the repository metadata lists no required env vars, yet payment.py hard-codes a billing API key in source. Embedding a provider API key in code is unnecessary for the stated purpose and is disproportionate.
Instruction Scope
SKILL.md describes monitoring, data sources, and a top-of-file billing notice, which is consistent with the payment integration. But the runtime code (payment.py) will contact skillpay.me and attempt to charge users automatically (verify_payment / charge_user). The SKILL.md does not document how user identity is provided to billing (payment.py reads SKILLPAY_USER_ID env but defaults to 'anonymous_user'), nor does it explain the hard-coded billing key. The instructions therefore omit an important and potentially impactful runtime behavior (automatic remote billing calls).
Install Mechanism
No installer or remote download is used; the skill is delivered as source files and a requirements.txt (aiohttp, requests). That is lower-risk than arbitrary downloads. No obfuscated installers or remote code pulls were observed.
Credentials
The code expects ODDS_API_KEY (Odds API) and may use SKILLPAY_USER_ID, which are appropriate. But the repository metadata/registry claimed no required env vars while _meta.json declares billing API envs — inconsistent. Critically, payment.py contains a hard-coded BILLING_API_KEY (cleartext secret) and uses it to authorize billing calls to skillpay.me. Hard-coding a provider API key in shipped code is disproportionate and exposes a secret that should be stored in environment/config, not in source.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. However it is allowed autonomous invocation (platform default). Combined with its ability to call the billing API and charge users, autonomous execution increases the blast radius: the skill can make network billing requests each time it runs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shenmeng-odds-monitor-v3
  3. After installation, invoke the skill by name or use /shenmeng-odds-monitor-v3
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Real-time sports odds monitoring tool. - Monitors Asian Handicap, European Odds, and Over/Under market changes across football, basketball, and more. - Detects abnormal fluctuations, large bet signals, and institutional attitude shifts. - Supports cross-platform comparison, historical trend analysis, and automatic alert notifications. - Usage examples and monitoring options provided for pre-match, in-play, and risk control scenarios. - Integrated with SkillPay for pay-per-use access (0.01 USDT per call).
Metadata
Slug shenmeng-odds-monitor-v3
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 90 downloads so far.

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

Run "/install shenmeng-odds-monitor-v3" 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