DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Ai Brief — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-ai-brief

Ai Brief

Daily AI news Agent plugin: daily reports (stored for 70 days) / weekly reports / monthly reports · structured generation (merged prompts) · real web search · host+client dual panels

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-ai-brief@0.5.2
READMECompatibilityVersions

Compatibility and provenance

Ai Brief is published as dsh-ai-brief and currently resolves to version 0.5.2. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.5.2stable
8/21/2026
0.5.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.5.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
104.7 kB
Files
18
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
124
Security scan
✓ v0.5.2 scan passed
Last push
8/21/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-ai-brief

每日 AI 资讯 Agent 插件(DeepSeek Harness):日报(保留 70 天)/ 周报 / 月报,结构化生成(遵循综合提示词),周报/月报支持真实 web 搜索补充,host + client 双半面。

功能

  • 🗞️ 三档报告:日报(每天定时,保留 70 天自动清理)、周报(每周)、月报(每月),均以 Markdown 存本地(默认 ~/.dsh-news/)
  • 🧠 结构化生成:9 大板块(移动端/前端/AI算法/大模型/Agent/端侧/创业与大厂/自动驾驶/趋势展望),每模块/子模块最少 10 条,每条带原文链接
  • 🌐 真实 web 搜索:周报/月报生成时用 DSH 的 ctx.web 搜索补充 RSS 覆盖不到的素材
  • 🔍 6 个模型工具:news_refresh(日报)、news_generate(周/月报)、today_news、news_report、news_search、news_summarize
  • 🖥️ 侧边栏展示(需安装 dsh-better-sidebar):📰 资讯日报 tab,日报/周报/月报切换 + 一键生成,Markdown 渲染
  • 📚 26 个内置资讯源(中英文社区/媒体/AI媒体/官方博客/鸿蒙频道),支持 kind: 'html' 静态页源

安装

dsh plugin --profile web add dsh-ai-brief@latest

装完重启 dsh web(或硬刷新浏览器即可看到侧边栏 tab,host 改动需重启)。

可选:侧边栏展示依赖 dsh-better-sidebar(未安装时插件照常工作,仅无 UI tab)。

配置

在 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 里点按钮。

报告格式定制

报告生成规范默认内置于代码(src/builtin-spec.js,由 prompt/AI综合报告提示词.md 生成),无需依赖外部文件。

想自定义提示词:复制 prompt/AI综合报告提示词.md 到任意目录改好后,在配置里指定:

config:
  promptDir: '/你的/自定义提示词目录'   # 该目录下需含 AI综合报告提示词.md

未配置 promptDir 时始终用内置规范;配置了但文件缺失/不可读时,自动回退内置(不报错)。

若想直接修改内置规范本身:编辑 prompt/AI综合报告提示词.md 后运行 pnpm build:spec 重新生成 src/builtin-spec.js。

开发

pnpm install
node build.mjs        # 构建 client 半 → lib/client.js
pnpm pack             # 打包发布用 tarball

License

MIT