DeepSeek Harness Plugin

littleboylittlegirl/dsh-community-hot

Stars ★ 0 Category UI Enhancements Added 2026-08-15

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 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

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →