Claude Skill
sumansid/openutter
Openutter 是一个 TypeScript 工具,可让 OpenClaw 加入会议并自动发送更新,从而改善团队沟通和会议跟进。
概览
仓库信息
安装这个 Skill
npx openutterRegistry 信息
npx openutternpx openutter --target-dir ./skills/openutternpx playwright-core install chromiumnpx openutter join <meet-url> --anon --bot-name "OpenUtter Bot"npx openutter join <meet-url> --auth
项目简介
Openutter 是一个基于 TypeScript 的工具,可让 OpenClaw 加入您的会议并自动发送更新,从而简化会议跟进和团队沟通。
Let OpenClaw join your meetings and send updates
要点
- 通过 OpenClaw 自动发送会议更新
- 使用 TypeScript 构建,确保可靠性
- 无缝集成到现有会议中
- 实时通知传递
使用场景
- 为远程团队自动生成会议摘要
- 无需手动操作即可让利益相关者了解最新信息
- 通过即时更新提高会议效率
- 与现有日历和通信工具集成
README 摘要
# OpenUtter - [Demo](https://x.com/0xSuman/status/2028365808733397180?s=20) <img width="1376" height="768" alt="Generated Image March 01, 2026 - 2_20PM (1)" src="https://github.com/user-attachments/assets/ce352f31-d381-450d-af6a-a01e57b13d6d" /> OpenUtter is a headless Google Meet bot for OpenClaw. It can join meetings, capture live captions into a transcript, and take on-demand screenshots. GitHub: https://github.com/sumansid/openutter ## Install ```bash npx openutter ``` This installs the OpenUtter skill into: ```bash ~/.openclaw/skills/openutter ``` For example, on a Linux host running OpenClaw as the `openclaw` user, that path would usually be: ```bash /home/openclaw/.openclaw/skills/openutter/ ``` By default, OpenUtter installs into that shared OpenClaw skills directory no matter which folder you run `npx openutter` from. If you want to install into a specific location instead, use `--target-dir`: ```bash npx openutter --target-dir ./skills/openutter ``` That is useful if you want a repo-local/workspace-local install instead of the default shared install under `~/.openclaw/skills/openutter`. During install, OpenUtter also tries to: - install Chromium via Playwright - verify Chromium can actually launch - auto-install Linux runtime dependencies when supported and running as root If Linux system dependencies are missing and OpenUtter cannot install them automatically, it prints the exact command to run. If you ever want to install Chromium manually, you can still run: ```bash npx playwright-core install chromium ``` At that point, OpenUtter is ready for guest joins. Google account auth is optional and only needed if you want to join with `--auth` instead of waiting in the guest lobby. ## Commands ```bash npx openutter join <meet-url> --anon --bot-
话题
暂无话题