DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-translate

DeepSeek Harness plugin for cross-vendor LLM parameter translation and deterministic JSON tool-output repair.

UI & ProductivityTerminal & TUIDeveloper ToolsBrowser & WebSecurity & PolicySkills & WorkflowsRemote Execution
8GitHub Stars0ForksUpdated2026-09-19

Install

$ dsh plugin --profile web add "github:PerryLink/dsh-translate#main"

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-translate installs into a DeepSeek Harness profile and provides the `/translate` command, the `fix_json` tool, and an optional post-execute repair listener. It maps canonical LLM parameters across 11 vendors and repairs eligible broken JSON text without model calls or fabricated values.

Key Capabilities

  • Maps 13 canonical LLM parameters, including temperature, top_p, max_tokens, stop, and system, across 11 listed vendors.
  • Provides `/translate` for vendor and parameter discovery, pairwise mappings, and whole-request conversion.
  • Provides `fix_json` to repair and validate JSON text against an optional schema.
  • Repairs eligible successful JSON-text tool results after execution using bounded deterministic strategies.
  • Supports markdown-fence extraction, escape repair, trailing-comma removal, truncation closure, and schema-accepted null completion for required fields.
  • Leaves unrepairable results unchanged in the post-execute path and does not convert failed tool results into successes.
  • Exposes configuration for repair behavior, opt-in tool names, step limits, logging limits, and command/tool registration.

Useful For

  • Translate a canonical LLM request between supported vendor parameter conventions.
  • Check how a parameter such as max_tokens maps from one supported vendor to another.
  • Repair malformed JSON emitted as a successful tool result before downstream use.
  • Invoke `fix_json` for controlled JSON repair and schema validation.

Who It Fits

  • DeepSeek Harness users working across multiple LLM vendors.
  • Plugin users whose tools sometimes return malformed JSON text.
  • Developers needing deterministic, no-model-call JSON repair within Harness workflows.

Documented Limitations

  • Requires DeepSeek Harness 0.1.0-rc.8 and Node.js ^22.19.0 or >=24.0.0 according to the repository.
  • The translation table covers 11 vendors and 13 canonical parameters.
  • Automatic repair applies only to successful tool results whose canonical value is JSON-text; failed results are not flipped to success.
  • Supported JSON Schema keywords are limited to type, oneOf, properties, required, additionalProperties, items, enum, and const; unsupported keywords are rejected.
  • Required-field completion uses null only when the schema accepts null.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

No automated security signals have been published yet.

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
PerryLink/dsh-translate
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
daef1f1 · 2026-09-19

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
8GitHub stars
Forks
0
Open issues
1
Last commit
2026-09-19
Last release
2026-09-18
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app