网淘吧来吧,欢迎您!

MeetGeek技能使用说明

2026-04-01 新闻来源:网淘吧 围观:17
电脑广告
手机广告

MeetGeek 技能

从 MeetGeek 获取会议智能信息 - 摘要、文字稿、行动项,并支持跨通话搜索。

npm: https://www.npmjs.com/package/meetgeek-cli
GitHub: https://github.com/nexty5870/meetgeek-cli

MeetGeek

安装

npm install -g meetgeek-cli

设置

meetgeek auth   # Interactive API key setup

获取您的 API 密钥:MeetGeek → 集成 → 公共 API 集成

命令

列出近期会议

meetgeek list
meetgeek list --limit 20

获取会议详情

meetgeek show <meeting-id>

获取 AI 摘要(含行动项)

meetgeek summary <meeting-id>

获取完整文字稿

meetgeek transcript <meeting-id>
meetgeek transcript <meeting-id> -o /tmp/call.txt  # save to file

获取重点内容

meetgeek highlights <meeting-id>

搜索会议

# Search in a specific meeting
meetgeek ask "topic" -m <meeting-id>

# Search across all recent meetings
meetgeek ask "what did we discuss about the budget"

身份验证管理

meetgeek auth --show   # check API key status
meetgeek auth          # interactive setup
meetgeek auth --clear  # remove saved key

使用模式

查找特定通话

# List meetings to find the one you want
meetgeek list --limit 10

# Then use the meeting ID (first 8 chars shown, use full ID)
meetgeek summary 81a6ab96-19e7-44f5-bd2b-594a91d2e44b

从通话中获取行动项

meetgeek summary <meeting-id>
# Look for the "✅ Action Items" section

查找关于某个主题的讨论内容

# Search across all meetings
meetgeek ask "pricing discussion"

# Or in a specific meeting
meetgeek ask "timeline" -m <meeting-id>

导出文字稿以供参考

meetgeek transcript <meeting-id> -o ~/call-transcript.txt

笔记

  • 会议ID是UUID格式 - 列表中显示前8个字符
  • 转录稿包含发言人姓名和时间戳
  • 摘要由AI生成,包含关键点和行动项
  • 搜索基于关键词,可检索转录文本

配置

API密钥存储在:~/.config/meetgeek/config.json

免责申明
部分文章来自各大搜索引擎,如有侵权,请与我联系删除。
打赏

文章底部电脑广告
手机广告位-内容正文底部

相关文章

您是本站第393718名访客 今日有1篇新文章/评论