DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Prompthub Dsh Ecosystem — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
P

prompthub-dsh-ecosystem

Prompthub Dsh Ecosystem

面向 DeepSeek Harness 的 PromptHub 插件和技能目录

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:loiasdi/dsh-prompthub-ecosystem#ed827c5ba100ebcd1409460f068f88b82c4adc25
README兼容性版本

兼容性与来源证明

Prompthub Dsh Ecosystem 以 prompthub-dsh-ecosystem 发布,当前版本为 0.1.3。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/26

版本

0.1.3stable
2026/8/26
最新版
0.1.3
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
UNLICENSED
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/8/26
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

PromptHub Ecosystem for DeepSeek Harness | DSH Plugins & Skills

English | 简体中文

PromptHub Ecosystem is a DeepSeek Harness (DSH) plugin catalog for discovering DSH plugins and AI agent skills. It adds a read-only PromptHub directory to DSH Web Settings with search, categories, source links, author and Star metadata, compatibility details, and resource details.

This repository is the standalone distribution repository for the DSH integration. It is not a third-party code executor or an npm package registry.

Features

  • DSH Plugin catalog: discover DeepSeek Harness plugins and copy their official installation command.
  • AI Skill directory: browse community skills, GitHub source paths, supported agents, and distribution information.
  • Bilingual UI: Chinese and English interface strings and API locale selection.
  • Search and filters: search, category, sort, pagination, and separate Plugin/Skill views.
  • Safe read-only proxy: same-origin DSH host route, HTTPS source URL validation, request timeout, response-size limit, and stale-cache fallback.
  • No automatic installation: the catalog never runs npm, pnpm, shell scripts, or third-party Plugin/Skill code.

Installation

GitHub installation

Install a fixed release tag for predictable upgrades:

dsh plugin --profile web add github:loiasdi/dsh-prompthub-ecosystem#v0.1.3

For the latest committed version, omit #v0.1.3. Pinning a release tag is recommended for production-like environments.

Local package installation

Download the .tgz asset from the v0.1.3 Release, or build it from a checkout:

npm run pack:local

The package is written to dist/prompthub-dsh-ecosystem-<version>.tgz. Install it with an absolute path:

dsh plugin --profile web add /absolute/path/prompthub-dsh-ecosystem-0.1.3.tgz

The package can be copied to another machine; GitHub access is not required on that machine.

Development link

dsh plugin --profile web add link:/absolute/path/to/dsh-prompthub-ecosystem

Restart the DSH Web profile after installation, upgrade, or removal.

Upgrade and removal

dsh plugin --profile web add github:loiasdi/dsh-prompthub-ecosystem#v0.1.3
dsh plugin --profile web remove prompthub-dsh-ecosystem

For local packages, run add again with the path to the new .tgz file.

Requirements

  • DeepSeek Harness CLI with the web profile.
  • Node.js ^22.19.0 or >=24.0.0.
  • pnpm available on PATH; the current DSH workspace uses pnpm 11.7.0.
  • GitHub installation needs GitHub network access; local .tgz installation does not.
  • The plugin runs in the DSH Web client (dsh.client.platform = web).
  • The public PromptHub catalog does not require a database, API key, or PromptHub login. Login is only needed for actions protected by PromptHub after leaving the catalog.

Security

PromptHub Ecosystem only reads public catalog data through the PromptHub API. It does not read DSH credentials, store PromptHub passwords, modify profiles, upload local files, install resources, or execute third-party code. External links are restricted to HTTPS and open in the user's normal browser flow.

Configuration

The bundle configuration in cordis.patch.yml supports:

  • apiBaseUrl: PromptHub API origin and /api prefix.
  • requestTimeoutMs: upstream request timeout.
  • cacheTtlMs: in-memory fresh-cache lifetime.

The default API endpoint is https://prompthub.xin/api.

Development

npm test
node --check index.js
node --check client.js
npm run pack:local

The packaging script runs tests, syntax checks, archive inspection, and prints the package size and SHA-256. GitHub source packages with a prepare build script may require a pnpm 10+ allowBuilds entry in the target Profile's pnpm-workspace.yaml; this package has no prepare step.

Links

  • PromptHub
  • DeepSeek Harness
  • Releases and local packages

License

This repository is currently distributed as an unpublished, private npm package (private: true) through GitHub and local .tgz artifacts. Third-party resources listed by PromptHub retain their original licenses.