AI Agent Hub
Back to skills
Double Color Ball Results Lookup icon

Double Color Ball Results Lookup

Life Service Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @tiandaox/tiandao-welfare-lottery according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Looking up China Welfare Lottery Double Color Ball results can be tedious: data may be scattered, web scraping may require extra scripts or API keys, and manual frequency analysis for red and blue balls is easy to get wrong. This skill is intended for engineers who want to query the latest draw, review historical results, and generate frequency-based number references.

How It Works and Limits

The skill uses WebFetch / web_fetch to pull data directly from the official China Welfare Lottery source, with an issueCount parameter to control how many draws are returned, up to 30 when available. It branches by user intent:
- Latest draw: takes the first record and displays the issue, red balls, and blue ball, then estimates time to the next draw based on Beijing time and the Tuesday/Thursday/Sunday 21:15 schedule.
- History: formats the requested number of draws into a table and supports looking up a specific issue such as 2026040.
- Frequency reference: counts hot and cold numbers for red balls 1-33 and blue balls 1-16, then offers high-frequency, mixed hot/cold, and balanced reference schemes. Numbers are padded to two digits, and red balls are sorted ascending.

This is data lookup and statistical reference, not a prediction guarantee. Disclaimers must appear around any prediction output, and the actual returned draw count may be lower than 30.

Use Cases

  • Call the skill from a local automation script to fetch up to 30 recent Double Color Ball draws and validate issue, red-ball, and blue-ball fields.
  • Compile the latest 10 Double Color Ball results into a copy-ready table for an internal lottery data dashboard.
  • Run frequency analysis on 30 draws for red and blue balls, then generate hot, cold, and mixed reference schemes.
  • Look up a specific issue by number and display its red balls, blue ball, and basic draw details.

Best For

  • Data engineers who need to convert Double Color Ball website data into structured tables.
  • Content editors updating lottery information who must verify past draw results quickly.
  • Automation script authors who want frequency statistics on 30 draws and number-reference outputs.
  • Tool maintainers who need a specific issue's red and blue balls plus next-draw timing.