awesome-dsh-plugin.com

AwesomeDeepSeek Harness(DSH) Plugin

A curated list of DeepSeek Harness (dsh) plugins.

0 / 0
  1. Tools & Capabilities 23

  2. dsh-vision-toolkitAnionex

    Vision tasks for text-only models: intent-aware image Q&A, long-screenshot OCR, UI reproduction, grounding, and pixel diff.

  3. dsh-custom-toolomdsh-dev

    Create and manage sandboxed JavaScript tools with a Monaco editor and model-driven tool lifecycle.

  4. dsh-computer-useAnionex

    Accessibility-first macOS computer use: fresh observations, stale-state rejection, scoped permissions, and safe input.

  5. dsh-data-agentomdsh-dev

    Let the AI connect to databases and write SQL for you.

  6. dsh-toolkitomdsh-dev

    Zero-dependency toolkit: time / encoding / json / calculator / csv / regex / markdown / diff / stat / schema — ten deterministic tools in one install.

  7. dsh-tool-csvomdsh-dev

    Parse/query/aggregate/convert CSV (RFC 4180) with a zero-dependency state-machine parser.

  8. dsh-tool-calculatoromdsh-dev

    Safe math expression evaluator, zero-dependency recursive-descent parser.

  9. dsh-tool-diffomdsh-dev

    Structured comparison and unified diffs for text/JSON/CSV/Markdown.

  10. dsh-tool-encodingomdsh-dev

    base64/url/hex encoding, common hashes, and UUID generation.

  11. dsh-tool-jsonomdsh-dev

    JSON queries with a JMESPath subset.

  12. dsh-tool-markdownomdsh-dev

    HTML↔Markdown conversion, GFM table normalization, and TOC generation.

  13. dsh-tool-regexomdsh-dev

    Test/extract/safe-replace/statically explain regexes without executing code.

  14. dsh-tool-schemaomdsh-dev

    JSON Schema validation: validate/paths/explain/normalize.

  15. dsh-tool-statomdsh-dev

    Descriptive statistics, percentiles, frequency distributions, and correlation.

  16. dsh-tool-timeomdsh-dev

    Strict ISO 8601 parsing, IANA timezone conversion, and UTC calendar arithmetic.

  17. dsh-kb-sieveomdsh-dev

    Build auditable KB packs (SQLite FTS5) from md/txt/docx/pdf with deterministic retrieval and original-text reading.

  18. dsh-plugin-mineruHuanLinOTO

    Expose MineRU document parsing tools to the model.

  19. dsh-coworkJesse-njx

    Bounded, cell-addressed `doc_read`/`doc_write` for xlsx / pdf / docx / pptx / ipynb, plus an MCP server and CLI.

  20. dsh-skillportJesse-njx

    Bring your existing Agent Skills (SKILL.md) library to DSH: discover skills across Claude/Codex/Cursor/Gemini paths, inject a progressive-disclosure index, and load bodies on demand.

  21. dsh-tool-searchvibeinging

    Per-agent on-demand tool discovery and progressive schema disclosure.

  22. dsh-openmaicTHU-MAIC

    OpenMAIC: classrooms, slides, interactive widgets, and Socratic teaching.

  23. dsh-scholarlzszq

    Academic assistant plugin.

  24. dsh-apple-modejihongboo

    Xcode AI integration for DSH: 26 Xcode MCP tools (mcpbridge) + Apple platform skills + Xcode Intelligence-style persona (agent preset or global bundle).

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.