DeepSeek Harness One-Click Setup
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_00bc0e74/deepseek-harness-setup into my AI assistant.
About this skill
Problem
The dsh CLI for DeepSeek Harness does not install cleanly in the WorkBuddy Windows sandbox using common documentation. The environment has hard constraints: the npmjs registry is unreachable, npm cleanup can be blocked by a NODE_OPTIONS injected safe-delete shim, failed background installs can leave npm cache locks, and desktop shortcuts cannot be created through the usual PowerShell WScript.Shell COM path. Manual attempts can fail with ECONNRESET, EPERM, blocked COM instantiation, or a .lnk that does nothing on double-click.
How it works
The skill packages this flow into a concrete operating procedure:
- Install the CLI: prepare Node.js + npm and Python 3 with
Pillow, then installdshthrough the available mirror. - Start the Web UI: serve the interface at
http://127.0.0.1:3080and configure the DeepSeek API key inside the UI. - Optional desktop entry: generate a white whale
.icoicon, create a.lnkusingctypes IShellLinkW, and verify that the target path, icon location, and working directory all resolve correctly.
The shortcut points to a launcher script so double-click starts the service and opens the browser.
Limits and notes
This workflow is tied to the WorkBuddy Windows sandbox, especially the registry.npmmirror.com mirror, fixed Node path, and sandbox security policies. It is not a general npm installation guide and does not replace DeepSeek Harness permissions, API, or security configuration. Before running it, check network mirror access, Python icon dependencies, stray npm processes, and cache lock state. Reusing the scripts in other Windows environments or restricted sandboxes may require rewriting paths, permissions, and COM assumptions.
Use Cases
- Install dsh in the WorkBuddy Windows sandbox using the npm mirror and verify the CLI
- Start dsh web at 127.0.0.1:3080, open the UI, and configure the DeepSeek API key
- Generate a DeepSeek .ico icon, then create and verify a desktop .lnk shortcut
- Diagnose npm cache locks or safe-delete shim failures and retry dsh setup
Best For
- IT engineers maintaining WorkBuddy Windows sandboxes who need stable dsh installation and npm safe-delete troubleshooting
- Ops engineers deploying DeepSeek Harness who need the CLI, local Web UI, and desktop shortcut configured
- Platform engineers debugging npm install failures who need mirror, cache-lock, and Node environment checks
- Toolchain engineers building desktop entries who need .ico generation and reliable .lnk creation
Related Skills
An engineer-focused HTTP request smuggling handbook covering CL.TE, TE.CL, TE.TE obfuscation, HTTP/2 downgrade, and client-side desync detection.
Analyzes network captures from Wireshark, tcpdump, Fiddler, and Charles, then pinpoints TCP, HTTP, DNS, and TLS issues with filter expressions and remediation steps.
Lightweight Python Linux HIDS exposing SSH brute-force, web attack, and webshell alerts via MCP with ban controls.
Detects AI-generated images from Stable Diffusion, Midjourney, and GPT-4o via Tencent Cloud image moderation and returns risk scores.