OpenRA-RL

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a coherent game-playing skill; the main thing to notice is that it installs and runs an external package plus a Docker-based game server.

This skill looks purpose-aligned for playing OpenRA through MCP tools. Before installing, be comfortable with installing the openra-rl package, using Docker, and running a local server on port 8000; stop the server/container when you are done.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Running the skill will install third-party code needed for the game integration.

Why it was flagged

The skill relies on installing an external package; this is expected for the game integration, but the runnable package contents are not included in the provided artifact set.

Skill content
pip install openra-rl
Recommendation

Install from the expected package source and review the linked project or package provenance if you are cautious about third-party code.

What this means

The skill will run a local server process and Docker container so the agent can play the game.

Why it was flagged

The documented workflow starts a local game server and Docker container; this command execution is central to the stated gameplay purpose.

Skill content
openra-rl server start
Recommendation

Start the server only when you want to play, and stop the Docker/server process when finished.