Install
openclaw skills install meetingosAuto meeting notes and action item execution loop. Trigger this skill whenever the user mentions meeting notes, meeting summary, action items, follow-up, tra...
openclaw skills install meetingosAuto meeting notes and action item execution loop.
This skill uses the following environment variables. You must set them yourself in a local .env file. Never upload your .env file to any website.
The following variables control basic behavior and have safe defaults:
The following variables are needed only if you use Feishu integration:
The following variables are needed only if you use WeCom integration:
The following variables are needed only if you use Notion integration:
The following variable is needed only if you want cloud transcription:
The following variables are needed only if you use SkillPay billing:
Install Python packages:
pip install -r requirements.txt
Install ffmpeg for audio processing:
When MEETINGOS_PRIVACY_MODE is set to local, audio stays on your computer. No data is sent anywhere. This is the default.
When set to cloud, audio is sent to OpenAI. Only use this if you are comfortable with that.
meeting-os/
├── SKILL.md
├── requirements.txt
├── scripts/
│ ├── transcribe.py
│ ├── push_notion.py
│ ├── feishu_helper.py
│ ├── wecom_helper.py
│ ├── meeting_fetcher.py
│ ├── skillpay_guard.py
│ └── main_processor.py
└── templates/
├── default.md
└── sales_debrief.md
---
## 第二件事:在 GitHub 提交人工审核申请
因为我们已经修了很多版本,这次修完后同时提交人工审核,让 ClawHub 团队确认。
**操作:**
1. 在技能页面点击黄色警告框里的 **「在 GitHub 上提交交问题」** 链接
2. 跳转到 GitHub 后点击 **「New Issue」**
3. 标题填:
MeetingOS skill flagged as suspicious - all issues fixed, requesting manual review
4. 内容填:
Hello,
I have fixed all flagged issues in version 1.0.6. Here is what was fixed:
The skill is a meeting notes automation tool that:
All external service calls are optional and require the user to provide their own credentials.
Please review and remove the suspicious flag.
Account: DTTNpole-commits Skill: meetingos
Thank you.