2160039878-cyber / dsh-plugin-market

목록에 있음

A loud GitHub plugin radar for DeepSeek Harness.

main도구 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:2160039878-cyber/dsh-plugin-market

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 3bc4b0e동기화 2026. 8. 18.

DSH Plugin Market

A verified-first plugin store DeepSeek Harness can actually use.

DeepSeek Harness Plugin License: MIT

dsh-plugin-market adds a floating verified plugin store to DeepSeek Harness Web. It opens with a local curated directory, supports Chinese and English search, can discover GitHub leads, checks whether a repository looks installable, opens GitHub, and copies pinned install commands for built-in verified entries.

DSH Plugin Market screenshot

Why This Exists

DeepSeek Harness says everything is a plugin. Great. But the ecosystem is already noisy: topics, awesome lists, random forks, half-working experiments, and hidden gems are all mixed together.

This plugin gives you a safer store inside DSH:

  • Browse 12 verified plugins without leaving the app, including market, manager, skin, workflow, runtime, and developer entries.
  • Search the directory in Chinese or English.
  • Paste an exact owner/repo or GitHub repository URL when search indexing is slow.
  • Use GitHub search only as lead discovery.
  • See Chinese summaries, stars, language, update time, and descriptions at a glance.
  • Copy a dsh plugin --profile web add github:owner/repo#commit command for built-in verified entries.
  • Run a quick installability check for package.json, dsh.bundle.patch, patch files, and Web client entry points.
  • Stay safe: no automatic remote install, no API key access, no hidden writes.

Features

  • Verified directory first: no network request is needed to show usable plugins.
  • Chinese search expansion: words like 皮肤, 市场, 沙箱, 会话, 模板 map to relevant English tags.
  • The panel does not auto-search on open; this avoids immediate failures when api.github.com is blocked or rate-limited.
  • GitHub discovery is explicit: click 搜 GitHub to search remote leads.
  • Built-in verified entries are pinned to a checked Git commit.
  • GitHub leads are checked; they can be shown as installable, but they are marked as not commit-pinned.
  • Direct repository lookup without the GitHub Search API: 2160039878-cyber/dsh-plugin-market or https://github.com/2160039878-cyber/dsh-plugin-market.
  • Sort by stars, update time, or forks.
  • Open matching repositories on GitHub.
  • Check whether a repository looks like a real DSH bundle.
  • Copy pinned install commands for built-in verified entries.
  • Works as a DSH Web client plugin.
  • No build step.
  • No dependencies.
  • No token storage.

Registry

The built-in directory lives in registry/plugins.json. Entries are intentionally conservative: a repository must expose a root package.json, declare dsh.bundle.patch, have the referenced patch file available, and record a 40-character verified commit. As of v0.4.0 it includes 12 checked repositories, with skin/theme plugins such as dancingmemory/dskin, KinGao294/dsh-skin, and luoyan96/dsh-catnap-studio.

Built-in install commands are pinned:

dsh plugin --profile web add github:owner/repo#verified_commit_sha

Design References

This project follows the public DSH plugin ecosystem's practical patterns without copying third-party code:

  • dsh-plugin-installer separates discovery from install action;
  • dsh-market makes browsing faster with category-first navigation;
  • dsh-skin shows why theme plugins need a first-class skin category instead of being buried in free-text search.

Check the registry locally:

npm run check

Install

dsh plugin --profile web add github:2160039878-cyber/dsh-plugin-market
dsh web

Open http://127.0.0.1:3080/ and look for the 插件市场 button in the top-right corner.

Local Development

git clone https://github.com/2160039878-cyber/dsh-plugin-market.git
cd dsh-plugin-market
npm run check
dsh plugin --profile web add file:$PWD
dsh web

Rollback

dsh plugin --profile web remove dsh-plugin-market

Safety Model

This project is a browser-side helper. It reads public GitHub repository search results through the GitHub Search API and renders them in DSH Web.

It does not:

  • read DSH API keys;
  • install remote code automatically;
  • write to your DSH profile by itself;
  • call private GitHub APIs;
  • persist repository lists locally.

Status

v0.4.0. Directory-first, includes verified skin/theme plugins, category filters, and pinned install commands.

Planned only if needed:

  • installed-plugin detection;
  • richer registry review workflow;
  • better category filters;
  • GitHub rate-limit status;
  • one-click install behind explicit confirmation.

Historical Versions

Historical source snapshots are kept in archive/ in addition to Git tags and GitHub releases.

License

MIT

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

문서감지됨

저장소 정보

언어
JavaScript
라이선스
MIT
최신 릴리스
v0.4.0
마지막 업데이트
2026. 8. 16. 오전 2:55

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.