← 返回 Skills 市场
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blind-box - 安装完成后,直接呼叫该 Skill 的名称或使用
/blind-box触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。
如何安装 Blind Box?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blind-box」即可一键安装,无需额外配置。
Blind Box 是免费的吗?
是的,Blind Box 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Blind Box 支持哪些平台?
Blind Box 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Blind Box?
由 jiajiaoy(@jiajiaoy)开发并维护,当前版本 v1.0.0。
推荐 Skills