← 返回 Skills 市场
110
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install meeting-secretary
功能描述
专业的会议秘书技能,用于分析会议转录文本并生成结构化会议纪要。当用户提供会议转录文本(或会议笔记文本),并要求分析会议内容、生成会议纪要、提取关键信息时使用此技能。
安全使用建议
This skill appears coherent and implements what it claims: analyze meeting transcripts and produce structured minutes. Things to consider before installing/use:
- The included script (scripts/split_long_transcript.py) is a simple, readable helper that splits long transcripts and writes segment files to disk—expect files to be created in the specified output directory. Review and run it in a safe workspace (not as root).
- Documentation references additional scripts (transcribe_audio.py, process_video.py) and integrations (Notion/飞书) that are NOT included. If you need audio/video processing or automatic uploads, you'll need to obtain or implement those scripts and supply any API keys yourself.
- The README suggests using packages like whisper or moviepy for optional features; those are not installed automatically. Installing those packages and running transcription will have their own requirements and privacy implications.
- The skill processes potentially sensitive meeting content. Do not feed confidential transcripts unless you are comfortable with how outputs and any local files are stored and with any downstream services you integrate.
Recommendation: you can install and use this skill for text-only transcript analysis after reviewing the script. If you plan to use audio/video processing or service integrations, verify those additional tools and required credentials separately and inspect any third-party code before running.
功能分析
Type: OpenClaw Skill
Name: meeting-secretary
Version: 1.0.0
The 'meeting-secretary' skill bundle is a legitimate tool designed for analyzing meeting transcripts, identifying participant sentiments, and generating structured minutes. The provided Python script, `scripts/split_long_transcript.py`, is a utility for segmenting large text files based on timestamps or speakers using standard libraries and safe file handling practices. While the documentation in `references/best_practices.md` refers to additional scripts (transcribe_audio.py, process_video.py) not included in the bundle, the existing code and the AI instructions in `SKILL.md` focus entirely on the stated analytical purpose without any evidence of data exfiltration, malicious execution, or unauthorized system access.
能力评估
Purpose & Capability
Name/description describe transcript analysis and structured minutes; included SKILL.md and README focus on deep textual analysis and dynamic summary generation. The repository includes a legitimate helper script (scripts/split_long_transcript.py) that aligns with the stated need to split long transcripts. There is no request for unrelated credentials or binaries.
Instruction Scope
Runtime instructions tell the agent to read user-provided transcript text, optionally run scripts/split_long_transcript.py for long texts, analyze segments, and produce structured summaries—this stays within the expected scope. A documentation note: SKILL.md and references mention other scripts (transcribe_audio.py, process_video.py) and integrations (Notion/Feishu) that are not present as code or declared environment requirements; these are optional suggested workflows but not part of the included runtime instructions.
Install Mechanism
No install spec is provided (instruction-only with a small helper script), so nothing will be auto-downloaded or executed during install. The included Python script is plain and readable; it writes segment files when run (expected behavior).
Credentials
The skill declares no required environment variables or credentials. README mentions third-party tools and optional integrations (Whisper, Notion/飞书/Obsidian) that would require additional packages or API keys if the user chooses to use them—those credentials are not requested by the skill itself. Users should be aware that enabling suggested integrations would require granting external service credentials separately.
Persistence & Privilege
Skill does not request permanent/always-on presence (always:false), does not modify other skills or system-wide settings, and does not declare elevated privileges. It reads user-supplied transcripts and can write segment files to an output directory when run (normal and expected).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meeting-secretary - 安装完成后,直接呼叫该 Skill 的名称或使用
/meeting-secretary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
meeting-secretary 1.0.0 – 专业会议纪要智能分析技能首次发布
- 支持自动识别会议类型(如决策、讨论、项目、头脑风暴等)并自适应纪要结构
- 深度分析会议转录文本,精准提取观点、立场、分歧、共识及待办事项
- 提供细粒度的语气、语态、情感、潜台词及高价值信息挖掘
- 高度结构化的纪要输出,覆盖决策过程、分歧焦点、行动计划等核心
- 集成智能文本分段工具,兼容长文本场景
- Markdown格式输出,便于通用存档和后续追溯
元数据
常见问题
meeting-secretary 是什么?
专业的会议秘书技能,用于分析会议转录文本并生成结构化会议纪要。当用户提供会议转录文本(或会议笔记文本),并要求分析会议内容、生成会议纪要、提取关键信息时使用此技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 meeting-secretary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meeting-secretary」即可一键安装,无需额外配置。
meeting-secretary 是免费的吗?
是的,meeting-secretary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
meeting-secretary 支持哪些平台?
meeting-secretary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 meeting-secretary?
由 Carter Wu(@wuzhiguocarter)开发并维护,当前版本 v1.0.0。
推荐 Skills