← 返回 Skills 市场
dttnpole-commits

会议智脑(MeetingOS)

作者 DTTNpole-commits · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ✓ 安全检测通过
183
总下载
0
收藏
0
当前安装
10
版本数
在 OpenClaw 中安装
/install meetingos
功能描述
Auto meeting notes and action item execution loop. Trigger this skill whenever the user mentions meeting notes, meeting summary, action items, follow-up, tra...
安全使用建议
This skill appears to do what it says, but review before enabling: 1) Keep real API keys out of uploaded files — store them only in a local .env and never paste them into web forms. 2) Run in MEETINGOS_PRIVACY_MODE=local if you don't want audio sent to OpenAI; only set OPENAI_API_KEY if you accept cloud transcription. 3) Inspect requirements.txt before pip installing to check third-party dependencies. 4) Only provide FEISHU_/WECOM_/NOTION_ keys for services you control; the skill will use them to send messages and create pages. 5) Be aware download_from_url can fetch arbitrary URLs — avoid passing untrusted links. 6) If you plan to enable SkillPay billing, confirm the SKILLPAY endpoint and trustworthiness of the SKILLPAY_API_KEY. If you want extra assurance, run the scripts in an isolated environment (container/VM) and scan network calls during a test run.
功能分析
Type: OpenClaw Skill Name: meetingos Version: 1.0.9 The MeetingOS skill is a legitimate automation tool for transcribing meeting recordings and syncing action items to platforms like Notion, Feishu, and WeCom. It follows security best practices by using environment variables for all API keys, providing a local privacy mode via Whisper to keep data on-device, and including a .gitignore for .env files. While it includes a monetization module (SkillPay) and performs network requests to various productivity APIs, these actions are transparently documented and directly support the skill's stated functionality. The code uses safe subprocess handling for ffmpeg and includes cleanup logic for temporary files.
能力评估
Purpose & Capability
The name/description (meeting notes, action items, pushing to Feishu/WeCom/Notion, local or cloud transcription) match the included scripts. The env vars documented in SKILL.md (Feishu, WeCom, Notion, OpenAI, SkillPay, privacy flags) are exactly those used by the code. One minor inconsistency: the registry metadata declared no required environment variables, while SKILL.md documents a set of optional/conditional env vars — but those are optional and appropriate for the listed integrations.
Instruction Scope
SKILL.md and the code focus on fetching recordings, transcribing (local Whisper or OpenAI cloud), extracting action items, and optionally pushing results to Feishu/WeCom/Notion and charging via SkillPay. The document also contains developer-facing steps (GitHub issue template, search-for-keys guidance) which are not runtime instructions for the agent. The runtime instructions do not ask the agent to harvest unrelated system files; they do require the user to provide .env variables for integrations.
Install Mechanism
This is an instruction-only skill with bundled Python scripts and a requirements.txt; installation is the ordinary pip install -r requirements.txt and installing ffmpeg. No arbitrary binary downloads or obscure installers are used. As usual, review requirements.txt before pip installing to confirm there are no unexpected packages.
Credentials
The environment variables documented (FEISHU_*, WECOM_*, NOTION_*, OPENAI_API_KEY, SKILLPAY_*) are proportional to the optional integrations implemented. All integration calls are optional and guarded by checks for the corresponding env vars. Users should however note: (1) OPENAI_API_KEY enables cloud transcription (data leaves the machine), (2) SKILLPAY_API_KEY will cause outbound billing calls to skillpay.me, and (3) download_from_url accepts arbitrary URLs (the skill will fetch remote files if given). The registry manifest not listing these optional env vars may be confusing for users.
Persistence & Privilege
Skill is not marked always:true and does not attempt to modify other skills or global agent settings. It can make network requests when integrations are configured, which is expected for its purpose. Autonomous invocation is allowed (platform default) but not combined here with any other high-risk privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install meetingos
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /meetingos 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.9
- Updated argument-hint to clarify free tier (10 meetings/month) and SkillPay billing option. - No code or file changes detected in this release. - Documentation and user guidance improvements only.
v1.0.8
**Expanded environment variable documentation and privacy guidance.** - Added a comprehensive "Required Environment Variables" section detailing all optional and required variables for integrations (Feishu, WeCom, Notion, OpenAI, SkillPay). - Updated privacy and security sections to clarify how user data and API keys are handled. - Expanded installation steps, including explicit instructions for ffmpeg setup. - Updated "When to Use" section for clarity and coverage of supported features. - Included file structure overview for easier navigation and integration understanding. - No code changes included in this version.
v1.0.7
- Removed the "compatibility" section for tools such as bash and files. - Minor formatting update to the "argument-hint" value (removed quotation marks).
v1.0.6
Major update: Improved setup instructions and added required dependencies. - Added required Python packages and system binaries to compatibility info. - Expanded and clarified installation and configuration instructions, covering package installation, ffmpeg setup, and environment variable usage. - Provided a detailed guide on obtaining and applying integration keys for Feishu, WeCom, Notion, OpenAI, and SkillPay. - Introduced a security and privacy section explaining data handling and best practices. - Included an environment variable summary table for easy reference.
v1.0.5
- Added an argument hint to guide users on input ("Paste your meeting transcript or describe your meeting source"). - Updated the requirements section to "Installation" for clarity.
v1.0.4
No functional changes, but compatibility metadata was added for improved tool support. - Added a compatibility section listing "bash" and "files" tools. - No other changes detected.
v1.0.3
- Removed .env file from the repo. - No changes to features, functionality, or documentation.
v1.0.2
🎉 首次发布 v1.0.0 - 支持腾讯会议 / 飞书 / 企业微信 / Zoom 录制接入 - 本地 Whisper 转录,中英双语及混杂场景优化 - 行动项五维提取(Who / What / When / Priority / Why) - 一键推送到 Notion、Linear、Jira、飞书多维表格、企业微信待办 - 飞书卡片消息 + 企业微信 Webhook 群通知 - 跟进摘要:下次会议前自动生成行动项完成报告 - 本地隐私优先,零数据留存,VirusTotal 扫描通过
v1.0.1
🎉 首次发布 v1.0.0 - 支持腾讯会议 / 飞书 / 企业微信 / Zoom 录制接入 - 本地 Whisper 转录,中英双语及混杂场景优化 - 行动项五维提取(Who / What / When / Priority / Why) - 一键推送到 Notion、Linear、Jira、飞书多维表格、企业微信待办 - 飞书卡片消息 + 企业微信 Webhook 群通知 - 跟进摘要:下次会议前自动生成行动项完成报告 - 本地隐私优先,零数据留存,VirusTotal 扫描通过
v1.0.0
🎉 首次发布 v1.0.0 - 支持腾讯会议 / 飞书 / 企业微信 / Zoom 录制接入 - 本地 Whisper 转录,中英双语及混杂场景优化 - 行动项五维提取(Who / What / When / Priority / Why) - 一键推送到 Notion、Linear、Jira、飞书多维表格、企业微信待办 - 飞书卡片消息 + 企业微信 Webhook 群通知 - 跟进摘要:下次会议前自动生成行动项完成报告 - 本地隐私优先,零数据留存,VirusTotal 扫描通过
元数据
Slug meetingos
版本 1.0.9
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 10
常见问题

会议智脑(MeetingOS) 是什么?

Auto meeting notes and action item execution loop. Trigger this skill whenever the user mentions meeting notes, meeting summary, action items, follow-up, tra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。

如何安装 会议智脑(MeetingOS)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install meetingos」即可一键安装,无需额外配置。

会议智脑(MeetingOS) 是免费的吗?

是的,会议智脑(MeetingOS) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

会议智脑(MeetingOS) 支持哪些平台?

会议智脑(MeetingOS) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 会议智脑(MeetingOS)?

由 DTTNpole-commits(@dttnpole-commits)开发并维护,当前版本 v1.0.9。

💬 留言讨论