awesome-dsh-plugin.com

AwesomeDeepSeek Harness(DSH) Plugin

A curated list of DeepSeek Harness (dsh) plugins.

0 / 0
  1. Development & Runtime 18

  2. fabricomdsh-dev

    An MC-Fabric-style hook processor.

  3. dsh-git-identityLoserFox

    Pin Git commits to the environment's own author identity; env-var injection overrides all `git config` settings.

  4. dsh-context-doctorZhenyu98

    Context injection audit: token costs of instruction chains / skill catalogs / tool schemas, duplicate and conflict detection.

  5. dsh-plugin-checkomdsh-dev

    Plugin health checks: manifest protocol / patch format / build traps, zero-dependency and read-only.

  6. dsh-security-auditomdsh-dev

    Local security audit: config, plugin origins, sessions, network exposure — read-only redacted risk report.

  7. dsh-session-healthomdsh-dev

    Frame-level scan diagnostics for session files (torn/corrupt/empty detection).

  8. dsh-evolvewilliam-jin-cmu

    Self-evolution: the agent hot-mounts/removes persistent plugins on itself mid-session.

  9. dsh-tracevibeinging

    Telemetry backend exporting turns, model steps, and tool calls to yiTrace.

  10. sandbox-microomdsh-dev

    Support for the microsandbox backend.

  11. sandbox-mxcomdsh-dev

    Microsoft cross-platform sandbox support.

  12. sandbox-nonoomdsh-dev

    Support for the nono sandbox backend.

  13. dsh-agent-budgetvibeinging

    Agent-tree token budget management.

  14. dsh-llm-fallbacksbtspoony

    Role-based LLM retry & fallback strategies.

  15. dsh-polyglotJesse-njx

    The model switch for DSH: point it at any OpenAI-compatible endpoint, with curated free/cheap DeepSeek provider presets and automatic fallback when a free tier rate-limits you.

  16. dsh-tool-approvalilharp

    Manual approval mode ("Manual Mode" / "Ask Mode").

  17. plugin-templateomdsh-dev

    Plugin template repo (based on the official turtle-ui repo).

  18. Qwen-MM-Pluginsomdsh-dev

    Qwen multi-modal plugin support.

  19. dsh-tpsSmall-tailqwq

    A TPS metrics plugin.

No plugins match.

Installing

# from npm (prebuilt)
dsh plugin --profile web add <npm-package>

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:<owner>/<repo>

GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).

Get your plugin listed

Open a PR against awesome-dsh-plugin — one line each in every README language file; the site syncs automatically. Add the dsh-plugin topic to your repo too.