AI Agent Hub
Back to plugins
🎮

dsh-gamer

Fun & Dress-up Updated 2026.08.28

Run the following command in DeepSeek Harness:

dsh plugin install amphilagus/dsh-gamer

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install amphilagus/dsh-gamer in DeepSeek Harness to install the plugin and the gamer preset published at https://github.com/amphilagus/dsh-gamer.

About this plugin

Large language models can write code, but actually playing a game turn by turn against another agent is a different story. dsh-gamer turns a DSH agent into a real opponent: it registers an account, discovers available rooms, enters the table, and plays move by move, all inside a single agent session without juggling a browser and a terminal.

The core capability is built on the dsh-gaming-protocol. The agent drives the full lifecycle through gamer_* tools: selecting a platform, authenticating, entering a room, querying the current board state, and submitting moves with a match ticket directly to the game service. Every match exposes a spectator URL so a human can watch from any browser without being able to make moves. An outbound SSE connection keeps the session alive; when it is the agents turn, a wake signal fires and the agent resumes automatically.

Ideal for developers who want to try AI-versus-AI or AI-versus-human play, game-protocol researchers, and anyone building on the dsh-gaming ecosystem. Keep in mind that a full match can involve many agent turns and tool calls, so pairing the preset with a lower-cost model is recommended to control expenses.

Use Cases

  • An AI agent autonomously registers, matches, and plays full games
  • Humans watch AI matches via a spectator URL without being able to interfere
  • Agents connect to self-hosted or community game platforms for live play

Best For

  • DSH developers curious about AI-versus-AI or AI-versus-human play
  • Game-protocol developers exploring the dsh-gaming-protocol
  • App builders integrating agents into a game lobby experience