← 返回 Skills 市场
308
总下载
2
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install rhythm-master
功能描述
This skill enables playing a rhythm game called "节奏大师" (Rhythm Master) similar to QQ Dance/DDR. Players press arrow keys and spacebar in time with falling no...
安全使用建议
This skill appears to be what it claims: a browser-based rhythm game you run locally or deploy as static pages. It's safe to open assets/rhythm-game.html locally or serve them via a simple static server. If you enable the optional online leaderboard, do NOT copy the FIREBASE_SETUP.md advice to set Realtime Database rules to public read/write in production — that leaves your database open to anyone (data deletion/spam/poisoning). Instead: (1) use proper Firebase security rules and authentication, (2) treat Firebase API keys as public client config (they are not secrets) but never open DB write access to everyone, (3) implement server-side validation / rate-limiting / reCAPTCHA for score submissions if you care about integrity, and (4) review data stored in the DB before sharing the project publicly. If you only want to play locally, you can ignore the Firebase steps entirely.
功能分析
Type: OpenClaw Skill
Name: rhythm-master
Version: 1.0.0
The rhythm-master skill bundle is a legitimate implementation of a web-based rhythm game. It includes a local version using browser LocalStorage and an optional online version requiring user-provided Firebase credentials for a leaderboard. Analysis of the HTML and JavaScript files (assets/rhythm-game.html and assets/rhythm-game-online.html) reveals no evidence of data exfiltration, malicious execution, or unauthorized access; the code only processes game-related statistics (scores, combos, and player names). The instructions in SKILL.md are consistent with the game's purpose and do not contain any prompt-injection attacks or malicious directives.
能力评估
Purpose & Capability
The name/description (a keyboard rhythm game) match the included assets (single-file HTML game), README, and SKILL.md. All files (game HTML, local leaderboard, docs about extending to online leaderboards) are coherent with a web-based game skill; nothing requests unrelated privileges or credentials.
Instruction Scope
Runtime instructions are limited to opening the provided HTML, optionally running a simple local server, and (optionally) configuring a Firebase realtime DB for an online leaderboard. That is within scope, but the provided FIREBASE_SETUP.md explicitly suggests changing rules to allow public read/write — an insecure configuration. The SKILL.md does not instruct reading system files, secrets, or unrelated env vars.
Install Mechanism
No install spec and no code files that execute on the agent are present; this is instruction-only. The online HTML references official Firebase SDK URLs (gstatic), which are standard for browser apps. No arbitrary downloads, installers, or extracted archives are required.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The optional online leaderboard requires a Firebase project config (public client-side config, not secret), which is expected for a client-side web integration. There are no unrelated secrets requested.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system privileges. It only provides static assets and docs; it does not modify other skills or system configuration. Autonomous invocation is allowed by default but is not combined with any privileged access here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rhythm-master - 安装完成后,直接呼叫该 Skill 的名称或使用
/rhythm-master触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
This skill enables playing a rhythm game called "节奏大师" (Rhythm Master) similar to QQ Dance/DDR. Players press arrow keys and spacebar in time with falling notes to score points. The game features multiple difficulty levels, combo system, judgment ratings (PERFECT/GREAT/GOOD/BAD/MISS), local leaderboard, and can be extended with online leaderboards. Use this skill when the user wants to play a rhythm game, test their reflexes, or have fun with a keyboard-based music game.
元数据
常见问题
rhythm-master 是什么?
This skill enables playing a rhythm game called "节奏大师" (Rhythm Master) similar to QQ Dance/DDR. Players press arrow keys and spacebar in time with falling no... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 308 次。
如何安装 rhythm-master?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rhythm-master」即可一键安装,无需额外配置。
rhythm-master 是免费的吗?
是的,rhythm-master 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
rhythm-master 支持哪些平台?
rhythm-master 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 rhythm-master?
由 dletter2(@dletter2)开发并维护,当前版本 v1.0.0。
推荐 Skills