DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Reqsys — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
R

dsh-reqsys

Reqsys

Requirements management system (行迹 & 未竟): a standalone plugin extracted from dsh-pet. Activated by double-clicking the pet or bridge events; data is stored in ~/.dsh/requirements/.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Ringo-P-GIT/dsh-reqsys#c5a0fe72dfe35fd2780116413cab2bd059cd7a9e
READMECompatibilityVersions

Compatibility and provenance

Reqsys is published as dsh-reqsys and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/11/2026

Versions

0.1.0stable
9/11/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Not declared
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/17/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

dsh-reqsys

需求管理系统(行迹 & 未竟)—— DSH(DeepSeek Harness)插件。

从 dsh-pet(魔改版)剥离为独立插件,不再依赖宠物。

功能

  • 行迹 —— 浏览、检索、导入/导出需求列表
  • 未竟 —— 跟踪未完成任务
  • 双击唤醒 —— 双击宠物/桥接事件弹出快速录入框
  • 数据持久化 —— 需求存储于 ~/.dsh/requirements/data.json

安装

本插件作为 DSH profile 依赖安装,通过 cordis.patch.yml 注入插件行。

# 在 profile 目录下
pnpm add dsh-reqsys

配置 profile/cordis.patch.yml:

- insert:
    - id: reqsys
      name: 'dsh-reqsys'
      config: {}

开发

git clone https://github.com/Ringo-P-GIT/dsh-reqsys
cd dsh-reqsys
# 无额外依赖;peerDeps 由 DSH 运行时提供

API

端点方法说明
/dsh-reqsys/api/requirementsGET获取所有需求
/dsh-reqsys/api/requirementsPOST新增需求
/dsh-reqsys/api/requirements/:idPUT更新需求
/dsh-reqsys/api/requirements/:idDELETE删除需求

许可

MIT