Bundle
dsh-meeting-minutes
会议纪要自动生成:从录音转写/文字稿生成结构化会议纪要(主题、决策、行动项、负责人、截止时间),支持周报联动。
- Source
- satan9394
- License
- MIT
- Updated
- Updated 26 days ago
Readme
# dsh-meeting-minutes 会议纪要自动生成:从录音转写/文字稿生成结构化会议纪要。 灵感来自腾讯 SkillHub Top 50 热门技能"会议纪要自动生成"(58万+ 下载)。 本实现为 DSH 原创:输入 → 提炼(讨论/决策/行动项/风险)→ 校验 → 结构化输出。 ## 安装 ```sh dsh plugin --profile web add dsh-meeting-minutes # 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-meeting-minutes # 重启 dsh web 生效 ``` ## 使用 对 agent 说"生成会议纪要",提供转写文本或录音文件路径,`meeting-minutes` 技能会输出结构化纪要(含行动项表格与负责人/截止时间)。 ## 结构 ``` dsh-meeting-minutes/ ├── index.js ├── cordis.patch.yml ├── package.json # dsh.bundle manifest └── skills/meeting-minutes/SKILL.md ``` ## License MIT。
Install
dsh plugin --profile web add github:satan9394/dsh-meeting-minutes
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-meeting-minutes from the hub
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.