DeepSeek Harness plugin

dsh-hot-trends

中国实时热点数据采集器:微博/百度/B站/知乎热搜、App Store 榜单、QQ音乐榜等,免 API Key。Tool + skill bundle for DeepSeek Harness.

Jump to install

Source facts

Repository
satan9394/dsh-hot-trends
Latest update
Aug 17, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/satan9394/dsh-hot-trends
Plugin: dsh-hot-trends
Author: satan9394

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

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。