dsh-ai-brief
每日 AI 资讯 Agent 插件:日报(存70天)/周报/月报 · 结构化生成(合并提示词) · 真实web搜索 · host+client 双半面
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bozhang1214/dsh-ai-brief说明文档
阅读完整 README ↗配置
在 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 里点按钮。