fucai3d-latest

Query latest China Welfare Lottery 3D draw results and generate history-based entertainment number recommendations.

1|Updated Jun 20, 2026
One-click install
npx skills add https://github.com/riipandi/minis-skills --skill fucai3d-latest-riipandi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fucai3d-latest
Source: https://github.com/riipandi/minis-skills/tree/main/fucai3d-latest
Command: npx skills add https://github.com/riipandi/minis-skills --skill fucai3d-latest-riipandi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the manual effort of checking the latest China Welfare Lottery 3D draw results, keeping a local history file accurate through backfill and correction, and producing simple statistics-based number suggestions for entertainment. ## Core Features & Use Cases - Latest Draw Lookup: Searches Baidu for "Welfare 3D" and reads the official draw results card to extract period number, draw date, and winning numbers. - History Maintenance: Writes verified results into a local history.json file, backfills missing periods, and corrects erroneous records using per-period verification. - Entertainment Recommendations: Generates balanced, cold-number, and hot-number recommendation sets plus hot/cold digit frequency statistics over a recent window. - Use Case: A user asks "What was the latest Welfare Lottery 3D result?" and receives the period, date, numbers, an updated local history, and several toy recommendation sets with hot/cold analysis. ## Quick Start Ask the assistant to check the latest Welfare Lottery 3D draw result and update my history with entertainment recommendations.

Frequently Asked Questions about fucai3d-latest

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the latest Welfare Lottery 3D draw results?

Search Baidu for "Welfare 3D" and read the official draw results card at the top of the results page. Extract the period number, draw date, and three winning digits directly from that card.

How do I backfill missing Welfare Lottery 3D history records?

Use the period/date switcher above the draw numbers on the Baidu card to verify recent periods one by one, then run recommender.py update with each issue, date, and digits. Historical draw lists in the page body can also be parsed for batch backfill.

How are the lottery number recommendations generated?

The recommender script avoids recently appeared three-digit combinations, recent sum values, and adjacent digit pairs, then weights digits by hot or cold frequency over a 30-draw window. If constraints are too strict, it degrades to random fill.

Can these recommendations predict actual lottery winning numbers?

No. The suggestions are toy recommendations based only on simple exclusion rules and frequency statistics from local history. They have no actual prediction capability and are for entertainment reference only.

What data source is used if Baidu does not show draw numbers?

The workflow first tries clicking the top result and parsing historical draw lists in the page body. If that fails, it falls back to the China Welfare Lottery official site or other authoritative sources, clearly stating the data source.