ChessGuardian
PassAudited by ClawScan on Mar 1, 2026.
Overview
The skill's code, instructions, and requirements are coherent with a chess-autoplay/watch skill — it talks to a ChessGuardian server, runs local chess engines or a minimax bot, and asks for typical tooling (Python, Stockfish, Playwright) without requesting unrelated credentials or system-wide access.
This skill appears to do what it says: run bots and interact with a ChessGuardian server. Before running: (1) review the scripts locally (they are included) and run them in a controlled environment; (2) be aware the default CHESSGUARDIAN_URL points to an external public host — game moves and any data sent to the API go to that server, so only use it with non-sensitive content or change CHESSGUARDIAN_URL to a self-hosted instance you trust; (3) install required tooling (Python packages, Stockfish binary, Node+Playwright/Chromium for screenshots) from official sources; (4) if you don't want local binaries invoked or outbound network calls, do not run the provided scripts or run them offline against a local ChessGuardian instance.
