← 返回 Skills 市场
115
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install shenmeng-lottery-predictor
功能描述
中国体育彩票/福利彩票预测分析工具 - 支持排列三、排列五、大乐透、双色球、七星彩、足彩14场的历史数据分析、号码统计、遗漏值分析及智能推荐
安全使用建议
This skill contains working analysis code, but there are two red flags you should consider before installing or running it: (1) SKILL.md/README reference a CLI (lottery_cli.py) and several data files that are not included in the manifest — confirm the missing files or ask the author for the complete package; (2) payment.py contains a hardcoded SkillPay API key and performs network calls to api.skillpay.io. Hardcoded keys are sensitive and may indicate sloppy or unsafe handling of secrets (or a leaked developer key). Recommended actions: do not run this on a sensitive or production machine; inspect the code locally in a sandbox; remove or replace hardcoded credentials and switch to environment variables if you accept the payment integration; verify the skill source/author and request the missing CLI/data files or an explanation; consider running with network access disabled if you only need offline analysis. If you plan to use the payment feature, verify with the SkillPay service that the embedded key is legitimate and intended to be public (preferably it should not be).
功能分析
Type: OpenClaw Skill
Name: shenmeng-lottery-predictor
Version: 1.1.0
The skill bundle provides a comprehensive set of tools for lottery data analysis and prediction, including a 'model evolution' system that adjusts weights based on historical accuracy. While it includes a payment verification module (payment.py) with a hardcoded API key and external network requests to api.skillpay.io, these behaviors are consistent with the stated purpose of a commercialized skill. The code lacks any indicators of data exfiltration, unauthorized execution, or malicious prompt injection, and the lottery analysis logic is purely statistical.
能力评估
Purpose & Capability
The declared purpose (lottery analysis & recommendations) matches the included predictor and evolution code, but SKILL.md and README reference a command-line script lottery_cli.py and several data files that are not present in the file manifest — this is an incoherence. The presence of a payment integration (payment.py) is plausible for a paid skill, but the SKILL metadata declares no required credentials or env vars while payment.py contains a hardcoded API key instead of using a declared/expected credential mechanism.
Instruction Scope
Runtime instructions tell users/agents to run CLI scripts and to store/read config/history under data/, which aligns with the code. However SKILL.md references lottery_cli.py and multiple history files that are not in the manifest, creating a mismatch between instructions and available files. The code also performs outbound network calls (SkillPay API) although the SKILL.md does not explicitly describe or warn about contacting third-party payment endpoints.
Install Mechanism
There is no install spec (instruction-only), which reduces install-time risk. However the code depends on Python and the 'requests' library (used in payment.py) but no dependencies are declared; users may need to install requests manually. No external binary downloads or archive extraction are present.
Credentials
The skill declares no required env vars/credentials but payment.py embeds a long secret API key (SKILLPAY_API_KEY) in source. Hardcoded keys are a security/privacy risk and break the expected model of declaring credentials. The payment module makes outbound requests to api.skillpay.io; while this relates to a payment feature it is disproportionate to an otherwise offline analysis tool unless the skill is explicitly paid.
Persistence & Privilege
The skill stores configuration and history under its own data/ directory (evolution_config.json, prediction_history.json) which is consistent with its purpose. always:false and no OS restrictions mean it does not request elevated or persistent platform-wide privileges. It does write files to its local data directory, which is expected behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shenmeng-lottery-predictor - 安装完成后,直接呼叫该 Skill 的名称或使用
/shenmeng-lottery-predictor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Lottery Predictor v1.1.0
- Added an automatic evolution system (`lottery_evolution.py`) to optimize prediction model weights based on real results.
- Model now records prediction history and updates strategy parameters dynamically.
- Supports generating detailed evolution reports for performance tracking.
- New data files introduced: `data/evolution_config.json` and `data/prediction_history.json`.
v1.0.0
lottery-predictor v1.0.0
- 初始版本发布
- 支持中国主流彩票(排列三、排列五、大乐透、双色球、七星彩)历史数据分析及推荐
- 支持足彩14场的赔率、战绩与盘口分析
- 提供冷热号、遗漏值、和值走势等多种统计与分析功能
- 命令行与Python API两种使用方式
元数据
常见问题
Lottery Predictor 是什么?
中国体育彩票/福利彩票预测分析工具 - 支持排列三、排列五、大乐透、双色球、七星彩、足彩14场的历史数据分析、号码统计、遗漏值分析及智能推荐. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 Lottery Predictor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shenmeng-lottery-predictor」即可一键安装,无需额外配置。
Lottery Predictor 是免费的吗?
是的,Lottery Predictor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lottery Predictor 支持哪些平台?
Lottery Predictor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lottery Predictor?
由 shenmeng(@shenmeng)开发并维护,当前版本 v1.1.0。
推荐 Skills