返回目录
其他 插件

dsh-kit

PerryLink/dsh-kit

One-command starter pack: install all 41 PerryLink DeepSeek Harness plugins

Stars
8
Forks
0
Issues
0
更新
1 天前

PROJECT TOPICS

项目标签

INSTALL REFERENCE

安装参考

未验证
dsh plugin --profile web add github:PerryLink/dsh-kit

该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。

PROJECT README

README

dsh-kit

Gitee

CI

One-command starter pack: install all 41 PerryLink DeepSeek Harness plugins.

dsh-kit is a curated collection of PerryLink's DSH plugin family — the Claude Code parity trio plus the rest of the family, across security, workflows, research, messaging bridges, and developer experience. Each plugin ships with a complete dsh.bundle manifest, five-language docs, CI, and npm publishing.

Quick start

Pick a profile (e.g. web), then install everything:

# Linux / macOS
./install-all.sh web

# Windows PowerShell
.\install-all.ps1 -Profile web

Or install individual plugins:

dsh plugin --profile web add dsh-checkpoint-rewind   # /rewind equivalent
dsh plugin --profile web add dsh-permission-rules    # allow/deny/ask rules
dsh plugin --profile web add dsh-output-styles       # outputStyles equivalent

What's inside (curated highlights — the installers cover the full 41-plugin family)

The Claude Code parity trio

Plugin One-liner
dsh-checkpoint-rewind Git-first snapshots before every mutation, session forks, one-shot /rewind restore
dsh-permission-rules Declarative allow/deny/ask permission rules with audit, dry-run and hot reload
dsh-output-styles Runtime-switchable model output styles with per-session persistence

Memory, agents & workflow

Plugin One-liner
dsh-memento Approval-gated cross-session memory: ctx.memory + SQLite + memory tool
dsh-background-agents Durable background child agents: sidebar progress, messaging, interrupt
dsh-doublecheck Engineering-discipline guard: requirements grill, test gates, adversary review
dsh-auto-review Second-model auto-review on the approval chain, fail-closed

Developer & safety tools

Plugin One-liner
dsh-mcp-panel Read-only MCP runtime panel: /mcp + Settings tab
dsh-lsp-actions LSP diagnostics, formatting, completion, code actions, rename
dsh-github GitHub PR/issue integration; every write gated by human approval
dsh-skill-pack-security Security-audit skill pack: secret scan, dependency and supply-chain review

UX & migration

Plugin One-liner
dsh-session-pin Pin sessions in the Web sidebar with durable ordering
dsh-composer-history Terminal-style input history for the web composer: arrows, Ctrl+R
dsh-plugin-guide Plugin-development knowledge base as an on-demand agent skill
dsh-claude-move Migrate Claude Code sessions, memory, skills and CLAUDE.md into DSH

Notes

  • The installed set is plugins.txt — one npm spec per line, and the only place the roster is written down. Both installers read it, and node scripts/check-parity.mjs holds them and every count on this page to it.
  • Install scripts are idempotent — safe to re-run.
  • dsh-skill-pack-security installs from its published provider package (@perrylink/dsh-skill-pack-security-provider); everything else installs from npm.
  • Versions track the latest npm releases; pin a specific version per plugin if you need reproducibility.
  • Deprecated names are not installed: dsh-plugin-upgrade-015 (and its earlier name dsh-plugin-upgrade-rc1) are superseded by dsh-plugin-upgrade, which carries every corridor in one package. They stay on npm for anyone who already installed them.
  • License: Apache-2.0 (matching the plugin family).

Feedback

Issues and feature requests: open them on the individual plugin repo, or discuss the whole family on the official DeepSeek Harness Discussions (category "Show Your Plugins!").

PerryLink DSH Plugin Family

This project is one of the 41 DeepSeek Harness plugins maintained by PerryLink. If this one helps you, the others likely will too:

Plugin One-liner
dsh-auto-review Second-model auto-review on the approval chain, fail-closed by default
dsh-autotier Automatic strong/cheap model-tier routing with deterministic risk guards and a /tier command
dsh-background-agents Durable background child agents with a Web UI sidebar, messaging and interrupt
dsh-budget Cost governance for DeepSeek Harness: budgets, carbon, and latency in one panel.
dsh-catalog DSH Desktop Market standard catalog source for the PerryLink family
dsh-cert-mcp Read-only MCP server exposing the certification registry: grades, snapshots and five-dimension evidence
dsh-checkpoint-rewind Unified session + workspace + config checkpoints with one-shot /rewind
dsh-claude-move Migrate Claude Code, Codex, OpenCode and Hermes sessions, memories and skills into DSH
dsh-click Cross-platform native desktop control for DeepSeek Harness — Windows first.
dsh-composer-history Terminal-style input history for the web composer: arrows, Ctrl+R search
dsh-data-quality Deterministic dataset profiling, cleaning and citation verification
dsh-defend Prompt-injection, jailbreak, and secret-leak defense for DeepSeek Harness.
dsh-doublecheck Engineering-discipline guard: requirements grill, test gates, adversary review
dsh-draw Unified static-image generation routing for DeepSeek Harness.
dsh-fast Read-only performance diagnostics: load, spill, compaction and cache hit rate
dsh-fund-research Chinese mutual-fund research with sealed, traceable source snapshots
dsh-github GitHub PR/issue/CI integration with every write approval-gated
dsh-industry-research Industry and company research pack: chain map, policy timeline, company cards
dsh-library Local document knowledge base with hybrid search and citation-aware injection
dsh-local-ai Local Ollama model discovery and task-based routing with cloud fallback
dsh-lsp-actions LSP diagnostics, formatting, completion, code actions, symbols and rename
dsh-mask PII masking at the model boundary with a host-side restore table
dsh-mcp-panel MCP management console: /mcp command, Settings tab and trial calls
dsh-memento Approval-gated cross-session memory protocol (ctx.memory + SQLite)
dsh-observe OpenTelemetry and Langfuse telemetry export from the session event stream
dsh-output-styles Runtime-switchable model output styles
dsh-permission-rules Declarative allow/deny/ask rules plus a process-level network policy
dsh-plugin-certification Community certification registry with repro-checkable grades and badges
dsh-plugin-doctor Zero-dependency static + sandbox smoke detector for DSH plugins
dsh-plugin-guide Plugin-dev knowledge base, agent skill and the dsh-plugin-dev CLI toolchain
dsh-plugin-kit Shared zero-runtime-dependency toolkit for the PerryLink DSH plugins
dsh-plugin-portal Zero-dependency static portal rendering the whole plugin family as one page
dsh-plugin-upgrade One-package, one-corridor-index plugin upgrade skill: routes a repository to the matching closed corridor card
dsh-reach Multi-channel approval/question bridge: WeChat, Telegram, Feishu + a session console
dsh-research-report Verifiable research reports: evidence ledger, manifest seal, per-claim verdicts
dsh-score Multi-dimensional plugin quality scoring with an evidence-backed leaderboard
dsh-session-pin Pin sessions and workspaces in the Web sidebar with per-pin colors
dsh-session-sync Git-backed cross-device session synchronization with keep-both merges
dsh-skill-pack-security Security-audit skill pack plus the plugin_vet supply-chain gate
dsh-talk Voice-first session loop: speech-to-text input and text-to-speech replies
dsh-team-rooms Cross-session team rooms: shared message bus, task board and timeline
dsh-test-drive Isolated install-and-smoke test drives with a pass/fail matrix
dsh-ticktick TickTick/Dida365 task bridge: session-header panel plus eleven agent tools
dsh-translate Vendor parameter translation and deterministic JSON repair

CLASSIFICATION EVIDENCE

分类依据

项目类型插件
功能分类其他
规则置信度

系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。