← Back to Skills Marketplace
yoavrez

RockPaperSc

by Yoav · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
932
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install rps12345
Description
Play a text-based game of rock–paper–scissors against the user and keep score.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rps12345
  3. After installation, invoke the skill by name or use /rps12345
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
It's a new one
Metadata
Slug rps12345
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is RockPaperSc?

Play a text-based game of rock–paper–scissors against the user and keep score. It is an AI Agent Skill for Claude Code / OpenClaw, with 932 downloads so far.

How do I install RockPaperSc?

Run "/install rps12345" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is RockPaperSc free?

Yes, RockPaperSc is completely free (open-source). You can download, install and use it at no cost.

Which platforms does RockPaperSc support?

RockPaperSc is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created RockPaperSc?

It is built and maintained by Yoav (@yoavrez); the current version is v1.0.0.

💬 Comments