{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lottery-checker",
    "name": "体彩兑奖",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/sudaqinnishui/lottery-checker",
    "canonicalUrl": "https://clawhub.ai/sudaqinnishui/lottery-checker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lottery-checker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lottery-checker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/check_lottery.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/lottery-checker"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/lottery-checker",
    "agentPageUrl": "https://openagent3.xyz/skills/lottery-checker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lottery-checker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lottery-checker/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "中国体育彩票查奖工具 - 大乐透批量版",
        "body": "查询最新开奖结果，检查大乐透号码是否中奖，生成精美报表。"
      },
      {
        "title": "支持的彩种",
        "body": "只支持 超级大乐透 (dlt)"
      },
      {
        "title": "号码格式",
        "body": "大乐透: 前区5个数字+后区2个数字\n\n格式: 03,15,22,28,33+05,12\n数字范围: 前区 01-35，后区 01-12\n分隔符: 逗号 , 和加号 +"
      },
      {
        "title": "单注查询",
        "body": "python3 skills/lottery-checker/scripts/check_lottery.py '{\"numbers\":\"03,15,22,28,33+05,12\"}'"
      },
      {
        "title": "多注批量查询（推荐）",
        "body": "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\"]}'"
      },
      {
        "title": "JSON格式输出",
        "body": "python3 skills/lottery-checker/scripts/check_lottery.py '{\"numbers\":[\"03,15,22,28,33+05,12\"],\"format\":\"json\"}'"
      },
      {
        "title": "UI报表格式",
        "body": "╔══════════════════════════════════════════════════════════════════════╗\n║                    🎰 大乐透批量查奖报告                     ║\n╠══════════════════════════════════════════════════════════════════════╣\n║  📅 第 26018 期    2026-02-11                                      ║\n╠══════════════════════════════════════════════════════════════════════╣\n║  🎱 开奖号码：                                                        ║\n║      前区：09 11 19 30 35                                           ║\n║      后区：01 12                                                    ║\n╠══════════════════════════════════════════════════════════════════════╣\n║  📋 您的号码及中奖情况：                                              ║\n║                                                                      ║\n║  ┌──────┬────────────────────────────┬────────────┬────────┐  ║\n║  │ 序号 │          号码              │  中奖等级  │  状态  │  ║\n║  ├──────┼────────────────────────────┼────────────┼────────┤  ║\n║  │   1  │    03,15,22,28,33+05,12    │     -      │   ❌   │  ║\n║  │   2  │    01,02,03,04,05+06,07    │     -      │   ❌   │  ║\n║  │   3  │    09,11,19,30,35+01,12    │   一等奖   │   🎉   │  ║\n║  └──────┴────────────────────────────┴────────────┴────────┘  ║\n║                                                                      ║\n║  ✅ 中奖统计：共 1 注中奖                                            ║\n║                                                                      ║\n╠══════════════════════════════════════════════════════════════════════╣\n║  📊 本期各奖项中奖情况：                                              ║\n║                                                                      ║\n║  ┌────────────┬──────────────┬──────────────────┐  ║\n║  │   奖项     │   中奖注数   │    单注奖金      │  ║\n║  ├────────────┼──────────────┼──────────────────┤  ║\n║  │   一等奖   │     7        │   669.22万       │  ║\n║  │ 一等奖(追加)│     6        │   535.38万       │  ║\n║  │   二等奖   │     86       │   20.88万        │  ║\n║  └────────────┴──────────────┴──────────────────┘  ║\n║                                                                      ║\n║  💵 奖池滚存：7.62亿                                                  ║\n║  📈 本期销量：3.49亿                                                  ║\n║                                                                      ║\n╚══════════════════════════════════════════════════════════════════════╝\n\n💡 提示：数据来自中国体彩中心官方API，仅供参考\n📌 实际奖金以当地体彩中心兑奖为准"
      },
      {
        "title": "报表内容",
        "body": "期号信息 - 显示最新期号和开奖日期\n开奖号码 - 清晰展示前区和后区号码\n批量对比 - 表格形式展示所有号码及中奖状态\n中奖统计 - 汇总中奖注数\n奖项详情 - 各奖项中奖注数和单注奖金\n奖池信息 - 显示奖池滚存和本期销量"
      },
      {
        "title": "中奖规则（大乐透）",
        "body": "奖项前区匹配后区匹配奖金一等奖5个2个浮动（约500万-1000万）二等奖5个1个浮动（约10万-30万）三等奖5个0个10,000元四等奖4个2个3,000元五等奖4个1个300元六等奖3个2个200元七等奖4个0个100元八等奖3个+1个 或 2个+2个15元九等奖3个+0个 或 2个+1个 或 1个+2个 或 0个+2个5元"
      },
      {
        "title": "数据来源",
        "body": "中国体育彩票管理中心官方API\n实时更新，与官方同步"
      },
      {
        "title": "注意事项",
        "body": "号码格式需严格匹配示例格式\n支持同时查询多注号码（推荐批量查询）\n查询结果仅供参考，实际奖金以当地体彩中心公告为准\n如需兑奖，请前往当地体彩销售点或体彩中心"
      }
    ],
    "body": "中国体育彩票查奖工具 - 大乐透批量版\n\n查询最新开奖结果，检查大乐透号码是否中奖，生成精美报表。\n\n支持的彩种\n\n只支持 超级大乐透 (dlt)\n\n号码格式\n\n大乐透: 前区5个数字+后区2个数字\n\n格式: 03,15,22,28,33+05,12\n数字范围: 前区 01-35，后区 01-12\n分隔符: 逗号 , 和加号 +\n使用方法\n单注查询\npython3 skills/lottery-checker/scripts/check_lottery.py '{\"numbers\":\"03,15,22,28,33+05,12\"}'\n\n多注批量查询（推荐）\npython3 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\"]}'\n\nJSON格式输出\npython3 skills/lottery-checker/scripts/check_lottery.py '{\"numbers\":[\"03,15,22,28,33+05,12\"],\"format\":\"json\"}'\n\n输出示例\nUI报表格式\n╔══════════════════════════════════════════════════════════════════════╗\n║                    🎰 大乐透批量查奖报告                     ║\n╠══════════════════════════════════════════════════════════════════════╣\n║  📅 第 26018 期    2026-02-11                                      ║\n╠══════════════════════════════════════════════════════════════════════╣\n║  🎱 开奖号码：                                                        ║\n║      前区：09 11 19 30 35                                           ║\n║      后区：01 12                                                    ║\n╠══════════════════════════════════════════════════════════════════════╣\n║  📋 您的号码及中奖情况：                                              ║\n║                                                                      ║\n║  ┌──────┬────────────────────────────┬────────────┬────────┐  ║\n║  │ 序号 │          号码              │  中奖等级  │  状态  │  ║\n║  ├──────┼────────────────────────────┼────────────┼────────┤  ║\n║  │   1  │    03,15,22,28,33+05,12    │     -      │   ❌   │  ║\n║  │   2  │    01,02,03,04,05+06,07    │     -      │   ❌   │  ║\n║  │   3  │    09,11,19,30,35+01,12    │   一等奖   │   🎉   │  ║\n║  └──────┴────────────────────────────┴────────────┴────────┘  ║\n║                                                                      ║\n║  ✅ 中奖统计：共 1 注中奖                                            ║\n║                                                                      ║\n╠══════════════════════════════════════════════════════════════════════╣\n║  📊 本期各奖项中奖情况：                                              ║\n║                                                                      ║\n║  ┌────────────┬──────────────┬──────────────────┐  ║\n║  │   奖项     │   中奖注数   │    单注奖金      │  ║\n║  ├────────────┼──────────────┼──────────────────┤  ║\n║  │   一等奖   │     7        │   669.22万       │  ║\n║  │ 一等奖(追加)│     6        │   535.38万       │  ║\n║  │   二等奖   │     86       │   20.88万        │  ║\n║  └────────────┴──────────────┴──────────────────┘  ║\n║                                                                      ║\n║  💵 奖池滚存：7.62亿                                                  ║\n║  📈 本期销量：3.49亿                                                  ║\n║                                                                      ║\n╚══════════════════════════════════════════════════════════════════════╝\n\n💡 提示：数据来自中国体彩中心官方API，仅供参考\n📌 实际奖金以当地体彩中心兑奖为准\n\n报表内容\n期号信息 - 显示最新期号和开奖日期\n开奖号码 - 清晰展示前区和后区号码\n批量对比 - 表格形式展示所有号码及中奖状态\n中奖统计 - 汇总中奖注数\n奖项详情 - 各奖项中奖注数和单注奖金\n奖池信息 - 显示奖池滚存和本期销量\n中奖规则（大乐透）\n奖项\t前区匹配\t后区匹配\t奖金\n一等奖\t5个\t2个\t浮动（约500万-1000万）\n二等奖\t5个\t1个\t浮动（约10万-30万）\n三等奖\t5个\t0个\t10,000元\n四等奖\t4个\t2个\t3,000元\n五等奖\t4个\t1个\t300元\n六等奖\t3个\t2个\t200元\n七等奖\t4个\t0个\t100元\n八等奖\t3个+1个 或 2个+2个\t\t15元\n九等奖\t3个+0个 或 2个+1个 或 1个+2个 或 0个+2个\t\t5元\n数据来源\n中国体育彩票管理中心官方API\n实时更新，与官方同步\n注意事项\n号码格式需严格匹配示例格式\n支持同时查询多注号码（推荐批量查询）\n查询结果仅供参考，实际奖金以当地体彩中心公告为准\n如需兑奖，请前往当地体彩销售点或体彩中心"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sudaqinnishui/lottery-checker",
    "publisherUrl": "https://clawhub.ai/sudaqinnishui/lottery-checker",
    "owner": "sudaqinnishui",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lottery-checker",
    "downloadUrl": "https://openagent3.xyz/downloads/lottery-checker",
    "agentUrl": "https://openagent3.xyz/skills/lottery-checker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lottery-checker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lottery-checker/agent.md"
  }
}