← Back to Skills Marketplace
xueyetianya

Bingo

by bytesagain4 · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ✓ Security Clean
252
Downloads
0
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install bingo
Description
Generate and play bingo cards with number calling and verification. Use when running bingo games.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bingo
  3. After installation, invoke the skill by name or use /bingo
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug bingo
Version 3.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 6
Frequently Asked Questions

What is Bingo?

Generate and play bingo cards with number calling and verification. Use when running bingo games. It is an AI Agent Skill for Claude Code / OpenClaw, with 252 downloads so far.

How do I install Bingo?

Run "/install bingo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bingo free?

Yes, Bingo is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bingo support?

Bingo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bingo?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v3.0.0.

💬 Comments