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.

Myrules — DSH Plugin for DeepSeek Harness
← Plugins

dsh-myrules

Myrules

My Rules for DeepSeek Harness (DSH): edit your host-wide global instructions (~/.dsh/AGENTS.md) from the DSH Web settings page — the custom instructions apply to every chat on this machine. 在 DSH Web 设置页编辑此主机全局指令(~/.dsh/AGENTS.md)的插件——自定义指令适用于此主机上所有聊天。

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-myrules@0.1.1
READMECompatibilityVersions

Compatibility and provenance

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

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/21/2026

Versions

0.1.1stable
8/16/2026
Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
26.9 kB
Files
8
Surface
web
License
MIT
Source
npm
GitHub
★ 8
Weekly downloads
66
Last push
8/21/2026
View source ↗
Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

README

dsh-myrules

My Rules for DeepSeek Harness (DSH): edit your host-wide global instructions from the DSH Web settings page. A "Customize" section (个性化) provides a multi-line editor for $DSH_HOME/AGENTS.md — the file dsh-agent-instructions injects into every session on this machine as a durable instruction block.

Edit once, save — new sessions apply it immediately; the current session picks it up after its next file operation. No restart needed.

Install

dsh plugin --profile web add dsh-myrules

Restart dsh web, then open Settings → Customize.

Usage

  1. Open Settings → Customize (个性化)
  2. Edit your custom instructions (Markdown, one or many lines)
  3. Click Save

Saving is straightforward:

  • an empty save deletes the file (clearing the instructions) — confirm first
  • content beyond the 64 KB instruction budget is saved with a warning (the renderer omits broader files before truncating the most specific one)

How it works

  • Host (lib/host.js): a TypertRemoteService gateway under the myRules wire namespace — readGlobalRules / writeGlobalRules. The file path resolves through $DSH_HOME (config → env → ~/.dsh).
  • Client (lib/client.js): a standard client-modules bundle registering the settings.section page; fully localized (zh/en).
  • Effect: no hot-reload needed — DSH's built-in dsh-agent-instructions watches the user-global scope and re-injects on file changes.

License

MIT