/install kl8-data
KL8 Lottery Data
Query and analyze China Happy 8 (快乐8/KL8) lottery historical draw data. Includes latest draw, specific issue lookup, recent draws listing, and number frequency analysis.
Quick Start
import kl8_data
# Get latest draw
kl8_data.get_latest()
# Query specific issue
kl8_data.get_issue("2026097")
# List recent 10 draws
kl8_data.list_recent(10)
# Analyze number frequency
kl8_data.analyze()
API
| Function | Description |
|---|---|
get_latest() |
Get the most recent draw result |
get_issue(issue) |
Query a specific issue number |
list_recent(count=10) |
List recent N draws |
analyze() |
Number frequency statistics (hot/cold numbers) |
Data
Hardcoded draw data from March–April 2026 (issues 2026069–2026097, 29 draws). Each draw has 20 numbers drawn from 1–80. To update with fresh data, edit KL8_DATA dict in kl8_data.py.
Source
kl8_data.py (98 lines) in this skill directory.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install kl8-data - After installation, invoke the skill by name or use
/kl8-data - Provide required inputs per the skill's parameter spec and get structured output
What is Kl8 Data?
Query China Happy 8 (KL8) lottery historical data — latest draw, specific issue, recent draws, and number frequency analysis. It is an AI Agent Skill for Claude Code / OpenClaw, with 13 downloads so far.
How do I install Kl8 Data?
Run "/install kl8-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Kl8 Data free?
Yes, Kl8 Data is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Kl8 Data support?
Kl8 Data is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Kl8 Data?
It is built and maintained by 534422530 (@534422530); the current version is v1.0.0.