AI Agent Hub
Back to plugins
🖥️

xby-chess

Client Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install xby-skill/xby-chess

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

Run dsh plugin install xby-skill/xby-chess in your terminal to install xby-chess from https://github.com/xby-skill/xby-chess into DeepSeek Harness.

About this plugin

Anyone who has parsed FEN strings in a chat conversation knows the pain: "rnbqkbnr/pppppppp/8/..." is compact but barely human-readable, and a single misplaced piece can throw off the entire analysis. xby-chess wraps FEN validation and ASCII board rendering into a lightweight MCP server so your AI assistant can print a text-based chessboard that shows exactly who sits on which square at a glance. It also ships a set_xby_apikey command that lets you set and persist your API key right from the chat—surviving session restarts—so you skip the manual config dance every time. Whether you are reviewing a game, double-checking the legality of a position an engine proposed, or walking a student through an opening layout, this plugin turns purely textual chess discussions into a readable, board-included experience in any MCP-compatible assistant.

Use Cases

  • Convert FEN strings into ASCII chessboards mid-conversation for instant position confirmation
  • Validate whether a FEN position provided by a player or engine is legal and complete
  • Show a clear text-based board layout during lessons or post-game reviews

Best For

  • Chess players who want to discuss positions or review games with an AI assistant
  • Developers integrating chess tooling into MCP-compatible assistants
  • Instructors teaching openings or endgames in a text-based format