dsh-plugins-hub
August 28, 2026 · View on GitHub
An independent, community-friendly plugin index for DeepSeek Harness (dsh). Curated by automation + human review. Topic:
dsh-plugin.
Featured Plugins
| Plugin | Description | Install | Status | Security | Trial | Checked at | Commit |
|---|---|---|---|---|---|---|---|
| dsh-netdoctor | Network diagnostics toolbox: DNS lookup (10 record types incl. SOA/CAA), ICMP ping, TCP port check, TLS cert check, traceroute, public IP, WHOIS registry lookup (TCP 43, IANA referral chain + TLD fallback map, ARIN for IPs, structured summary) — seven read-only probes, zero runtime dependencies | dsh plugin --profile web add github:TYEclipse/dsh-netdoctor#v0.2.0 | ✅ active | ✅ | ✅ e2e (whois example.com → registrar RESERVED-IANA + expiry 2027-08-13 + SOA/CAA lookups, headless) | 2026-08-26 | 289f3df |
| dsh-webfetch | Web page reader: fetch any URL as clean Markdown / plain text, inventory links, read RSS/Atom feeds, inspect HTTP status/headers/redirect chain without the body (web_headers: HEAD with automatic GET fallback), zero-dependency http proxy support — zero runtime dependencies, read-only | dsh plugin --profile web add github:TYEclipse/dsh-webfetch#v0.3.0 | ✅ active | ✅ | ✅ e2e (web_headers headless: example.com → 200 text/html; httpbin redirect/2 → 2×302 hops → 200; status/404 → 404 reported) | 2026-08-24 | 1f57cd6 |
| dsh-units | Unit conversion toolbox: 17 categories (length, mass, temperature, data sizes decimal-vs-binary, speed, time, volume, pressure, energy, angle, frequency, power with 3 horsepower definitions, force, torque, typography px/pt/em/rem, fuel economy mpg ↔ L/100km) — zero runtime dependencies, pure math | dsh plugin --profile web add github:TYEclipse/dsh-units | ✅ active | ✅ | ✅ e2e (convert_unit headless: 150 kw→hp 201.153313, 1 lbfft→n.m 1.355818, 1 kilonewton→n 1000) | 2026-08-23 | 316aca3 |
| dsh-color | Color toolbox: parse/convert any CSS color (hex, rgb()/hsl()/hwb(), all 148 CSS Color 4 named colors), WCAG 2.x contrast ratio with AA/AAA verdicts, named-color lookup by name or value, harmonious palette generation (color_scheme: complementary / analogous / triadic / split-complementary / tetradic / square / monochromatic), and color adjustments (adjust_color: lighten / darken / saturate / desaturate / hue-rotate) — zero runtime dependencies, pure math | dsh plugin --profile web add github:TYEclipse/dsh-color#v0.2.0 | ✅ active | ✅ | ✅ e2e (color_scheme triadic #336699 → #336699/#993366/#669933 + adjust_color lighten 25% → #79a6d2, headless) | 2026-08-27 | 83e0446 |
| Code2Skill | Three agent skills that generate portable Function / MCP Tool / workflow Skill packages (with offline tests) from user-authorized code, plus independent flow and source-semantics review — pure skill bundle, MIT | dsh plugin --profile web add github:leechen298/Code2Skill#v1.1.3 | ✅ active | ✅ | ✅ e2e (code2skill-review-source skill invoked headless) | 2026-08-16 | 7815d8f1 |
| dsh-semver | Semantic versioning toolbox: parse any semver string (semver_parse), compare versions with spec-compliant prerelease ordering (semver_compare, build metadata ignored), check npm-style ranges (semver_satisfies: ^ ~ >= <= > < =, x-ranges, hyphen, ||, AND, tuple-lock prerelease semantics, includePrerelease override), increment versions per npm semver.inc incl. prerelease counters and identifier restarts (semver_inc), report npm semver.diff release-type differences with special cases (semver_diff), and sort version lists with build-metadata tie-break (semver_sort) — zero runtime dependencies, pure logic | dsh plugin --profile web add github:TYEclipse/dsh-semver#v0.2.0 | ✅ active | ✅ | ✅ e2e (semver_inc 1.2.4-beta.0 +prerelease beta → 1.2.4-beta.1 + semver_diff 1.2.3→2.0.0-beta.1 → premajor, headless) | 2026-08-28 | 370700a |
| Archify for DSH | Opt-in skill-only bundle (@tt-a1i/archify-dsh) bringing the Archify architecture-diagram skill to dsh: typed JSON specs (architecture / workflow / sequence / dataflow / lifecycle) rendered to self-contained interactive HTML with inline SVG, showcase-quality validation (9 artifact checks) — pure skill bundle, MIT | dsh plugin --profile web add @tt-a1i/archify-dsh@0.1.0 | ✅ active | ✅ | ✅ e2e (archify skill headless: 9/9 showcase validation) | 2026-08-16 | 0.1.0 |
| dsh-finance | Money math toolbox: fixed-rate loan payment with amortization schedule and extra-payment impact (loan_payment), compound growth projection with monthly contributions and any compounding frequency (compound_growth), nominal ↔ effective annual rate conversion incl. continuous (rate_convert), NPV/IRR/payback cash-flow analysis with explicit no-root/multiple-root reporting (cashflow_analysis), and retirement withdrawal planning — time-to-exhaustion + sustainable withdrawal with lasts_horizon verdict (retirement_plan) — zero runtime dependencies, pure arithmetic, headline values verified against published anchors (Excel IRR example, mortgage tables) | dsh plugin --profile web add github:TYEclipse/dsh-finance#v0.2.0 | ✅ active | ✅ | ✅ e2e (retirement_plan 300k@4%/30y → 1432.25 + cashflow_analysis NPV 267.95/IRR 21.86%, headless) | 2026-08-29 | 6479bc8 |
| dsh-ipcalc | IP & subnet math toolbox: full IPv4 subnet layouts (ipv4_subnet: network/broadcast/mask/hosts + IANA classes, RFC 3021 /31), minimal covering CIDR aggregation (ipv4_summarize), and IPv4/IPv6 parsing with RFC 5952 normalization and embedded-IPv4 recognition (ip_parse) — zero runtime dependencies, pure local math, no network I/O | dsh plugin --profile web add github:TYEclipse/dsh-ipcalc | ✅ active | ✅ | ✅ e2e (ipv4_summarize headless: 4×/24 → /22) | 2026-08-18 | 6a267cd |
| dsh-geodesy | Geodesic math toolbox: great-circle distance with bearings and compass direction (geo_distance), initial/final bearings plus great-circle midpoint (geo_bearing), direct-problem destination point with round-trip check (geo_destination), and decimal/DMS coordinate parsing with pair & suffix support (coord_parse) — zero runtime dependencies, pure trigonometry on the IUGG mean Earth radius, configurable radiusKm | dsh plugin --profile web add github:TYEclipse/dsh-geodesy | ✅ active | ✅ | ✅ e2e (geo_bearing London→NY 288.33° WNW + geo_destination 1000 km due east → 0, 8.993204) | 2026-08-19 | 034883a |
| dsh-checkdigit | Check-digit mathematics toolbox: generate, validate and auto-detect check digits for 11 schemes — Luhn (cards/IMEI), Verhoeff, Damm, ISBN-10 (mod-11, X) / ISBN-13, EAN-8/13, UPC-A, ISIN (ISO 6166), CUSIP (ANSI X9.6) and IBAN (ISO 13616, 75+ country BBAN table) — zero runtime dependencies, pure integer arithmetic anchored to published worked examples | dsh plugin --profile web add github:TYEclipse/dsh-checkdigit | ✅ active | ✅ | ✅ e2e (checkdigit_validate GB82 IBAN + checkdigit_generate Luhn 7992739871→3, headless) | 2026-08-20 | 3d0f9b5 |
| dsh-musictheory | Music theory math toolbox: parse any note name into MIDI/octave/pitch class/exact 12-TET frequency with enharmonic spellings (note_info), frequency → nearest note with cents deviation (freq_to_note), correctly spelled chords for 26 qualities (chord_build — G# major is G# B# D#, Cdim7 is C Eb Gb Bbb), and correctly spelled scales for 17 types (scale_generate — F# major has E#) — zero runtime dependencies, pure arithmetic, configurable A4 reference pitch | dsh plugin --profile web add github:TYEclipse/dsh-musictheory | ✅ active | ✅ | ✅ e2e (chord_build G#dim7 → G# B D F + scale_generate Cb major → 7 flats, headless) | 2026-08-25 | 2c3e03b |
| MemOS Cloud for DSH | Cloud lifecycle-memory plugin: pre-step recall injection and post-turn memory sync backed by the MemOS Cloud API (memos.memtensor.cn); no tools registered — agent/pre-step + session/event hooks with graceful degradation when no API key is configured; MIT | dsh plugin --profile web add @memtensor/memos-cloud-dsh-plugin@0.1.0 | ✅ active | ✅ | ✅ e2e (headless turn completes 17×23=391 with plugin mounted, no-credential degradation verified) | 2026-08-20 | 0.1.0 |
Columns: Security = passed preliminary source review (TRACE-lite: trust / reliability / auditability / confidentiality / effectiveness); Trial = verified in an isolated profile with a real end-to-end tool call; Commit = the exact revision that was verified.
How to add your plugin
- Add the
dsh-plugintopic to your plugin repository - Open an issue in this repository using the Plugin Submission template (plugin name, repo link, release tag, license, install command)
- The pipeline verifies the submission in an isolated profile — security review, install, and one real end-to-end tool call
- Verified plugins are added to the index and the issue is closed; failed submissions stay open with a
needs-fixlabel and a summary reply
About
- Independent community index (not affiliated with DeepSeek AI)
- Updated automatically on a daily basis
- MIT License
Maintained by the dsh-autopilot pipeline.