google_meet
仓库创建 2025年7月23日最近提交 2 小时前SkillHot 收录 2 小时前
▸ 精选理由
能替用户在会议中记录、总结并执行跟进,适合需会议助理场景。
▸ 风险提示
需访问会议音视频与文字,可能收集并传输敏感会议内容。
这个 Skill 做什么
加入 Google Meet,实时转录、可发言并事后整理会议笔记与待办。
加入 Google Meet 并实时抓取字幕,把会议内容转成笔记和待办。需要它时就是想让机器人当场听会、记录、在某些触发条件下发言或会后整理行动项。特别之处是有听写(只看字幕)和 realtime(能在通话中发言)两种模式,并能产出会后摘要与任务清单。
▸ 展开 SKILL.md 英文原文
Join a Google Meet call, transcribe live captions, optionally speak in realtime, and do the followup work afterwards. Use when the user asks the agent to sit in on a meeting, take notes, summarize, respond in-call, or action items from it.
22.7w
Stars
4.4w
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/NousResearch/hermes-agent/main/plugins/google_meet/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/NousResearch/hermes-agent/main/plugins/google_meet/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# google_meet ## When to use The user says any of: - "join my Meet at <url>" - "take notes on this meeting" - "summarize the meeting and send followups" - "sit in on my standup" - "be a bot in this call and speak up when X" ## Two modes | Mode | What the bot does | |---|---| | `transcribe` (default) | Joins, enables captions, scrapes a transcript. Listen-only. | | `realtime` | Same as transcribe PLUS speaks into the meeting via OpenAI Realtime. The agent calls `meet_say(text)` and the bot's voice comes out of the call. | Pick `realtime` only when the user actually wants the agent to speak. It costs real money (OpenAI Realtime is pay-per-audio-minute) and requires a virtual audio device
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有