Floating community panel for the Web UI: 24h hot topics and hot plugins TOP10 with a draggable, always-on-top button.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:littleboylittlegirl/dsh-community-hot
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
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 a24hbadge on fresh threads. - 热门插件 TOP10 (Hot Plugins) — the curated awesome-dsh-plugin community list ranked by GitHub stars (npm-download ranking as an automatic fallback).
- 热门话题 (Hot Topics) — the 24h-hottest GitHub Discussions of
- 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
Links
More in this category
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 2177
Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
ccch1mneyyy/dsh-TUI★ 1004
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/DSH-better-sidebar★ 872
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
omdsh-dev/dsh-at-file★ 154
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
huiliyi37/dsh-tianshu-tui★ 140
A terminal UI (TUI) for DeepSeek Harness.
Nagi-ovo/dsh-visualize★ 88
In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.