AI Agent Hub
Back to plugins
🧰

dsh-tool-hackernews

Web Tools Updated 2026.08.14

Run the following command in DeepSeek Harness:

dsh plugin install tanf1ng/dsh-tool-hackernews

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

Run dsh plugin install tanf1ng/dsh-tool-hackernews in the DeepSeek Harness terminal to install this plugin; the source code is hosted at https://github.com/tanf1ng/dsh-tool-hackernews .

About this plugin

When building technical research, competitive intel, or community-sentiment workflows on DeepSeek Harness, agents often need to pull Hacker News discussions but lack a native tool for that job. dsh-tool-hackernews fills that gap by wrapping the free Algolia HN search API behind three read-only tools, so agents can read the front page, run keyword searches, and drill into a story's comment tree without requesting an API key.

The three tools cover the main reading paths. hn_top_stories returns current front-page entries with titles, links, scores, comment counts, and authors; hn_search lets you query by keyword with optional tag (story, comment, poll, ask_hn, show_hn) and time-window filters; hn_item retrieves a single story together with a depth-bounded, HTML-stripped top-level comment tree that keeps context size predictable. All three are read-only and concurrency-safe, so DSH can schedule parallel calls freely, and each request carries the deployment's cooperative timeout budget while forwarding the caller's AbortSignal.

If you are adding tech-news ingestion to a DSH agent whether that means auto-summarizing the daily HN front page, tracking community feedback on an open-source project, or assembling a competitor-update digest, this plugin is ready out of the box. Every config key is optional, and the defaults cover most use cases with zero configuration.

Use Cases

  • Auto-summarize the HN front page into a daily tech brief
  • Track community discussion momentum about a competitor product
  • Monitor sentiment shifts on HN around a specific open-source project

Best For

  • Developers adding external news ingestion to DSH agents
  • Teams building tech-intel or competitive-tracking pipelines
  • Independent developers wanting agents that analyze community discourse