Claude Skill

sumansid/openutter

Openutter 是一个 TypeScript 工具,可让 OpenClaw 加入会议并自动发送更新,从而改善团队沟通和会议跟进。

概览

Stars189
Forks24
语言TypeScript
最后更新2026-03-15
最近同步2026-06-21
前往 GitHub

仓库信息

拥有者sumansid
仓库openutter
完整名称sumansid/openutter
Repo ID1,170,221,092

安装这个 Skill

npx openutter

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-21
平台
OpenClaw
能力
browserimagevideoterminalworkflow
识别文件
README.mdSKILL.mdpackage.json
配置键
PACKAGE_JSON
安装方式
  • npx openutter
  • npx openutter --target-dir ./skills/openutter
  • npx playwright-core install chromium
  • npx 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-

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-06-21