← Back to Skills Marketplace
dttnpole-commits

会议智脑(MeetingOS)

by DTTNpole-commits · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ✓ Security Clean
183
Downloads
0
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install meetingos
Description
Auto meeting notes and action item execution loop. Trigger this skill whenever the user mentions meeting notes, meeting summary, action items, follow-up, tra...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install meetingos
  3. After installation, invoke the skill by name or use /meetingos
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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 扫描通过
Metadata
Slug meetingos
Version 1.0.9
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 10
Frequently Asked Questions

What is 会议智脑(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... It is an AI Agent Skill for Claude Code / OpenClaw, with 183 downloads so far.

How do I install 会议智脑(MeetingOS)?

Run "/install meetingos" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 会议智脑(MeetingOS) free?

Yes, 会议智脑(MeetingOS) is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 会议智脑(MeetingOS) support?

会议智脑(MeetingOS) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 会议智脑(MeetingOS)?

It is built and maintained by DTTNpole-commits (@dttnpole-commits); the current version is v1.0.9.

💬 Comments