📦 Bot Arcade — 游戏娱乐引擎

v1.0.0

将任意 AI 代理秒变街机:提供表情老虎机、答题竞猜、文字接龙、谜语、骰子、幸运掉落等数十种小游戏,支持一键开局、积分排行与奖励系统,零配置即可为聊天室注入持续互动乐趣。

0· 323·1 当前·1 累计
jcools1977 头像by @jcools1977 (John DeVere Cooley)
下载技能包
最后更新
2026/3/1
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
NULL
评估建议
This skill appears to be what it claims: a local, text-only game engine that uses a Python script to store player data and leaderboards under ~/.arcade (or ARCADE_DATA_DIR if set). Before installing, consider: 1) Data persistence — the skill will create/read JSON files under your home directory (default ~/.arcade); if you want data elsewhere set ARCADE_DATA_DIR or inspect/clear that folder. 2) Auto-activation — SKILL.md tells the agent to activate on many conversational cues (boredom, group bant...
详细分析 ▾
用途与能力
Name/description (Bot Arcade) match the included artifacts: a game design SKILL.md, documentation, and a Python script that manages persistent state and leaderboards. Requiring python3 and a local data directory is proportional to a zero-dependency, text-based arcade engine.
指令范围
SKILL.md instructs the agent to activate on many conversational cues (explicit game requests, 'boredom' cues, group banter) which gives the agent broad discretion to autonomously start games; it also mandates use of scripts/arcade_engine.py for all state operations. The instructions do not ask the agent to read unrelated credentials or system files, but the activation rules are generous and could cause unsolicited behavior in group chats.
安装机制
No install spec is supplied (instruction-only), and the provided Python script uses only the stdlib. No downloads, external packages, or archive extraction are performed by the skill itself — low install risk.
凭证需求
The skill declares no required environment variables or credentials. The engine optionally respects ARCADE_DATA_DIR to override the default data folder; otherwise it stores state under ~/.arcade. That local filesystem access is appropriate for persistent game state.
持久化与权限
The script creates and manages persistent files under a data directory (default ~/.arcade or ARCADE_DATA_DIR). The skill is not marked always:true and does not modify other skills or global agent configs, but it does keep long-lived player data (coins, streaks, achievements) which an operator should know will be stored on disk.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/1

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install opendawg
镜像加速npx clawhub@latest install opendawg --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库