← Back to Skills Marketplace
akhmittra

Rock Paper Scissors Lizard Spock Game

by AM · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
127
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install rpsls-game
Description
Play the classic Rock Paper Scissors Lizard Spock game (popularized by The Big Bang Theory) with an AI opponent. Includes both decorated terminal and interac...
Usage Guidance
This skill appears to be what it claims: a local Python game that may generate rpsls_terminal.py (and optional HTML) and will save stats to ~/.rpsls_stats.json. Before running: (1) review any generated Python/HTML files to confirm their contents; (2) install the 'rich' Python package from a trusted environment or virtualenv (the SKILL.md suggests pip with --break-system-packages — prefer using a venv or pip user install to avoid altering system packages); (3) be aware the skill writes a small JSON stats file to your home directory; if you prefer isolation, run the generated game inside a container or VM. No credentials or network access are requested by the skill.
Capability Analysis
Type: OpenClaw Skill Name: rpsls-game Version: 1.0.0 The skill bundle provides a legitimate implementation of a Rock Paper Scissors Lizard Spock game with both terminal (Python/Rich) and GUI (HTML/JS) modes. The code logic is transparent, well-documented, and lacks any indicators of data exfiltration, malicious execution, or unauthorized access; it only interacts with a local statistics file (~/.rpsls_stats.json) to track game progress as described in SKILL.md and README.md.
Capability Assessment
Purpose & Capability
Name/description match the requested resources and behavior: python3 and the 'rich' package are appropriate for a decorated terminal Python game; the skill also offers an HTML artifact (GUI) which requires no extra credentials. No unrelated services, binaries, or secrets are requested.
Instruction Scope
SKILL.md instructs the agent to generate Python script(s) and an HTML artifact, run the terminal game, and read/write a stats file at ~/.rpsls_stats.json. These actions are coherent with the skill's stated functionality. There are no instructions to read unrelated system files, exfiltrate data, or call external endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no downloads. It only references installing a PyPI package ('rich') via pip, which is proportionate. No archive downloads, custom binaries, or third-party installers are requested.
Credentials
The skill requests no environment variables or credentials. The only environment interaction is reading/writing a per-user stats file (~/.rpsls_stats.json) and suggesting FORCE_COLOR or checking $TERM for color troubleshooting — all appropriate for a terminal game.
Persistence & Privilege
The skill will create files (generated Python scripts, optional HTML artifact) and persist game stats to ~/.rpsls_stats.json in the user's home directory. This is expected for persistent game state, but users should be aware that generated code will be written to disk and should be reviewed before execution.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rpsls-game
  3. After installation, invoke the skill by name or use /rpsls-game
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Rock Paper Scissors Lizard Spock 1.0.0 – Initial Release - Play Rock Paper Scissors Lizard Spock with an AI opponent. - Offers decorated terminal UI (with ASCII art, colors, and animations) and interactive GUI modes. - Tracks scores and statistics across sessions. - Includes quick play commands and displays rules or stats on request. - Features best-of series for tournaments and persistent statistics.
Metadata
Slug rpsls-game
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Rock Paper Scissors Lizard Spock Game?

Play the classic Rock Paper Scissors Lizard Spock game (popularized by The Big Bang Theory) with an AI opponent. Includes both decorated terminal and interac... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install Rock Paper Scissors Lizard Spock Game?

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

Is Rock Paper Scissors Lizard Spock Game free?

Yes, Rock Paper Scissors Lizard Spock Game is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Rock Paper Scissors Lizard Spock Game support?

Rock Paper Scissors Lizard Spock Game is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rock Paper Scissors Lizard Spock Game?

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

💬 Comments