bozhang1214/dsh-ai-brief0

dsh-ai-brief

每日 AI 资讯 Agent 插件,支持日报、周报、月报的结构化生成、真实网页搜索及双端展示。

AI 分析

核心用途是自动聚合、搜索并生成结构化的每日/每周/每月 AI 资讯简报。适合需要定期追踪 AI 行业动态的用户。可选依赖 dsh-better-sidebar 插件以获得侧边栏 UI 标签页支持。

套件
dsh-ai-brief
版本
0.5.2
最近更新
2026年8月21日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bozhang1214/dsh-ai-brief

配置

在 profile 的 cordis.patch.yml 里覆盖(全部可留空用默认值):

- insert:
    - id: ai-brief
      name: dsh-ai-brief
      config:
        outputDir: '/你的/输出目录'        # 默认 ~/.dsh-news
        promptDir: ''                      # 自定义提示词目录(默认用内置,留空)
        maxItems: 150                      # 日报精选上限
        maxPerSource: 12                   # 每源上限
        retention:
          dailyDays: 70                    # 日报保留天数
          weeklyWeeks: 26
          monthlyMonths: 24
        schedule: { hour: 7, minute: 30 }          # 日报定时
        weeklySchedule: { dayOfWeek: 0, hour: 20 }  # 周报(0=周日)
        monthlySchedule: { dayOfMonth: 1, hour: 8 } # 月报
        search: { enabled: true, maxResults: 6 }    # 周/月报 web 搜索
        llm: { reasoningEffort: 'off' }              # 关闭思考防烧光输出预算

使用

对话里说:

  • "生成今天的日报" / "生成周报" / "生成月报"
  • "读取最新的周报" / "搜索一下 Qwen 相关的资讯" / "总结一下昨天日报"

或侧边栏 tab 里点按钮。