← 返回 Skills 市场
932
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install rps12345
功能描述
Play a text-based game of rock–paper–scissors against the user and keep score.
安全使用建议
This skill is otherwise coherent and low-risk because it's instruction-only and asks for no credentials. However, the always:true flag is excessive for a simple game: ask the publisher why the skill must be forced into every agent run and request that it be removed unless there's a clear reason. Before installing, ensure your platform enforces skill runtime restrictions (the skill's file explicitly forbids external tools and network/file access — verify the platform actually enforces that). If you don't trust the unknown owner or don't want a skill present in all agent sessions, decline or ask for a version without always:true (user-invocable only). If the platform allows you to inspect or sandbox skills, prefer installing only when that sandboxing is in place.
功能分析
Type: OpenClaw Skill
Name: rps12345
Version: 1.0.0
The skill bundle defines a rock-paper-scissors game. The `skill.md` instructions explicitly forbid the AI agent from using any external tools, network requests, or file I/O (e.g., `bash`, `system.run`, `browser`, HTTP requests, or file I/O). This strong restriction prevents data exfiltration, command execution, or other malicious activities, and the instructions are entirely focused on the conversational game logic, indicating benign intent.
能力评估
Purpose & Capability
The name/description (text-based RPS game) matches the implementation: instruction-only, no binaries, no env vars, no installs. Nothing requested appears unrelated to the stated purpose.
Instruction Scope
SKILL.md is narrowly scoped: it explicitly forbids external tool use, file I/O, and network calls, keeps all activity in-chat, and specifies clear game flow and inputs. The only minor ambiguity is 'choose in an unpredictable way' (no RNG source specified), but that is operational, not a security problem.
Install Mechanism
No install spec or code files — lowest-risk form (instruction-only). Nothing is written to disk or fetched at install time.
Credentials
The skill requests no environment variables, credentials, or config paths — appropriate for a conversational game.
Persistence & Privilege
The skill sets always:true without justification. That forces the skill to be present in every agent run, increasing its blast radius even though the skill needs no persistent privileges. A simple game does not need forced inclusion; this is unnecessary and raises risk if platform enforcement of the SKILL.md constraints is imperfect.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rps12345 - 安装完成后,直接呼叫该 Skill 的名称或使用
/rps12345触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
It's a new one
元数据
常见问题
RockPaperSc 是什么?
Play a text-based game of rock–paper–scissors against the user and keep score. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 932 次。
如何安装 RockPaperSc?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rps12345」即可一键安装,无需额外配置。
RockPaperSc 是免费的吗?
是的,RockPaperSc 完全免费(开源免费),可自由下载、安装和使用。
RockPaperSc 支持哪些平台?
RockPaperSc 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RockPaperSc?
由 Yoav(@yoavrez)开发并维护,当前版本 v1.0.0。
推荐 Skills