← 返回 Skills 市场
534422530

Kl8 Data

作者 534422530 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
13
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install kl8-data
功能描述
Query China Happy 8 (KL8) lottery historical data — latest draw, specific issue, recent draws, and number frequency analysis.
使用说明 (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.

安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install kl8-data
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /kl8-data 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: China Happy 8 (KL8) lottery historical data query and analysis tool
元数据
Slug kl8-data
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Kl8 Data 是什么?

Query China Happy 8 (KL8) lottery historical data — latest draw, specific issue, recent draws, and number frequency analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 13 次。

如何安装 Kl8 Data?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install kl8-data」即可一键安装,无需额外配置。

Kl8 Data 是免费的吗?

是的,Kl8 Data 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Kl8 Data 支持哪些平台?

Kl8 Data 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Kl8 Data?

由 534422530(@534422530)开发并维护,当前版本 v1.0.0。

💬 留言讨论