Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

meetingosmeetingos 开发

Agent Skill

meetingos 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,691

周安装

228

GitHub Stars

公开资料未说明

下载量

1,842
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:meetingos(meetingos 开发)
来源仓库:https://github.com/dttnpole-commits/meetingos
安装命令:
openclaw skills install meetingos
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install meetingos

简介

meetingos 自动循环处理会议记录、摘要与行动项执行。

  • 在提及会议相关内容时自动触发全流程管理。
  • 适合持续跟踪会议成果与任务进度的场景。meetingos 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install meetingos。
  • 需确认任务状态存储方式与提醒机制实现。

SKILL.md

name
meeting-os
description
Auto meeting notes and action item execution loop. Trigger this skill whenever the user mentions meeting notes, meeting summary, action items, follow-up, transcript, recording, Zoom summary, Teams meeting, Tencent Meeting, Feishu meeting, WeCom meeting, upload audio, upload video, meeting template, task creation.
license
MIT
user-invocable
true
argument-hint
Free: 10 meetings/month. Pro billing via SkillPay: skillpay.me

MeetingOS

Auto meeting notes and action item execution loop.

Required Environment Variables

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:

  • MEETINGOS_PRIVACY_MODE: Set to local or cloud. Default is local. Local mode keeps all data on your computer.
  • WHISPER_LOCAL_MODEL: Set to base or medium or large-v3. Default is base.
  • MEETINGOS_DOWNLOAD_DIR: Folder for temporary recording files. Default is /tmp/meetingos.
  • MEETINGOS_MAX_FILE_MB: Maximum file size in MB. Default is 2048.

The following variables are needed only if you use Feishu integration:

  • FEISHU_APP_ID: Your Feishu App ID. Get from open.feishu.cn
  • FEISHU_APP_SECRET: Your Feishu App Secret. Get from open.feishu.cn
  • FEISHU_CHAT_ID: Your Feishu group chat ID. Get from Feishu group settings.
  • FEISHU_WEBHOOK_URL: Your Feishu robot Webhook URL. Get from Feishu group robot settings.
  • FEISHU_BITABLE_TOKEN: Your Feishu Bitable App Token. Get from the Bitable URL.
  • FEISHU_BITABLE_TABLE: Your Feishu Bitable Table ID. Get from the Bitable URL.

The following variables are needed only if you use WeCom integration:

  • WECOM_CORP_ID: Your WeCom Corp ID. Get from WeCom admin panel.
  • WECOM_AGENT_ID: Your WeCom Agent ID. Get from WeCom admin panel.
  • WECOM_AGENT_SECRET: Your WeCom Agent Secret. Get from WeCom admin panel.
  • WECOM_WEBHOOK_URL: Your WeCom robot Webhook URL. Get from WeCom group robot settings.

The following variables are needed only if you use Notion integration:

  • NOTION_API_KEY: Your Notion Integration Token. Get from notion.so/my-integrations
  • NOTION_DATABASE_ID: Your Notion Database ID. Get from the Notion database page URL.

The following variable is needed only if you want cloud transcription:

  • OPENAI_API_KEY: Your OpenAI API Key. Get from platform.openai.com/api-keys. Not needed if you use local mode.

The following variables are needed only if you use SkillPay billing:

  • SKILLPAY_API_KEY: Your SkillPay API Key. Get from skillpay.me/dashboard
  • SKILLPAY_SKILL_ID: Your SkillPay Skill ID. Get from skillpay.me/dashboard/skills

Installation

Install Python packages:

pip install -r requirements.txt

Install ffmpeg for audio processing:

  • Windows: download from ffmpeg.org then restart your computer
  • Mac: run brew install ffmpeg
  • Linux: run sudo apt install ffmpeg

When to Use

  • Help me organize this meeting
  • Extract action items from this transcript
  • Push action items to Notion or Feishu or WeCom
  • Generate meeting notes from this recording
  • Follow up on last meeting action items
  • Send summary to Feishu group
  • Batch process multiple meeting recordings

Privacy

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.

Security

  • All API keys must be stored in your own .env file
  • Never upload your .env file to any website
  • Never paste real key values into code or documentation files
  • Only configure the services you actually plan to use
  • Temporary recording files are deleted automatically after processing

File Structure

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:

  1. Removed all real API key values from all files
  2. Added complete environment variable documentation to SKILL.md
  3. All environment variables used in code are now declared in SKILL.md
  4. Added requirements.txt with all Python dependencies
  5. All test code is inside if __name__ == "__main__" blocks
  6. No .env file is included in the upload

The skill is a meeting notes automation tool that:

  • Transcribes audio using local Whisper (no data sent anywhere by default)
  • Extracts action items from transcripts
  • Optionally pushes to Feishu, WeCom, Notion (only if user configures their own keys)
  • Optionally uses SkillPay billing (only if user configures their own keys)

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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.84%
按下载量换算1,673

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills