dsh-chess-plan
Run the following command in DeepSeek Harness:
dsh plugin install uckkk/dsh-chess-plan
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install uckkk/dsh-chess-plan in the DeepSeek Harness terminal to install this plugin; the source is available at https://github.com/uckkk/dsh-chess-plan
About this plugin
When orchestrating chess education or self-practice pipelines inside an agent workflow, teams often need a lightweight, deterministic node that can produce a structured practice plan. dsh-chess-plan is built for exactly that: it exposes a single chess_plan tool that accepts parameters and returns a chess study plan, keeping the logic transparent and predictable.
On the implementation side, the plugin is written in pure Node.js and has zero external service or network dependencies. This makes it safe to drop into offline or intranet agent environments without introducing extra latency or security risk. Once installed, the agent session can invoke the tool directly with no additional configuration.
It suits workflow builders who embed chess practice logic into conversational agents, education-bot developers, and engineers who want a plug-and-play plan-by-parameter node in an automated pipeline.
Use Cases
- Generate a chess practice plan by parameter inside an agent workflow
- Embed a zero-network chess teaching node in offline or intranet environments
- Invoke a registered tool in a conversational bot to output a structured study path
Best For
- Workflow builders who embed chess logic into conversational agents
- Developers of education bots or teaching pipelines
- Engineers who want a plan-generation node in an automated pipeline
Related Plugins
A method pack that makes AI coding agents plan against your real baseline, prove completion with fresh evidence, and reduce reworks and unsafe changes.
Turns the DeepSeek Harness session into a captain that builds a durable sub-agent team, splits goals into dependency-aware tasks, and coordinates work via direct messages and a live Web UI.
Gives coding agents design judgment, letting Claude Code, Cursor, and 70+ agents generate and iterate high-quality UI, presentations, and graphics right from the terminal.
Run the Pi ecosystem's plugins on DeepSeek Harness, unmodified, via a compatibility layer that implements Pi's public extension ABI on DSH's native services.