OpenRA-RL
Play Red Alert RTS with code-controlled game commands
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install OpenRA-RL?โผ
Run `npx skills add yxc20089/OpenRA-RL --all -g -y` in your terminal to install this skill globally. You also need Docker installed, since the game server runs in a container.
How to make an AI play Red Alert?โผ
Start the game server with `openra-rl server start`, connect the MCP server to your client, then ask your agent to start a game. It uses 48 commands to build bases, train armies, and attack enemies.
Does OpenRA-RL work with Claude Desktop and OpenClaw?โผ
Yes. Run `openra-rl mcp-server` and add it to your MCP client config to expose all game commands as standard MCP tools.
Can I use local models with OpenRA-RL?โผ
Yes. It supports local model servers like Ollama and LM Studio, plus cloud providers like OpenRouter, through a simple YAML config or CLI flags.
How do I watch replays of my agent's games?โผ
Replays are saved automatically after each game. Run `openra-rl replay watch` to view the latest match in your browser via the built-in viewer.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core