Blind Box

v1.0.0

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...

0· 29·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jiajiaoy/blind-box.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Blind Box" (jiajiaoy/blind-box) from ClawHub.
Skill page: https://clawhub.ai/jiajiaoy/blind-box
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install blind-box

ClawHub CLI

Package manager switcher

npx clawhub@latest install blind-box
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e49c5swrtz0y962fddhjnkd85px7a
29downloads
0stars
1versions
Updated 5h ago
v1.0.0
MIT-0

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

SeriesThemeFigures
🐱 猫咪日常Daily Cat12 figures
🚀 宇宙探险Space Explorer10 figures
🍜 美食精灵Food Spirit10 figures
🌸 四季精灵Season Spirit8 figures
⚔️ 古风仙侠Wuxia12 figures

Rarity

RarityRate
⚪ 普通款 Common55%
🔵 稀有款 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

Comments

Loading comments...