DeepSeek Agent
插件市场Agent 与自动化dsh-plugin-shop
DEEPSEEK HARNESS PLUGIN

dsh-plugin-shop

The most comprehensive DeepSeek Harness plugin market — refreshed daily, sourced across the Internet, reviewed before publishing.

插件介绍

The most comprehensive DeepSeek Harness plugin market — refreshed daily, sourced across the Internet, reviewed before publishing.

agentdeepseekdeepseek-harnessdeepseek-harness-plugindshdsh-pluginharness

项目详情摘要

dsh-plugin-shop The plugin shop for DeepSeek Harness** — discover, install, enable and update dsh plugins from a browsable, git-auditable catalog. English | 中文 📦 Install the shop Two tracks. They do the same thing; pick the one that matches who is reading. 🧑 For people Prerequisites:** Node.js. Running the harness itself needs no install — the upstream-documented form is `npx -y @deepseek-ai/dsh web`. Plugin management goes through `dsh plugin`, which spawns both the `dsh` command and `pnpm` — install them once with `npm install -g @deepseek-ai/dsh pnpm` and verify with `dsh --version` and `pnpm --version`. Replace `web` with your profile if you use another one. Restart `dsh` once — a newly added bundle is not applied to a running process — then open **Settings → Plugins → Plugin shop** 🤖 For agents Non-interactive. `--profile` is **mandatory**; without it `dsh plugin` exits with `error: required option '--profile ' not specified`. The same fact as step 3 lives in `$DSH_HOME/profiles/ /package.json` under `dsh.profile.bundles`, if you would rather read the manifest than parse CLI output. Per-failure diagnostics are in the package README. 🖼️ Screenshots Installing an unreviewed plugin requires an explicit acknowledgement The same shelf in the dark theme ✨ Highlights **🌐 Whole-registry harvest** — every npm package keyed `dsh-plugin` or `deepseek-harness`, plus every GitHub repository using them as topics. Nothing is submitted here; there is no queue to join. **🧹 Hard filtering** — every candidate is gated mechanically on every build, and one that fails becomes a named rejection carrying one of seventeen recorded reasons, in words its author can read. The `plugins` and `filtered` badges above count both sides, live. **🔌 Dependency check on your machine** — your installati

摘自项目公开 README,可能随上游仓库更新。

安装方法

建议先在测试 Profile 中安装,并检查权限、安装脚本和依赖。

npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LivXue/dsh-plugin-shop

使用前检查

  • 确认项目符合 DSH bundle 规范,而不只是相关仓库。
  • 阅读许可证和安装脚本,检查网络、文件及执行权限。
  • 备份配置,并确保插件能够安全卸载或回滚。