
CriscolTheCoder/dsh-plugin-browser
30Last commit Aug 14, 2026
dsh-plugin-browser DSH plugin
dsh-plugin-browser provides a read-only view of plugins currently loaded in a DeepSeek Harness profile. It adds the `list_plugins` agent tool and an Installed Plugins settings tab with search, status filters, refresh controls, and plugin metadata.
How to install the dsh-plugin-browser DSH plugin
dsh plugin --profile web add github:CriscolTheCoder/dsh-plugin-browserCopying does not run this command. Review the repository and version before use.
Data source
Snapshot date: Aug 15, 2026
manifest-valid
What the dsh-plugin-browser DSH plugin can do
- Registers the `list_plugins` agent tool for listing loaded plugins.
- Adds an Installed Plugins page under Settings → Plugins.
- Displays module names, installed versions, sources, enabled state, Cordis load phase, entry IDs, and bundle-layer information.
- Supports searching and filtering by enabled, disabled, or mount-failed status.
- Provides a read-only `GET /dsh-plugin-browser/list` JSON snapshot endpoint.
- Reads local loader, profile, and node_modules data without network access.
Where the dsh-plugin-browser DSH plugin fits
- Ask an agent which plugins are loaded in the active DSH profile.
- Inspect plugin versions, installation sources, and runtime load status.
- Find disabled or mount-failed plugins through the settings UI.
- Review the profile's plugin bundle-layer stack.
Who the dsh-plugin-browser DSH plugin is for
- DeepSeek Harness users managing plugins in a profile.
- Developers debugging local DSH plugin loading.
- Administrators who need a local read-only plugin inventory.
dsh-plugin-browser DSH plugin limitations
- Reports plugins loaded in the current DSH profile rather than acting as a public plugin marketplace.
- The documented web UI is intended for the web profile/client.
- Its data is local to the DSH environment and does not query online sources.
- The HTTP endpoint is read-only and provides no plugin management actions.
Objective checks
These signals come from public metadata scans. They are not a security certification.
- info
dependency counts
package.json declares 0 runtime, 0 development, 1 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.
dsh-plugin-browser DSH plugin alternatives
dsh-builtin-toggles
6
A DeepSeek Harness Web plugin that provides a Chinese catalog of built-in plugins and policy-controlled UI toggles.
dsh-auto-continue
12
DSH Web UI plugin that automatically sends a configurable continue prompt after qualifying interrupted requests.
dsh-spotlight
5
Keyboard-first command palette for DeepSeek Harness Web.
dsh-at-file
150
Adds Codex-style @path mentions to the DeepSeek Harness web composer for workspace file and directory references.
dsh-plugin-browser DSH plugin questions
What is the dsh-plugin-browser DSH plugin?
dsh-plugin-browser is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.
How do I install the dsh-plugin-browser DSH plugin?
The page shows the install command captured from the source record. Copying does not run it, so confirm the package, profile, and version against upstream documentation first.
Which DSH profile does dsh-plugin-browser use?
The snapshot records web as the dsh-plugin-browser profile. DSH conventions can change quickly, so verify the manifest and README before installation.
Is dsh-plugin-browser compatible with the current DSH release?
The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.
What should I do if dsh-plugin-browser fails to load?
Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.
What are the closest alternatives to dsh-plugin-browser?
Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.