dshbase

Plugin directory / Developer / dsh-qrules

dsh-qrules

Unverified 2128627267

✓ Actively maintained Builds on 1 official DSH packages

View on GitHub ↗ ← Back to plugin directory

1Stars
0Forks
0Open issues
Language
2026-08-15Last push
Cross-platformPlatform

What it does

A plugin in the Developer category for DeepSeek Harness.

Our take
Unverified — not yet verified

A plugin in the Developer category for DeepSeek Harness. Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

dsh-qrules 规则(全局 + 工作区)

为 DeepSeek Harness 增加两级规则系统:

  • 全局规则:对所有会话生效
  • 工作区规则:仅对当前工作区生效
  • 规则自动注入 system prompt(模型每次读取并遵守);模型也可随时调用 rules_read 工具读取
  • 存放位置可配置:可指定统一目录(任意绝对/相对路径),或放到各工作区文件夹内的指定位置(默认 .dsh-features/global-rules.json.dsh-features/rules.json

Host RPC(HTTP JSON)

方法 入参 说明
GET /dsh-qrules/list 返回 { global, workspace, config }
POST /dsh-qrules/save { scope, rule } 新增/更新规则
POST /dsh-qrules/delete { scope, id } 删除规则
POST /dsh-qrules/import { scope, items } 导入规则数组
POST /dsh-qrules/config { globalRulesPath, workspaceRulesPath } 修改存放路径(保存后从新路径重载)

模型工具

  • rules_read:读取当前生效的全部规则

安装(原生 bundle,与 dshmarket 同类)

本插件是标准 DSH bundle:安装后作为普通插件加载,不产生 Cordis 动态插件、无需批准、无需任何手动激活

dsh plugin --profile web add dsh-qrules

然后重启 dsh web

  • host 直接作为普通 Cordis 插件运行;
  • 设置页“规则”由标准 client bundle 直接挂载;
  • 不出现 qrule-*,也没有 run-* 消息。

仓库


Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install dsh-qrules for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:2128627267/dsh-qrules

Headless (CLI) profile:

dsh plugin --profile headless add github:2128627267/dsh-qrules

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-27
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7795 plugins →