← Back to Skills Marketplace
534422530

Kl8 Data

by 534422530 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
13
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install kl8-data
Description
Query China Happy 8 (KL8) lottery historical data — latest draw, specific issue, recent draws, and number frequency analysis.
README (SKILL.md)

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.

Usage Guidance
This appears safe to install from a security perspective. Treat it as a static historical-data utility, not a live lottery feed or prediction tool; users who need current KL8 results must verify and update the hardcoded data themselves.
Capability Assessment
Purpose & Capability
The artifacts match the stated purpose: SKILL.md documents KL8 historical draw lookup and frequency analysis, and kl8_data.py only contains hardcoded draw data plus print-based query and analysis functions.
Instruction Scope
Runtime instructions are limited to importing and calling the local Python module; there are no prompt-injection attempts, role changes, unsafe agent instructions, or broad system access requests.
Install Mechanism
The package declares only a Python binary requirement and no dependencies, installers, package-manager commands, or post-install hooks.
Credentials
Local Python execution is proportionate for a data-query helper. The data is static through issue 2026097 dated 04-17, so the advertised latest-draw behavior should not be treated as live without manual updates.
Persistence & Privilege
The Python code imports only collections.Counter and uses no network access, credential handling, file reads or writes, subprocess execution, background workers, or persistence mechanisms.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install kl8-data
  3. After installation, invoke the skill by name or use /kl8-data
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: China Happy 8 (KL8) lottery historical data query and analysis tool
Metadata
Slug kl8-data
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments