AI Agent Hub
Back to plugins
🖥️

wps-dsh-plugin

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install CatNebulaaaa/wps-dsh-plugin

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

Run the install command in your DeepSeek Harness terminal; the plugin source repository is https://github.com/CatNebulaaaa/wps-dsh-plugin

About this plugin

DeepSeek Harness is in rapid iteration, yet the upstream lc2panda/wps-skills project—home to more than 200 WPS Office automation tools—was never designed around DSH tool naming conventions or routing policies. Dropping the upstream MCP into DSH as-is typically triggers namespace collisions, lacks safety-routing rules, and can silently degrade into a session with zero WPS tools available when discovery fails.

wps-dsh-plugin is a thin adapter layer that closes exactly that gap. It mounts the existing wps-office-mcp as a trusted stdio child process inside DSH, prefixes every tool with the mcp__wps-office__ namespace to avoid cross-server conflicts, and registers a DSH-specific Skill encoding routing conventions, safety reminders, and error-handling policies. It also ships a read-only diagnostic script that checks Node version, DSH status, WPS MCP path, and the Windows add-in in a single pass, reporting OK / WARN / ERROR levels and exiting non-zero on any ERROR so you never operate with a silently broken tool catalogue.

If you already use DeepSeek Harness for daily office workflows and want Excel range reads, Word document extraction, or PPT slide operations directly inside your agent without maintaining a separate MCP client or forking the upstream repo, this plugin is the bridge between your existing wps-skills build and the DSH runtime.

Use Cases

  • Reading Excel ranges via natural language in a DSH agent
  • Extracting full Word document text for summarization inside an agent workflow
  • Quickly diagnosing whether the WPS MCP environment is correctly configured

Best For

  • Developers already using DeepSeek Harness who want WPS tools in their agent
  • Office automation users who need batch Excel, Word, or PPT operations
  • Technical integrators looking to reduce friction when wiring WPS MCP into DSH