DeepSeek Plugins

Using plugins

Install plugins

Prefer a fixed version published by the original author and verify that the command targets the correct Harness Profile.

Pre-install checks

  • Confirm the link points to the original developer repository rather than a mirror.
  • Inspect the manifest, entry point, permissions, and latest upstream release notes.
  • Prefer Release assets with checksums; source installs should pin a commit.
  • Read every prepare, postinstall, and system-permission request.

Command structure

Use the package and Profile documented by the original repository. A published npm package often follows this pattern:

npx -y @deepseek-ai/dsh plugin --profile web add <package>@<version>
dsh web

After installation

Restart the target Profile, confirm the plugin appears in the installed list, and run the author’s smallest health check. Record the plugin version and environment when reporting an issue upstream.