插件工坊
Plugin Workshop for the DeepSeek Harness web GUI — a curated plugin catalog that lives in this very repo.
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.
@cyber-moshen/dsh-plugin-market
Plugin Workshop for the DeepSeek Harness web GUI — a curated plugin catalog that lives in this very repo.
What it is
A Settings → Plugin Workshop (插件工坊) page with:
- a card grid of community plugins — each card shows tags (click a tag to search it), GitHub stars, last-commit freshness with a colored maintenance signal, and the installed version / update state;
- search across names, authors and tags, plus an always-visible filter bar (installed state, sort by stars/commit, maintenance state);
- one-click install / update (runs the real
dsh pluginCLI in the background); - a GitHub icon button on every card jumping straight to the repo;
- a settings modal with a GitHub Token field (lifts API rate limits) and a startup auto-update toggle;
- the whole workshop follows the app's own language (Settings → General → Language: 中文 / English);
- a frame-wide "plugins auto-updated — restart to apply" toast after a boot-time auto-update.
The catalog is this repo's own data/plugins.json — anyone can add a plugin by opening a pull request (see Submitting a PR). The plugin fetches it live at runtime; there is no offline cache or snapshot.
Install
One command from anywhere (once published to npm):
dsh plugin --profile web add @cyber-moshen/dsh-plugin-market
From a local checkout:
dsh plugin --profile web add ./dsh-plugin-market -w
Restart the web server, then open Settings → Plugin Workshop.
Usage
The workshop page
- Open Settings → Plugin Workshop.
- Search — matches plugin name, author and tags. Click a
#tagon a card to search that tag. - Filter bar (always visible under the search box):
- Installed — All / Installed / Not installed
- Sort — Stars ↑ · Stars ↓ · Commit ↑ · Commit ↓
- Maintenance — All / Active / Stale / Unmaintained / Unknown
- Card actions:
- ⭐ Stars and 🕓 last commit are fetched live from the GitHub API; the maintenance tile is colored: green = pushed within 3 months, amber = within a year, red = older / archived.
- Not installed →
Installbutton (installs via the npm package). - Installed, newer version available →
Installed vX+Update → vY. - Installed, current → just
Installed vX. - Installed plugins also get an Uninstall button next to
Update. - The GitHub icon (top-right) opens the repo page.
Settings modal (the Settings button next to the search box)
- GitHub Token (optional) — paste a token to raise the API rate limit from 60 requests/hour to 5000/hour. See How to get a token. The
GITHUB_TOKEN/GH_TOKENenvironment variables take precedence. Saving an empty box never clears a stored token; use theClearbutton to remove it. - Auto-update installed plugins on startup — when enabled, the web server checks installed plugins after boot and updates any with newer versions; once done, a toast on the home page asks you to restart the web server to apply.
How to get a GitHub Token
- Go to https://github.com/settings/tokens (Settings → Developer settings → Personal access tokens).
- Click Generate new token (classic).
- Give it a name (e.g.
dsh-plugin-market), set an expiry. - Tick the
reposcope (that is all this plugin needs). - Click Generate token and copy it now (it is shown only once).
- Paste it into the workshop Settings modal and press Save. A
✓ Token saved (···xxxx)line appears once a token is stored.
Keep the token private — it grants write access to your repositories.
Submitting a PR to add your plugin
The catalog is a single JSON file: data/plugins.json.
- Open
data/plugins.jsonin this repo on GitHub. - Click the pencil (Edit) button.
- Copy an existing entry, change it to your plugin, insert it inside
"plugins": [...]. - Commit changes… → Propose changes → Create pull request.
A validation workflow runs on every PR and fails on malformed JSON or missing fields (run it locally with node scripts/validate.mjs data/plugins.json).
Entry shape (keep it simple — everything else is derived from the URL):
{
"url": "https://github.com/you/your-plugin", // your repo URL (required, unique)
"tags": ["记忆增强", "UI美化"], // 0-5 searchable tags (optional)
"npm": "your-npm-package" // required — install/update go through the npm package
}
The card name, author and stats are all derived from url; npm is required — installation and updates go through the npm package (GitHub installs are not used).
See CONTRIBUTING.md for details.
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.