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

dsh-hacker-news

Hacker News tools for DeepSeek Harness: front-page feeds, item comment trees, Algolia search, user profiles.

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