Overview
- Skill Key
- chenchaoqun/ssq-lottery
- Author
- chenchaoqun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chenchaoqun/ssq-lottery
- Latest Commit SHA
- d8bac0d598c964f2d1466b688e594fac24d4352a
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Ssq Lottery 技能。 若已安装,则直接安装 Ssq Lottery 技能。
# 双色球开奖查询技能 (多数据源版) 从中国福彩网获取官方双色球开奖数据,支持多个数据源自动切换,提供开奖结果查询和中奖规则说明。 ## 何时使用 ✅ **使用此技能:** - "查询最新双色球开奖结果" - "双色球 2026025 期中奖号码" - "帮我看看这期双色球开了什么" - "双色球中奖规则是什么" - 彩票对奖、号码核对 ❌ **不使用此技能:** - 其他彩种查询(大乐透、福彩 3D 等) - 彩票预测、选号建议 - 历史数据统计分析 - 海外彩票查询 ## 快速开始 ### 方式一:使用 web_fetch 获取(推荐) ```bash # 数据源 1: 中国福彩网(官方,优先) web_fetch --url "http://kaijiang.zhcw.com/zhcw/html/ssq/list.html" --maxChars 8000 # 数据源 2: 福彩网手机版(备用) web_fetch --url "http://m.zhcw.com/ssq/" --maxChars 8000 # 数据源 3: 500 彩票网(第三方,备用) web_fetch --url "https://www.500.com/ssq/" --maxChars 8000 ``` ### 方式二:使用 Python 脚本(自动多源切换) ```bash # 查询最新一期(自动尝试多个数据源) python scripts/ssq_lottery.py # 查询指定期号 python scripts/ssq_lottery.py 2026025 ``` ### 方式三:访问官方网站 | 渠道 | 网址 | 优先级 | |------|------|--------| | 中国福彩网 | http://www.zhcw.com | ⭐⭐⭐ 官方 | | 开奖公告 | http://kaijiang.zhcw.com/zhcw/html/ssq/list.html | ⭐⭐⭐ 官方 | | 福彩网手机版 | http://m.zhcw.com/ssq/ | ⭐⭐ 官方备用 | | 500 彩票网 | https://www.500.com/ssq/ | ⭐ 第三方 | | 新浪彩票 | https://lottery.sina.com.cn/ssq/ | ⭐ 第三方 | ## 数据源策略 ### 优先级顺序 ``` 1. http://kaijiang.zhcw.com/zhcw/html/ssq/list.html (中国福彩网 - 官方) ↓ 失败 2. http://m.zhcw.com/ssq/ (福彩网手机版 - 官方备用) ↓ 失败 3. https://www.500.com/ssq/ (500 彩票网 - 第三方) ↓ 失败 4. https://lottery.sina.com.cn/ssq/ (新浪彩票 - 第三方) ``` ### 自动切换逻辑 1. **首选官方渠道**:中国福彩网 (zhcw.com) 2. **官方渠道失败**:尝试手机版 (m.zhcw.com) 3. **官方全部失败**:使用第三方数据源 4. **数据校验**:交叉验证多个数据源确保准确性 ## 双色球规则 ### 基本玩法 | 类型 | 选择范围 | 数量 | |------|---------|------| | 红球 | 1-33 | 6 个 | | 蓝球 | 1-16 | 1 个 | ### 中奖规则 | 奖级 | 中奖条...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.