← 返回 Skills 市场
163
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-meeting-pro
功能描述
AI meeting assistant for agenda generation, minute taking, and action item tracking using Manager-Worker pattern.
使用说明 (SKILL.md)
Meeting Assistant
AI-powered meeting assistant that helps you organize, conduct, and follow up on meetings efficiently.
Features
📋 Agenda Generation
- Automatic agenda creation from meeting topic
- Time allocation for each item
- Participant preparation checklist
📝 Minute Taking
- Real-time transcription support
- Key point extraction
- Decision recording
✅ Action Item Tracking
- Extract action items from discussion
- Assign owners and deadlines
- Follow-up reminders
Usage
const assistant = new MeetingAssistant();
// 创建会议议程
const agenda = await assistant.createAgenda({
topic: '产品评审会议',
duration: 60,
participants: 5,
goals: ['评审新功能', '确定上线时间']
});
// 生成会议纪要
const minutes = await assistant.generateMinutes({
transcript: meetingTranscript,
keyDecisions: ['决定上线时间'],
actionItems: ['张三负责测试']
});
Installation
clawhub install meeting-assistant
License
MIT
Version
1.0.0
Created
2026-04-02
安全使用建议
This skill appears coherent and low-privilege, but take these precautions before installing or using it with real data: 1) Ask the publisher for the source repository or homepage — the package has no upstream URL and the author field is generic. 2) Clarify how 'real-time transcription' works: which service captures audio, where transcripts are stored, and whether recordings leave your environment. 3) Don't provide secrets or sensitive transcripts until you confirm the storage/processing location and privacy policy. 4) Because there's no install spec, verify how 'clawhub install meeting-assistant' is expected to behave in your environment (it may be just a doc string). 5) Run initial tests in a sandbox or with non-sensitive meetings to observe behavior. If the publisher cannot answer integration/storage questions or provide source code, treat the skill as untrusted for private data.
功能分析
Type: OpenClaw Skill
Name: ai-meeting-pro
Version: 1.0.0
The skill bundle contains standard documentation and metadata for a meeting assistant tool. The files (SKILL.md, package.json, and _meta.json) describe features for agenda generation and minute taking without any executable code, suspicious network calls, or prompt injection attempts. No malicious indicators or high-risk behaviors were identified.
能力评估
Purpose & Capability
Name, description, and SKILL.md are consistent: features and code examples match a meeting assistant. The skill does not request unrelated binaries, env vars, or config paths.
Instruction Scope
Runtime instructions are high-level and stay within the meeting-assistant scope (agenda, minutes, action items). They mention 'real-time transcription support' but do not specify how audio or transcripts are captured or where data is sent — this is vague but not directly contradictory. The SKILL.md references a 'clawhub install' command even though no install spec is provided in the package.
Install Mechanism
There is no install specification and no code files beyond package.json, so nothing will be written or executed by an automated installer. The documentation's install command is informational only and not backed by an install spec in the registry.
Credentials
The skill requests no environment variables, credentials, or config paths — proportional to an instruction-only assistant. No unexpected secrets are required.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The skill does not request persistent system-level privileges or modifications to other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ai-meeting-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/ai-meeting-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Meeting Assistant – an AI tool for streamlined meeting management.
- Generates agendas with prep checklists and time allocation.
- Supports real-time minute taking, key point extraction, and decision tracking.
- Extracts action items, assigns owners, and creates follow-up reminders.
元数据
常见问题
Meeting Assistant 是什么?
AI meeting assistant for agenda generation, minute taking, and action item tracking using Manager-Worker pattern. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。
如何安装 Meeting Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-meeting-pro」即可一键安装,无需额外配置。
Meeting Assistant 是免费的吗?
是的,Meeting Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Meeting Assistant 支持哪些平台?
Meeting Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Meeting Assistant?
由 banxian87(@banxian87)开发并维护,当前版本 v1.0.0。
推荐 Skills