DeepSeek Harness plugin

dockyard-dsh-4sa1ary9

Windows fork of Dockyard DSH: Codex / Grok / Claude / Cursor / Antigravity account pool for DeepSeek Harness.

Jump to install

Source facts

Repository
4sa1ary9/dockyard-dsh
Latest update
Aug 21, 2026
Category
Tools & Capabilities
GitHub stars
0
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/4sa1ary9/dockyard-dsh
Plugin: dockyard-dsh-4sa1ary9
Author: 4sa1ary9

Check the source files

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

File explorer4 files
README.en.mdSource · read only
README language

Dockyard DSH

中文

A DeepSeek Harness account-pool plugin that attaches Codex, Grok, Claude, Cursor, Antigravity, and Kiro subscriptions on Windows. A provider picker sits on the left of the composer.

This is not official. It is a fork of AITabby/dockyard-dsh. Upstream v0.1.1 ships a macOS DMG; their Windows EXE is a separate release. This repository adds a Windows credential store and a Windows browser opener so the same composer picker can run inside existing dsh web on Windows 10 / 11.

Merged upstream v0.1.1.

Not affiliated with DeepSeek AI, OpenAI, xAI, Anthropic, Cursor, Google, Amazon, or Kiro.

Changes from upstream

  • Windows secrets go to %LOCALAPPDATA%\dockyard-dsh\secrets under CurrentUser DPAPI instead of fail-closed writes.
  • Login opens the system browser with rundll32.
  • The nested package prepare script is removed so GitHub installs use the committed dist/ and lib/client.js.
  • DSH Credentials remain the preferred store when the host injects them; DPAPI is the Windows fallback, matching Keychain on macOS.

Linux still fail-closes, same as upstream.

Requirements

Windows 10 / 11, Node.js ^22.19.0 or >=24, DeepSeek Harness (0.1.0-rc.6), and pnpm.

Auth conditions

Use the Dockyard control next to the composer, or /dockyard login <provider>. Missing plans stay unavailable; Dockyard does not invent quota or models.

  • Codex — ChatGPT plan with Codex. Browser OAuth (loopback PKCE) or scan ~\.codex\auth.json. Not an OpenAI Platform API key.
  • Grok — SuperGrok / X Premium entitled for xAI inference. Browser OAuth or scan ~\.grok\auth.json.
  • Claude — Claude subscription OAuth. Manual callback may need a full URL with state, or code#state.
  • Cursor — official browser login poll; CLI is fallback.
  • Antigravity — Google OAuth. Set DOCKYARD_ANTIGRAVITY_CLIENT_ID and DOCKYARD_ANTIGRAVITY_CLIENT_SECRET; nothing is bundled.
  • Kiro — requires the official kiro-cli; the Kiro IDE launcher alone cannot return responses to DSH. Dockyard invokes kiro-cli acp over ACP JSON-RPC on stdio and reads the official live model catalog. Override the executable with DOCKYARD_KIRO_CLI when needed. Kiro currently exposes no structured live-quota command, so Dockyard does not estimate it.

Install

npx @deepseek-ai/dsh plugin --profile web add github:4sa1ary9/dockyard-dsh
npx @deepseek-ai/dsh web

License

[MIT](LICENSE). Upstream copyright remains with the original authors.