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.

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

dsh-hot-trends

Hot Trends

China real-time trending data collector: Weibo/Baidu/B站/知乎 hot searches, App Store rankings, QQ音乐 charts, etc., with no API Key. Tool + skill bundle for DeepSeek Harness.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-hot-trends@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Hot Trends is published as dsh-hot-trends and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/18/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
16 kB
Files
6
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
41
Last push
8/17/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 search-research.

Weknora@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.Anysearch Dsh@anysearch/anysearch-dshAnySearch web search and fetch providers plus advanced tools for DeepSeek HarnessResearch Reportdsh-research-reportVerifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim 閳?snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directoryIndustry Researchdsh-industry-researchIndustry and company research domain pack for DeepSeek Harness: methodology skills, an industry-chain structure model (industry_map), public-source policy/news tracking over ctx.web (industry_track), company scan cards (company_scan), and auditable resear

README

dsh-hot-trends

中国实时热点数据采集器:微博/百度/B站/知乎热搜、App Store 免费榜、QQ音乐飙升榜。 免 API Key、零依赖(Node 20+ 全局 fetch)。

灵感来自腾讯 SkillHub 热门技能"热点数据采集"(9376 下载,社区榜热门)与 "热搜/榜单"类需求。本实现为 DSH 原创:把采集逻辑做成 hot_trends 工具注册进 ctx.tools,并附带 hot-trends 技能教 agent 何时用、怎么用。

安装

dsh plugin --profile web add dsh-hot-trends
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-hot-trends
# 重启 dsh web 生效

工具

hot_trends(source, limit?) — source: weibo | baidu | bilibili | zhihu | appstore | qqmusic。

数据来源为各平台公开接口(非官方 API,可能变化),采集失败会如实返回错误信息。

结构

dsh-hot-trends/
├── index.js           # 注册 hot_trends 工具 + skills/ 到 ctx.skills
├── cordis.patch.yml   # bundle patch 层
├── package.json       # dsh.bundle manifest
└── skills/hot-trends/SKILL.md

License

MIT。