heartleo/hn-cli--plugins-hacker-news50

dsh-hacker-news

为 DeepSeek Harness 提供的 Hacker News 工具插件,支持获取首页 Feed、评论树、Algolia 搜索及用户资料。

AI 分析

让 Agent 具备检索和阅读 Hacker News 资讯的能力。适合需要让 AI 总结技术热点、搜集行业资讯的用户。

套件
dsh-hacker-news
版本
0.1.0
授權
MIT
最近更新
2026年8月18日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:heartleo/hn-cli#9c0d6b230f9b23fd3ac6f3497624b5ec4b9fce87&path:plugins/hacker-news

Configuration

Every tunable is a config field, overridable per profile in cordis.patch.yml:

- id: hacker-news
  name: dsh-hacker-news
  config:
    defaultStoryLimit: 30
    defaultCommentLimit: 100
    requestTimeoutMs: 20000
FieldDefaultMeaning
firebaseBaseUrlhttps://hacker-news.firebaseio.com/v0Official HN API root
algoliaBaseUrlhttps://hn.algolia.com/api/v1Search API root
requestTimeoutMs15000Per-request timeout
concurrency20Maximum in-flight item fetches
defaultStoryLimit / maxStoryLimit20 / 100Story and search result counts
defaultCommentLimit / maxCommentLimit50 / 400Replies loaded per hn_item call
defaultCommentDepth / maxCommentDepth5 / 10Reply nesting followed
maxTextLength2000Clip length for story, comment, and bio text
userAgentdsh-hacker-news/0.1.0 …Sent on every request