ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

lottery-checker

中国体育彩票查奖工具(大乐透批量查询)。检查用户提供的大乐透号码是否中奖,支持单注或多注批量查询,自动生成精美报表,显示各奖项中奖人数和金额。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sudaqinnishui/lottery-checker
Or

中国体育彩票查奖工具 - 大乐透批量版

查询最新开奖结果,检查大乐透号码是否中奖,生成精美报表。

支持的彩种

只支持 超级大乐透 (dlt)

号码格式

大乐透: 前区5个数字+后区2个数字

  • 格式: 03,15,22,28,33+05,12
  • 数字范围: 前区 01-35,后区 01-12
  • 分隔符: 逗号 , 和加号 +

使用方法

单注查询

python3 skills/lottery-checker/scripts/check_lottery.py '{"numbers":"03,15,22,28,33+05,12"}'

多注批量查询(推荐)

python3 skills/lottery-checker/scripts/check_lottery.py '{"numbers":["03,15,22,28,33+05,12","01,02,03,04,05+06,07","09,11,19,30,35+01,12"]}'

JSON格式输出

python3 skills/lottery-checker/scripts/check_lottery.py '{"numbers":["03,15,22,28,33+05,12"],"format":"json"}'

输出示例

UI报表格式

╔══════════════════════════════════════════════════════════════════════╗
║                    🎰 大乐透批量查奖报告                     ║
╠══════════════════════════════════════════════════════════════════════╣
║  📅 第 26018 期    2026-02-11                                      ║
╠══════════════════════════════════════════════════════════════════════╣
║  🎱 开奖号码:                                                        ║
║      前区:09 11 19 30 35                                           ║
║      后区:01 12                                                    ║
╠══════════════════════════════════════════════════════════════════════╣
║  📋 您的号码及中奖情况:                                              ║
║                                                                      ║
║  ┌──────┬────────────────────────────┬────────────┬────────┐  ║
║  │ 序号 │          号码              │  中奖等级  │  状态  │  ║
║  ├──────┼────────────────────────────┼────────────┼────────┤  ║
║  │   1  │    03,15,22,28,33+05,12    │     -      │   ❌   │  ║
║  │   2  │    01,02,03,04,05+06,07    │     -      │   ❌   │  ║
║  │   3  │    09,11,19,30,35+01,12    │   一等奖   │   🎉   │  ║
║  └──────┴────────────────────────────┴────────────┴────────┘  ║
║                                                                      ║
║  ✅ 中奖统计:共 1 注中奖                                            ║
║                                                                      ║
╠══════════════════════════════════════════════════════════════════════╣
║  📊 本期各奖项中奖情况:                                              ║
║                                                                      ║
║  ┌────────────┬──────────────┬──────────────────┐  ║
║  │   奖项     │   中奖注数   │    单注奖金      │  ║
║  ├────────────┼──────────────┼──────────────────┤  ║
║  │   一等奖   │     7        │   669.22万       │  ║
║  │ 一等奖(追加)│     6        │   535.38万       │  ║
║  │   二等奖   │     86       │   20.88万        │  ║
║  └────────────┴──────────────┴──────────────────┘  ║
║                                                                      ║
║  💵 奖池滚存:7.62亿                                                  ║
║  📈 本期销量:3.49亿                                                  ║
║                                                                      ║
╚══════════════════════════════════════════════════════════════════════╝

Metadata

Stars982
Views0
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sudaqinnishui-lottery-checker": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.