← Back to Skills Marketplace
jiajiaoy

Blind Box

by jiajiaoy · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
42
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install blind-box
Description
Virtual blind box gacha skill — pull random collectible figures with rarity tiers (Common to Limited), 5 themed series, 10-pull mode, daily free pull, and sh...
README (SKILL.md)

Blind Box

Pull virtual blind boxes with a full rarity system — from Common to ultra-rare Limited editions. Five themed series, 10-pull mode, daily free pull, and beautiful shareable reveal cards.

Series

Series Theme Figures
🐱 猫咪日常 Daily Cat 12 figures
🚀 宇宙探险 Space Explorer 10 figures
🍜 美食精灵 Food Spirit 10 figures
🌸 四季精灵 Season Spirit 8 figures
⚔️ 古风仙侠 Wuxia 12 figures

Rarity

Rarity Rate
⚪ 普通款 Common 55%
🔵 稀有款 Rare ★ 25%
🟡 超稀有 Super Rare ★★ 12%
🟠 史诗款 Epic ★★★ 6%
🟣 隐藏款 Hidden ✦ 1.5%
🔴 限定款 Limited ✦✦ 0.5%

Commands

# Single pull (random series)
node scripts/pull.js

# Choose a series
node scripts/pull.js --series cat
node scripts/pull.js --series space
node scripts/pull.js --series food
node scripts/pull.js --series spirit
node scripts/pull.js --series wuxia

# 10-pull
node scripts/pull.js --series cat --count 10

# Daily free pull (slightly better rates)
node scripts/daily.js

# Browse all series
node scripts/series.js

# English output
node scripts/pull.js --lang en
node scripts/daily.js --lang en
Usage Guidance
This skill appears internally coherent and low-risk: it implements a purely local terminal gacha generator, asks for no secrets, and performs no network or file exfiltration. Before installing or running: (1) if you will execute the scripts locally, review the code (it's short and readable) to verify you are comfortable running node scripts; (2) note the skill prints prescriptive output templates and instructs the agent to follow them exactly — that's intentional for consistent output but is a form of prompt-prescriptive behavior; (3) if you need provenance/trust, verify the publisher/homepage or prefer skills from known authors. If you don't plan to run arbitrary code on a sensitive machine, this is safe to use.
Capability Analysis
Type: OpenClaw Skill Name: blind-box Version: 1.0.0 The skill is a virtual gacha game that uses local Node.js scripts to calculate random results and generate themed prompts for the AI agent. It contains no network calls, file system access, or sensitive data retrieval. The logic is transparent, using a simple pseudo-random generator (LCG) to determine item rarity, and the instructions to the AI are strictly limited to formatting the game's output (scripts/pull.js, scripts/daily.js).
Capability Assessment
Purpose & Capability
Name/description match the included code and documentation. The files implement a local, terminal-based gacha experience (series listing, single/10-pull, daily pull). No unrelated binaries, env vars, or cloud credentials are requested.
Instruction Scope
SKILL.md and the scripts give explicit presentation rules and pseudo-random algorithms for generating pulls; the skill instructs the agent to 'generate the blind box pull experience now'. This is consistent with the skill's purpose. Note: the code and SKILL.md include literal, tightly prescriptive output formats (and console messages like 'Follow these instructions EXACTLY') — this is expected for a content-generation skill but could be considered prompt-prescriptive behavior rather than arbitrary instructions to access system resources.
Install Mechanism
No install spec is present (instruction-only deployment). No downloads, package installs, or archive extraction are requested. Risk from install mechanism is minimal.
Credentials
No environment variables, credentials, or config paths are required. The scripts use only local date/time and process arguments; no secrets or external service tokens are requested.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system-wide privileges. It does not attempt to modify other skills or agent configurations. Autonomous invocation is allowed (platform default) and is appropriate for this interactive content skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install blind-box
  3. After installation, invoke the skill by name or use /blind-box
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of blind-box virtual gacha skill. - Pull random collectible figures across 5 themed series, each with unique figures. - Rarity tiers range from Common to ultra-rare Limited editions. - Supports 10-pull mode for bulk draws. - Includes a daily free pull with improved rates. - Generates beautiful, shareable reveal cards for your pulls.
Metadata
Slug blind-box
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Blind Box?

Virtual blind box gacha skill — pull random collectible figures with rarity tiers (Common to Limited), 5 themed series, 10-pull mode, daily free pull, and sh... It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install Blind Box?

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

Is Blind Box free?

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

Which platforms does Blind Box support?

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

Who created Blind Box?

It is built and maintained by jiajiaoy (@jiajiaoy); the current version is v1.0.0.

💬 Comments