After copying, paste the prompt into DSH, Codex, or your usual agent.

DeepSeek Harness Plugins

Browse community DeepSeek Harness plugins for the capability you need.

Search DeepSeek Harness plugins by capability, category, creator, stars, and source activity. Each listing stays connected to its public repository so you can review third-party code before using it.

9,603DeepSeek Harness plugins indexed

What are DeepSeek Harness plugins, exactly?

Think of DeepSeek Harness as an AI assistant that can act on your project. The model reasons, while the Harness reads files, runs commands, calls tools, and keeps conversations. A plugin adds a capability, changes the interface, or replaces one of those parts.

DeepSeek Harness plugins can help a text-only model read screenshots, remember information between sessions, notify you when work finishes, or show files and Git inside the Web UI. Start with the question: “What do I want DSH to do?”

How do you use DeepSeek Harness plugins?

Start DSH, search by task, ask an agent to read the repository, and install only after you understand the plugin.

Open the full setup guide
  1. 01

    Start DeepSeek Harness

    Install Node.js, run npx @deepseek-ai/dsh web, add your model API key in Settings, and choose a workspace.

    See the startup steps
  2. 02

    Describe the capability in one sentence

    Search for the result you want, such as “read screenshots,” “remember across sessions,” “notify me when the task finishes,” or “change the interface.”

    Search by task
  3. 03

    Ask an agent to read the plugin first

    Send the GitHub link to DSH, Codex, or another agent and ask it to explain the purpose, permissions, installation, and removal steps. Paste the README if it cannot open GitHub.

    Browse plugins with GitHub sources
  4. 04

    Confirm, install, and try one small task

    Run the detail-page command yourself, or let an agent with terminal access run it after you approve. Restart DSH and test one narrow task.

    Read the full setup guide

Answer these four questions before installation

If one answer is unclear, wait before running the command.

  • What problem does it solve?

    Its one-sentence purpose should match a task you actually need.

  • How do I install and use it?

    The README should include commands, screenshots, or a working example.

  • Is someone still maintaining it?

    Check recent commits, open issues, and any DSH compatibility notes.

  • What can it access?

    Look for file, network, API key, command, and external-service access.

CAN THEY BE SHARED?

Can DSH plugins run in Codex, Claude Code, or OpenCode?

Usually not directly. DSH plugins are packaged for and loaded by DeepSeek Harness. Codex, Claude Code, OpenCode, and other agents have their own extension formats and installation methods.

When can a capability be shared?
If a project also provides MCP, a CLI, an API, or adapters for multiple agents, the underlying capability may be reusable. Each agent still needs its own setup.
What does this directory include?
DeepSeek Harness plugins with a DSH installation method and a public GitHub source that you can inspect.
How can I check quickly?
Look for dsh plugin … add or dsh.bundle in the README. A project that only documents a Skill, MCP server, or another agent may not be a DSH plugin.

Frequently asked questions

Start here if DeepSeek Harness plugins are new to you.

01

What are DeepSeek Harness plugins?

They are modules installed into DSH to add capabilities such as vision, cross-session memory, notifications, scheduled work, model connections, or a different interface.

02

Why does DeepSeek Harness say “Everything is a Plugin”?

Models, tools, memory, sandboxing, the interface, and the way an agent works through a task can all be combined or replaced. You can add one capability or swap an entire layer.

03

Can I install a DSH plugin in Codex, Claude Code, or OpenCode?

Usually not directly. Each agent has its own extension format and setup. The underlying capability may be reusable when a project also provides MCP, a CLI, an API, or an adapter for that agent.

04

How do I install a DeepSeek Harness plugin?

Start DSH, open the plugin detail and GitHub README, then use the command recommended by the repository. A common form is dsh plugin --profile web add …; restart DSH after installation.

05

Can an agent help me review a plugin?

Yes. Send the GitHub link to DSH, Codex, or another agent that can read it. Ask for the purpose, permissions, installation, and removal steps, and tell it not to run anything until you approve.

06

How do I use a plugin after installation?

Some plugins add buttons or settings, while others give the agent a new tool. Follow the README, restart DSH, and try one small task that clearly needs the plugin.

07

Are DeepSeek Harness plugins safe to use?

Directory inclusion is not a safety review. Check file, network, command, and credential access, then test unfamiliar code in a non-critical workspace.

08

Is DeepSeekPlugins.org an official DeepSeek website?

DeepSeekPlugins.org is an independent community directory. Use the official DeepSeek Harness repository for product facts and each plugin repository for behavior and installation instructions.

Want a fuller guide to DeepSeek Harness plugins?

Read the setup guide