发现最好的 DSH 插件

实时扫描最新社区关于 DeepSeek Harness 发布的插件

540个结果

dsh-plugin-greeter

A DeepSeek Harness (dsh) plugin that greets the user at the start of every session with varied wording, learns their name on first use, and greets them personally afterward.

效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YohtHill/dsh-plugin-greeter
dsh-plugin-hooks

DeepSeek Harness plugin: Claude-Code-style lifecycle hooks for DSH. Configure shell commands that run automatically before/after model tool calls (pre-tool / post-tool) with a JSON payload on stdin; pre-tool non-zero exits block the call.

开发工具 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:truelove-dreamer/dsh-plugin-hooks
dsh-plugin-model-autofill

Auto-complete missing model display name, context window, and max output tokens in the llm-pi-ai settings namespace from the pi-ai built-in catalog.

效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:birdman1992/dsh-birdman-plugins#db6e2f3d4ece46ab36b5fdd0ee345e548e93a2b0&path:plugins/dsh-plugin-model-autofill
dsh-plugin-pptkit-presentation

DeepSeek Harness plugin bundle that registers the pptkit-presentation Agent Skill (PPTKit deck authoring, preview, and PPTX export) with DSH's skill catalog.

Agent 协作 · 效率 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:openHacking/pptkit-presentation#a5a08b9e15d5e297b10f0b80aa8451d777183f2e&path:packages/dsh-plugin-pptkit-presentation
dsh-plugin-recall

DeepSeek Harness plugin: cross-session memory for the model. Full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context — recall earlier decisions, commands, and mistakes.

memory · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:truelove-dreamer/dsh-plugin-recall
dsh-plugin-session-import

DeepSeek Harness 插件:导入 claude-code / codex / reasonix / zcode 的聊天记录为 dsh 会话(含工作区绑定)。

开发工具 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:huguangyu666/dsh-plugin-session-import
dsh-plugin-verified-search

Verified current-source search workflow for DeepSeek Harness

效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:f0909172434/dsh-plugin-verified-search
dsh-plugin-whalefeed

DeepSeek 鲸鱼娘 Token 喂养桌宠:每个会话独立一只鲸鱼娘,随 token 消耗自动进食、肚子变大、阶段成长 | Feed a per-session whale girl with your token usage in DeepSeek Harness web UI

界面 · 效率
dsh-plugin-workspace-artifacts

产物视图:在 Web 会话视图添加「产物」标签,浏览当前工作区文件树并查看文件内容(代码高亮 / Markdown 渲染)。

效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:birdman1992/dsh-birdman-plugins#db6e2f3d4ece46ab36b5fdd0ee345e548e93a2b0&path:plugins/dsh-plugin-workspace-artifacts
dsh-plugin-workspace-rules

Load Cursor, Gemini CLI, and GitHub Copilot workspace instructions into DeepSeek Harness.

效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:youjiaqi421/dsh-plugin-workspace-rules
dsh-polling

Recurring/scheduled tasks (轮询任务/定时任务) plugin for DeepSeek Harness: cron-driven polling jobs as real sessions, natural-language creation, model tools (polling_create/list/edit/delete/trigger) and a web UI. Install-and-go via `dsh plugin add`.

Agent 协作 · 界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:cnyac/dsh-polling
dsh-projects

Codex-style projects for DeepSeek Harness: isolated named work units with a persistent background/goal description, injected into every bound session (default on)

Agent 协作 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Alexis-fish/dsh-projects
dsh-quant-workspace

Self-contained DSH plugin for single-ticker quant analysis: bundled Python engine (Yahoo data, Bollinger mean-reversion) with signal card / backtest / review tools.

效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:AllenCX/dsh-quant-workspace
dsh-qwen-voice

Voice control and multi-session task dispatch for DeepSeek Harness, powered by Qwen Audio Agent

Agent 协作 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:leaveimagination/dsh-qwen-voice
dsh-recall-plugin

DSH 消息撤回插件:在用户消息气泡旁加「撤回」按钮,把项目文件(独立影子 git 仓库快照)与对话历史(官方 fork)一并回退到该消息发送之前。

开发工具 · memory · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:limbo947/dsh-recall-plugin
dsh-remote

Remote-work assistant for DeepSeek Harness: connect SSH (password or key) to a remote host, pick a remote workspace directory, and operate on it with remote_list_dir / remote_read_file / remote_exec tools from the agent and a settings-page browser.

Agent 协作 · integrations · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:flymysql/dsh-remote
dsh-remote-protocol

Wire protocol shared by the dsh remote-sandbox sidecar and its host-side providers: framed request/response plus streaming chunks over one WebSocket.

Agent 协作 · integrations · 效率
dsh-remote-sandbox

One-line DeepSeek Harness bundle that moves the execution world into a crash-resilient, heartbeat-kept, workspace-synced E2B sandbox.

Agent 协作 · integrations · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:weijiafu14/dsh-remote-sandbox#23bb0cf3787371c2430980c76a67998ae460f371&path:packages/bundle
dsh-remote-sidecar

In-sandbox executor for the dsh remote-sandbox suite: a single pure-JS bundle that serves fs and process primitives over the sidecar WebSocket protocol.

Agent 协作 · integrations · 效率
dsh-rename

DeepSeek Harness slash command: rename the current session with /rename, or let the model read the conversation and pick the name for you

Agent 协作 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lmst2/dsh-rename
dsh-replay-studio

DSH plugin: visual session replay — browse, compare, and debug agent sessions in a local web UI.

Agent 协作 · 开发工具 · 界面 · 效率
dsh-report-studio

Turn a DeepSeek Harness session into deliverable work reports (daily/weekly/handoff/article) with verifiable receipts

Agent 协作 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ciceroyang/dsh-report-studio
dsh-research-first

Research-first assistant for DeepSeek Harness: gently nudge the agent to investigate docs / code / community before edits, detect blocked research, and record every hint in the session log.

Agent 协作 · 开发工具 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:outnever/dsh-research-first