Plugin
Sfoglia, filtra e installa i plugin di DeepSeek-Harness.
5164 plugin trovati
dsh-suite
stardustlc666/dsh-suite
All-in-one combo patch for STARDUSTLC's 18 DSH plugins: one command injects shared default configs across office, media, DevOps and notification presets; each component installs directly via a one-line add command (flat design, no git subdependencies).
jimu
spechenxin/jimu
Jimu (积木): domain-based orchestration plugin for DeepSeek Harness — domain_plan confirmation, per-domain sub-agents with hand-off, and automatic LLM audit.
narrative-prompt-polish
shengyvself/narrative-prompt-polish
✨ One-click prompt polisher for the DSH composer — an agent refines your rough draft in a side chat over multiple turns, and you copy the result back when you're happy.
rex-harness (ui-workflow)
rexyoung000/rex-harness
Turns a product or UI request into an implementation-ready design spec with /ui-workflow and /ui-rerun. Analysts run through a read-only ui_analyst tool, and the lead agent writes docs/ui-workflow reports.
dsh-critique-loop
milbaxter/dsh-critique-loop
Intercepts turn-stopping to force one critique-and-improve round after each completed turn before the agent stops.
dsh-debate
lkshjd/dsh-debate
Multi-agent isolated debate for DeepSeek Harness: debaters of different temperaments research independently (no herding), then cross-examine, then judges converge to a conclusion. Runs as a background job with per-agent progress, token accounting, wave-parallel execution, and session-referenced resume.
dsh-init
evanfang0054/dsh-init
Claude Code style /init command and tool that writes a minimal CLAUDE.md and symlinks AGENTS.md to it.
dsh-plugins (dsh-plan-board)
dennisrongo/dsh-plugins
Captures every plan the agent presents through exit_plan_mode as markdown under <workspace>/.dsh/plans, opens a review window, and keeps a Plans history tab recording the outcome of each plan.
dsh-workflow-templates
988hj7tczd-oss/dsh-workflow-templates
Preset workflow template library: 12 reusable orchestration script templates with wf_template_list / wf_template_search / wf_template_run / wf_template_validate tools and static template validation.
dsh-token-rtk
wode25500/dsh-token-rtk
Input redundancy pruning for DeepSeek Harness — drop repeated/redundant tokens before they reach the model (layer ②).
dsh-token-headroom
wode25500/dsh-token-headroom
Context compaction / headroom for DeepSeek Harness — compress the live context so the prompt stays small without losing the state that matters (layer 3).
dsh-token-handoff
wode25500/dsh-token-handoff
Session context handoff for DeepSeek Harness — stop re-reading and re-deriving context every session. A single skill (layer ①) that keeps the next session warm.
dsh-token-caveman
wode25500/dsh-token-caveman
Terse prose for DeepSeek Harness — compress the agent's own output so every reply costs fewer tokens (layer 4). Style, never substance.
dsh-google-skills
wode25500/dsh-google-skills
Google's Agent Skills (google/skills) for DeepSeek Harness: 128 bundled SKILL.md skills for Google Cloud, BigQuery, GKE, Gemini, Firebase, ads and analytics.
dsh-skill-slash-fuzzy
necromanalbert/dsh-skill-slash-fuzzy
Resolves unique kebab-case skill substrings in slash tokens, so /oneshot can load game-package-oneshot.
dsh-super-pm
lohaslee/dsh-super-pm
Product-thinking companion for DeepSeek Harness: clarifies negative boundaries first, separates facts from assumptions, routes through seven product lenses, and persists confirmed decisions to project memory.
dsh-plugins (dsh-superpowers)
dennisrongo/dsh-plugins
Serves the obra/superpowers skill catalog to the harness and injects its using-superpowers bootstrap as a persistent, compaction-safe system-prompt section.
dsh-plugins (dsh-skills)
dennisrongo/dsh-plugins
Skill provider that installs the whole @dennisrongo/skills catalog as one npm dependency, so skills install and update without cloning or linking directories.
dsh-voice-control
sucriss/dsh-voice-control
Voice control for the DSH web composer: push-to-talk speech-to-text into the input box (with optional auto-send), spoken playback of assistant replies via the Web Speech API, right-click settings popover, and a global Ctrl+M hotkey.
dsh-vision-pro-bridge
shainedemo/dsh-vision-pro-bridge
Vision bridge for text-only DeepSeek models: transcribes attached images with deepseek-v4-flash-vision-exp before they reach deepseek-v4-pro, with no third-party dependencies.
dsh-maclens
harzva/dsh-maclens
Apple on-device Vision tools for text-only dsh models: local OCR (zh-Hans + 30 langs), image classification, face detection, document layout, and a combined describe — 100% offline, no API key, tall-screenshot slicing.
dsh-web-search-zhipu
partingqaq/dsh-web-search-zhipu
GLM (Zhipu bigmodel) web search provider - routes ctx.web search through Zhipu's Anthropic-compatible endpoint with the native web_search server tool, billing your existing GLM quota or Coding Plan instead of the DeepSeek platform. Includes a translation layer for Zhipu's non-standard tool_result response layout.
dsh-search-hub
lzh3070/dsh-search-hub
Configurable web search hub for the built-in web_search tool: switch the active entry between DeepSeek official native search and Zhipu GLM web_search, with entry and credential management on a Settings page tab.
dsh-web-kimi
kenny2077/dsh-web-kimi
Kimi Coding web search and web fetch providers for the DeepSeek Harness — one coding-plan key fills both ctx.web seams (POST /v1/search and /v1/fetch), a settings card in the GUI stores it via the credentials service, and the fallback chain reads the Kimi CLI config for zero-setup installs.