DeepSeek Harness plugin

dsh-cohub-board

Cohub Board agent tools (draw/read/clear/export) for DeepSeek Harness

Jump to install

Source facts

Repository
kjx-talesofai/dsh-cohub-board
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/kjx-talesofai/dsh-cohub-board
Plugin: dsh-cohub-board
Author: kjx-talesofai

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-cohub-board

A DeepSeek Harness plugin bundle for a Cohub Board — draw, read, clear and export a real Cohub Board from any DSH agent, with two-way sync to the Cohub space.

Two halves in one package:

  • Host (dsh.bundle): agent tools board_draw / board_read / board_clear / board_export, plus a Remote board service (ctx.remote.board.*).
  • Web Client (dsh.client): a draggable floating canvas panel (pen / line / rect / oval / text / frame tools, wheel zoom, pan, grid, fit-to-content, mini-map), wired to the Host through the Remote service.

Install

dsh plugin --profile web add github:kjx-talesofai/dsh-cohub-board
# or a local checkout:
dsh plugin --profile web add ./cohub-board

Restart dsh web — the canvas panel appears in the browser and the tools are registered for the agent.

Configure

spaceId and boardId default to a personal demo board; override them in cordis.patch.yml:

- id: cohub-board
  name: dsh-cohub-board
  config:
    spaceId: '<your-space-uuid>'
    boardId: '<your-board-uuid>'

Tools

ToolPurpose
board_drawDraw a native shape (line→arrow, freehand→draw, rect/ellipse/circle→geo, text, frame)
board_readRead every item on the board (Cohub BoardItem model)
board_clearClear the board (local + Cohub)
board_exportExport the board to a local file (json or png)

Requires the cohub CLI to be installed and logged in (cohub auth login).