KeynoWu/dsh-ai-news0

dsh-ai-news

AI 新闻聚合插件,支持多源聚合并在侧边栏展示与总结

AI 分析

核心用途是聚合 Hacker News、ArXiv、官方博客等 AI 行业新闻,并在侧边栏展示,支持一键让 Agent 进行总结。适合关注 AI 行业动态、希望在工作流中快速阅读资讯的用户。

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

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗

使用(正式接入)

~/.dsh/profiles/web/cordis.patch.yml

- insert:
    - id: dsh-ai-news
      name: dsh-ai-news
      config:
        fetchTimeoutMs: 15000
        maxItems: 50
        maxDays: 3        # 只显示最近 N 天(0 = 不限)

可选配置(覆盖默认源 / 抓取参数):

    config:
      sources:
        - id: my-rss
          name: 我的源
          kind: international
          type: rss
          url: https://example.com/feed.xml