← 返回 Skills 市场
xueyetianya

Bingo

作者 bytesagain4 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ 安全检测通过
252
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install bingo
功能描述
Generate and play bingo cards with number calling and verification. Use when running bingo games.
使用说明 (SKILL.md)

bingo

Generate and play bingo cards with number calling and verification. Use when running bingo games.

Commands

card

scripts/script.sh card

call

scripts/script.sh call

new-game

scripts/script.sh new-game

history

scripts/script.sh history

check

scripts/script.sh check \x3Cnumbers>

stats

scripts/script.sh stats

Data Storage

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


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

安全使用建议
This skill appears to do exactly what it says: local bingo card generation, number calling, and simple state saved at ~/.local/share/bingo/calls.txt. Before installing consider: 1) The included script uses the shuf utility (and other core Unix tools); ensure your environment has these binaries or the commands may fail. 2) The 'new-game' command truncates calls.txt (it will erase previous call history). 3) There is a small bug in the script's check command (it looks for arguments in $2 instead of $1), which may cause the check command to fail — harmless but annoying. 4) The package source is 'unknown' in the metadata; if you want stronger assurance, verify the homepage/author or inspect the script file yourself (it's short and readable). If those points are acceptable, the skill is coherent and contains no obvious malicious behavior.
功能分析
Type: OpenClaw Skill Name: bingo Version: 3.0.0 The bingo skill bundle provides standard functionality for generating bingo cards and tracking called numbers. The shell script (scripts/script.sh) uses local storage and standard utilities like shuf and wc without any network access, sensitive data retrieval, or suspicious execution patterns. While the script contains a large block of empty comments and a minor logic bug in the 'check' command's output, there is no evidence of malicious intent or security vulnerabilities.
能力评估
Purpose & Capability
Name/description match the provided script functionality. Minor mismatch: the registry metadata lists no required binaries, but the script uses standard Unix utilities (shuf, mkdir, cat, wc, printf). These are common but should be declared so the agent environment is known to support them.
Instruction Scope
SKILL.md directs the agent to run the included scripts/script.sh commands. The script's actions are limited to local number generation and reading/writing calls to ~/.local/share/bingo/calls.txt; it does not reference external endpoints, unrelated files, or additional environment variables.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or installed. A script file is included and executed by the commands; its contents are small and readable, and it doesn't perform downloads or extraction.
Credentials
No credentials or env vars are requested. The script writes and reads game state at $HOME/.local/share/bingo/calls.txt and creates the directory if missing — this is appropriate for a local game tool but users should be aware of that file location. Also depends on utilities like shuf which may not be present on all systems (not declared).
Persistence & Privilege
Skill is not always-enabled and does not request elevated privileges. It only writes its own data file under the user's home directory and does not modify other skills or global agent config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bingo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bingo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
v3.0.0: Complete rewrite with real functionality.
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 bingo
版本 3.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

Bingo 是什么?

Generate and play bingo cards with number calling and verification. Use when running bingo games. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 252 次。

如何安装 Bingo?

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

Bingo 是免费的吗?

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

Bingo 支持哪些平台?

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

谁开发了 Bingo?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v3.0.0。

💬 留言讨论