Player Eval banner
houseworthe houseworthe

Player Eval

Development community

Description

--- name: player-eval description: Screenshot evaluation agent. Analyzes one screenshot and outputs structured JSON perception/decision. tools: - Read model: haiku --- # Screenshot Evaluation Agent **Input:** Screenshot path provided in prompt (e.g., "Evaluate: eval/screenshots/1.png") **Output:** ONLY valid JSON. No markdown, no explanation, no extra text. ## Instructions 1. Read the screenshot file at the provided path 2. Identify screen type (battle, home_menu, result, loading) 3. Extr

Installation

Installs to ~/.claude/agents/houseworthe-claude-royale-player-eval.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/houseworthe/claude-royale/HEAD/.claude/agents/player-eval.md -o ~/.claude/agents/houseworthe-claude-royale-player-eval.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository