← 返回 Skills 市场
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shenmeng-odds-monitor-2025
功能描述
盘口变化监控助手 - 实时监控足球、篮球等体育赛事的亚盘、欧赔、大小球盘口变化。检测异常波动、大额注单信号、机构态度转变。支持多平台对比、历史趋势分析、自动预警通知。当用户需要监控盘口变化、追踪赔率走势、发现投注机会时使用。
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shenmeng-odds-monitor-2025 - 安装完成后,直接呼叫该 Skill 的名称或使用
/shenmeng-odds-monitor-2025触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
常见问题
Odds Movement Monitor 盘口监控 是什么?
盘口变化监控助手 - 实时监控足球、篮球等体育赛事的亚盘、欧赔、大小球盘口变化。检测异常波动、大额注单信号、机构态度转变。支持多平台对比、历史趋势分析、自动预警通知。当用户需要监控盘口变化、追踪赔率走势、发现投注机会时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。
如何安装 Odds Movement Monitor 盘口监控?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shenmeng-odds-monitor-2025」即可一键安装,无需额外配置。
Odds Movement Monitor 盘口监控 是免费的吗?
是的,Odds Movement Monitor 盘口监控 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Odds Movement Monitor 盘口监控 支持哪些平台?
Odds Movement Monitor 盘口监控 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Odds Movement Monitor 盘口监控?
由 shenmeng(@shenmeng)开发并维护,当前版本 v1.0.0。
推荐 Skills