AI Agent Hub
Back to plugins
🧰

dsh-community-listening

Web Tools Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install tyx6661234/dsh-community-listening

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install tyx6661234/dsh-community-listening in the DeepSeek Harness terminal to install the plugin; the source repository is at https://github.com/tyx6661234/dsh-community-listening — restart the target profile after installation to load it.

About this plugin

Collecting public comments from scattered social platforms is one of the most time-consuming parts of community research. dsh-community-listening consolidates that workflow into a handful of DSH tool calls: discover content, gather publicly readable comments, persist them as JSONL corpora keyed by topic, run sentiment analysis and SimHash deduplication, cluster themes, and export a clean Markdown report.

The plugin ships as a standard DSH bundle that injects only the official tools service, so it runs identically in regular DSH profiles and DSH Desktop profiles with no Electron or desktop-internal dependencies. Each platform adapter maintains its own pacing, cooldown, and channel-health state; when a primary channel fails the plugin degrades gracefully and flags the actual backend and degraded status in every result. The analysis layer offers dictionary-rule and optional LLM sentiment scoring, embedding or keyword topic clustering, and SimHash near-duplicate detection, covering the full range from coarse filtering to detailed reading.

It is well suited for social-media researchers, product and operations teams, public-opinion analysts, and any DSH user who needs quantitative signals from publicly available comments. The plugin touches only content that is publicly readable and reuses the user's own browser session; it does not bypass CAPTCHAs, scrape behind login walls, or spoof device identity, keeping the compliance boundary clear and the setup straightforward.

Use Cases

  • Collect publicly readable comments across Zhihu, Bilibili, Xiaohongshu, Weibo, and Douyin for a topic and bucket them by sentiment
  • Run SimHash near-duplicate removal and embedding-based topic clustering on persisted JSONL corpora to surface dominant discussion themes
  • Export the full pipeline — collection, analysis, and clustering — to a Markdown report for team review or archival

Best For

  • Social-media and public-opinion researchers who need quantitative signals from publicly available comments across platforms
  • Product and operations teams that track user feedback and sentiment shifts on social platforms continuously
  • Any DSH user who wants to replace manual screenshot-and-paste workflows with reproducible tool-call pipelines