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.

Genshin Redirect — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
G

dsh-genshin-redirect

Genshin Redirect

DeepSeek Harness web plugin: when a task (conversation turn) completes, open the Genshin Impact official site matching the computer's Windows display language. · DSH Web 插件:任务完成后按电脑显示语言跳转对应语言的《原神》官方站点。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:tianhanly/dsh-genshin-redirect#097442bbb909a6ce3069f30ade71e527b2032077
READMECompatibilityVersions
Preview

Compatibility and provenance

Genshin Redirect is published as dsh-genshin-redirect and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/30/2026

Versions

1.0.0stable
8/30/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/30/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 search-research.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

dsh-genshin-redirect

DeepSeek Harness web plugin — when a task (conversation turn) completes, open the Genshin Impact official site that matches the computer's Windows display language.

简体中文 ·

Preview

Preview

What it does

  • Fires at the end of every completed task (conversation turn).
  • Detects the computer language in this order (display language first):
    1. Windows display language — first entry of the user language list (HKCU\Control Panel\International\User Profile\Languages), falling back to the display-language override and then Get-UICulture;
    2. regional format (Get-Culture);
    3. the harness locale preference (Settings → Language);
    4. a configurable default (en).
  • Opens the matching official site in your default browser (a new tab; the DSH page is left untouched):
Language (display language tag)Site
zh-Hans-*, zh-CN, zh-SGhttps://www.yuanshen.com/#/
zh-Hant-*, zh-TW, zh-HK, zh-MOhttps://genshin.hoyoverse.com/zh-tw
en-*https://genshin.hoyoverse.com/en
jahttps://genshin.hoyoverse.com/ja
kohttps://genshin.hoyoverse.com/ko
fr / de / es / pthttps://genshin.hoyoverse.com/fr · /de · /es · /pt
ru / th / vi / idhttps://genshin.hoyoverse.com/ru · /th · /vi · /id
it / trhttps://genshin.hoyoverse.com/it · /tr
any other languagehttps://genshin.hoyoverse.com/en (fallback)
  • A 15-second cooldown merges bursts of completions (e.g. sub-tasks finishing) into one open.

Requirements

  • DeepSeek Harness web profile (dsh web)
  • Node.js ^22.19.0 || >=24.0.0

Install

# 1. Add the plugin to your web profile:
dsh plugin --profile web add "github:<your-username>/dsh-genshin-redirect"

# 2. Add "dsh-genshin-redirect" to `dsh.profile.bundles` in the profile
#    package.json (next to the other bundle entries).

# 3. Restart the web server:
dsh web

Manual alternative: add "dsh-genshin-redirect": "github:<your-username>/dsh-genshin-redirect" to the profile package.json dependencies, add "dsh-genshin-redirect" to dsh.profile.bundles, run the profile's package install, and restart.

Local folder: dsh plugin --profile web add "file:C:\path\to\dsh-genshin-redirect".

Configuration (optional)

Extend the row in cordis.patch.yml:

- insert:
    - id: dsh-genshin-redirect
      name: dsh-genshin-redirect
      config:
        cooldownMs: 15000   # minimum gap between two browser opens (0 = always open)
        defaultLang: en     # fallback language when nothing is detected

Notes

  • The site opens in the system default browser; the harness page is not navigated away.
  • Every completed turn triggers a check. In a multi-session deployment the plugin is process-global, so completions from any session can open a tab (cooldown applies).
  • If the display language has no official Genshin site, the English global site is used.

License

MIT