DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-daemon

DeepSeek Harness plugin that manages dsh web as an auto-starting, health-monitored background service.

Terminal & TUIDeveloper ToolsSecurity & PolicyRemote Execution
2GitHub Stars1ForksUpdated2026-09-18

Install

$ dsh plugin --profile web add @chenkai114/dsh-daemon

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-daemon installs a DSH web-profile bundle exposing seven tools to install, supervise, start, stop, update, inspect, and remove a watchdog for dsh web. It uses per-user service registration on macOS, Linux, and Windows.

Key Capabilities

  • Installs through `dsh plugin --profile web add @chenkai114/dsh-daemon` as a declared `dsh.bundle`.
  • Registers user-level watchdog startup using LaunchAgent on macOS, systemd or cron on Linux, and a scheduled task on Windows.
  • Checks `http://127.0.0.1:<port>/health` on a configurable interval and restarts dsh web after three consecutive failures.
  • Provides seven agent-callable `dsh_daemon_*` tools for installation, lifecycle control, status, reinstallation, and updates.
  • Generates a standalone Node.js watchdog script under `$DSH_HOME/daemon/` that does not depend on the current DSH session.
  • Supports configurable registry update checks and download or deferred-restart update modes.

Useful For

  • Keep a local dsh web server running across login, sleep/wake, and service failures.
  • Manage the DSH web service through agent tools or the generated `dsh-daemon` terminal command.
  • Reinstall supervision after changing the monitored web port or upgrading DSH.
  • Pause watchdog restarts while intentionally stopping the managed web service.

Who It Fits

  • DeepSeek Harness users running the web profile locally.
  • Users who need persistent, user-level dsh web supervision on supported operating systems.

Documented Limitations

  • The plugin requests `danger-full-access` because it manages user service definitions, files, and commands; deployments that deny escalation cause its tools to fail in the sandbox.
  • Windows support is described as implemented but not verified on a real Windows machine.
  • Installing or uninstalling does not affect the current running session, while the documented `restart` and `stop` commands interrupt open sessions.
  • The watchdog requires Node.js 18 or newer.
  • Auto-update behavior depends on pnpm, access to the configured npm registry, and the web-profile installation location.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 0 runtime, 1 development, 2 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
chenkai2/dsh-daemon
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
c37d970 · 2026-09-20

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
2GitHub stars
Forks
1
Open issues
1
Last commit
2026-09-18
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app