DeepSeek Harness plugin

dsh-plugin-marketplace-lijma

User-confirmed DSH Index discovery, install preparation, issue drafts, and community report drafts for DeepSeek Harness.

Jump to install

Source facts

Repository
lijma/dsh-plugin-marketplace
Latest update
Aug 15, 2026
Category
Plugin Markets & Managers
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/lijma/dsh-plugin-marketplace
Plugin: dsh-plugin-marketplace-lijma
Author: lijma

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

DSH Plugin Marketplace

> Browse and install plugins in DeepSeek Harness, and share your usage feedback with the community.

![MIT License](LICENSE) ![DSH Index](https://dshindex.dev)

English · 中文

![Marketplace: search a skill source and add its install prompt to the active Harness message box](assets/marketplace-skill-install.gif)

What it is

DSH Index is a public index of DeepSeek Harness plugins, built from the GitHub dsh-plugin topic. DSH Plugin Marketplace brings that index into DeepSeek Harness: browse and inspect plugins, install them with your explicit confirmation, and report back to the community.

It runs inside DeepSeek Harness as a plugin, and ships the same capabilities to the dsh-index CLI.

Installation

dsh plugin --profile web add @dshindex/dsh-plugin-marketplace

Then restart dsh web. The package ships a host plugin, a Web client bundle, and the dsh-index CLI in one bundle.

Features

In DSH Web

  • Discover — search and inspect DSH Index sources, see the current indexed total, and hand an editable Install plugin <repository URL> prompt to the Agent.
  • Report issues — turn a failure into a redacted GitHub or Gitee Issue draft; review and submit it, then watch its state.
  • Give feedback — score a plugin, answer an FAQ, or report a pitfall.

In the CLI

The same typed client powers the DSH tools and the dsh-index CLI:

dsh-index doctor
dsh-index plugins list --query "git" --tag workflow --cursor <cursor>
dsh-index plugins summary
dsh-index plugins show owner/repo
dsh-index install prepare owner/repo
dsh-index issue draft github owner/repo --title "…" --body "…"
dsh-index issue submit github owner/repo --title "…" --body "…" --confirm
dsh-index issue watch github owner/repo 42 --etag <etag>
dsh-index report score owner/repo --score 4 --share
dsh-index report faq owner/repo --text "…" --share
dsh-index report pitfall owner/repo --text "…" --share

The CLI is an interface to the same policy-enforced library, not a route around consent. In Harness, the equivalent abilities are model-callable tools whose side-effecting calls go through the normal user-approval policy.

Trust & consent by design

  • A dsh-plugin topic match is a discovery candidate, never a compatibility or safety claim.
  • Every install is a user-confirmed handoff — there is no background install.
  • Issue drafts are redacted before submission; tokens, secrets, source files, and raw transcripts are excluded by default.
  • Scores and reports stay private until the author opts in and DSH Index approves them.
  • Issue polling is local and conservative, using conditional reads and backoff.

Relationship to DSH Index

ProductResponsibilityIt does not do
DSH IndexPublic discovery, daily snapshots, observed movement, and moderated community referenceCertify a repository, audit security, or recommend an installation
MarketplaceDeepSeek Harness action layer: search, inspect, user-confirmed install, issue drafts/status, and contributionsSilently install packages, silently file issues, or publish raw user data

Development

npm install
npm run check   # build + 100% coverage tests

License

MIT. See [LICENSE](LICENSE).