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.

Community Hot — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-community-hot

Community Hot

DSH community popular floating panel: 24-hour trending topics + Top 10 popular plugins, draggable and pinnable, click to expand centered, with list links directly to content pages.

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

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

Compatibility and provenance

Community Hot is published as dsh-community-hot 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/20/2026

Versions

0.1.1stable
8/15/2026
0.1.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
46.4 kB
Files
9
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
71
Last push
8/15/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

Related plugins

More verified plugins in ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-community-hot

A floating panel for the DeepSeek Harness Web UI that surfaces what's hot in the dsh community right now — 24-hour hot topics and the top 10 hot plugins — with a draggable, always-on-top button and deep links straight to the content pages.

中文说明

Features

  • Floating, draggable button — drag it anywhere; the position persists across reloads and it always stays on top.
  • Centered panel — click the button to expand a two-tab panel in the middle of the page.
    • 热门话题 (Hot Topics) — the 24h-hottest GitHub Discussions of deepseek-ai/deepseek-harness, ranked by comments and reactions, with a 24h badge on fresh threads.
    • 热门插件 TOP10 (Hot Plugins) — the curated awesome-dsh-plugin community list ranked by GitHub stars (npm-download ranking as an automatic fallback).
  • Deep links — every row opens the discussion / plugin repository in a new tab.
  • Live badge + auto-refresh — the button shows a live count of 24h-active topics and refreshes on a configurable interval.
  • Configurable — list size, refresh interval, and button label via the ⚙ menu in the panel.

Install

dsh plugin --profile web add dsh-community-hot

Then restart the web profile (or refresh the page if it's already running). The floating button appears in the bottom-right corner of the Web UI.

Requires a web profile (@deepseek-ai/dsh-web-app). On headless profiles the plugin is a no-op.

Data sources

  • Hot topics: api.github.com/repos/deepseek-ai/deepseek-harness/discussions
  • Hot plugins: awesome-dsh-plugin.com/plugins.json (fallback: npm registry search + download counts)

All requests run in the browser against public, CORS-enabled endpoints; data is cached for 10 minutes.

License

MIT