← 返回 Skills 市场
bytesagain-lab

Lottery

作者 bytesagain-lab · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
289
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install lottery
功能描述
Generate lottery numbers and check results. Use when picking numbers for draws.
使用说明 (SKILL.md)

lottery

Generate lottery numbers and check results. Use when picking numbers for draws.

Commands

pick

scripts/script.sh pick \x3Ccount max>

powerball

scripts/script.sh powerball

mega

scripts/script.sh mega

check

scripts/script.sh check \x3Cnumbers winning>

history

scripts/script.sh history

stats

scripts/script.sh stats

Data Storage

Data stored in ~/.local/share/lottery/.


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to do what it says: generate numbers and read a local history file. It does not call the network or request secrets. A few practical notes before installing: (1) the script will create ~/.local/share/lottery; no sensitive files are read, but check that location if you care about stored picks. (2) The script depends on standard Unix tools (shuf, sort, tr, wc); ensure those are present. (3) There are minor bugs (e.g., the check command prints literal '$2' and '$3' instead of expanded values and the script never writes picks to picks.log), so expect imperfect behavior. (4) If you prefer, inspect the included scripts yourself before use; avoid installing scripts from unknown publishers if you have strong security requirements.
功能分析
Type: OpenClaw Skill Name: lottery Version: 3.0.0 The lottery skill bundle is a straightforward utility for generating and checking lottery numbers. The shell script (scripts/script.sh) uses standard system utilities like shuf and wc to perform its functions and stores data locally in the user's home directory as documented. No evidence of malicious intent, data exfiltration, or suspicious execution was found.
能力评估
Purpose & Capability
Name/description match the included files and commands. The script implements pick, powerball, mega, check, history, and stats which align with 'generate and check lottery numbers.'
Instruction Scope
SKILL.md only instructs running the bundled shell script. The script only reads/writes under $HOME/.local/share/lottery and prints generated numbers. It does not access external endpoints, other system credentials, or unrelated files.
Install Mechanism
No install spec; this is an instruction-only skill with one included script. Nothing is downloaded or extracted from external sources.
Credentials
The skill declares no required env vars or credentials (appropriate). Note: the script implicitly relies on common system utilities (shuf, sort, tr, mkdir, cat, wc). The registry metadata did not list these as required binaries, but they are standard on most Unix-like systems.
Persistence & Privilege
always is false and the skill does not request elevated privileges. It creates and uses its own data directory (~/.local/share/lottery) only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lottery
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lottery 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: Complete rewrite.
v2.0.2
update
v2.0.1
v2.5 retry: desc+homepage+source+security
v1.0.1
retry-fix-token
v2.0.0
Domain-specific upgrade
v1.0.0
Initial release
元数据
Slug lottery
版本 3.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

Lottery 是什么?

Generate lottery numbers and check results. Use when picking numbers for draws. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 289 次。

如何安装 Lottery?

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

Lottery 是免费的吗?

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

Lottery 支持哪些平台?

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

谁开发了 Lottery?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v3.0.0。

💬 留言讨论