← 返回 Skills 市场
eternal0404

Eternal Meeting Extractor

作者 Eternal0404 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
93
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eternal-meeting-extractor
功能描述
Extracts summaries, decisions, action items, key points, questions, and attendees from meeting transcripts or notes.
使用说明 (SKILL.md)

Meeting Extractor

Parse meeting transcripts into structured summaries with action items.

Usage

python3 scripts/meeting.py extract transcript.txt
python3 scripts/meeting.py extract --format json transcript.txt
python3 scripts/meeting.py extract --followup transcript.txt

What It Extracts

  • Summary — 3-5 sentence overview
  • Decisions — Agreed-upon choices
  • Action Items — Tasks with owners and deadlines
  • Key Points — Important discussion topics
  • Questions — Unresolved questions needing answers
  • Attendees — Who participated

Output Formats

  • Text (default) — Human-readable summary
  • JSON — Machine-readable for task systems
  • Markdown — For documentation/wiki
安全使用建议
This skill appears to do what it says: a local Python script parses a transcript file and prints a summary, action items, etc. Before installing or using it, (1) review the script if you can — it is short and readable; (2) be aware that SKILL.md promises a follow-up email generator and Markdown output that the script does not actually implement, so don’t rely on those features; (3) run it on non-sensitive sample transcripts first to validate results; and (4) because it processes whatever text you give it, avoid running it on transcripts containing highly sensitive secrets unless you are comfortable doing local processing (there is no network code in the script).
功能分析
Type: OpenClaw Skill Name: eternal-meeting-extractor Version: 1.0.0 The 'eternal-meeting-extractor' skill is a straightforward utility for parsing meeting transcripts. The Python script (scripts/meeting.py) uses standard regular expressions to identify attendees, action items, and decisions from a local text file, and the SKILL.md instructions align perfectly with this functionality without any signs of prompt injection, unauthorized network access, or data exfiltration.
能力评估
Purpose & Capability
Name and description (extract summaries, action items, decisions, attendees) match the included Python script: the script reads a local transcript file and extracts attendees, action items, decisions, questions, and a brief summary. No unrelated credentials, binaries, or external services are required.
Instruction Scope
SKILL.md usage examples claim a '--followup' option to generate a follow-up email and mention Markdown output; the script accepts the --followup flag and a 'markdown' format value but does not implement follow-up generation or a separate Markdown formatter (only JSON and a text layout are actually produced). Aside from this documentation mismatch, the instructions and implementation operate only on the provided transcript file and do not access other files, env vars, or network endpoints.
Install Mechanism
No install spec is present (instruction-only skill). Included code is a single local Python script; there are no downloads, package installations, or archive extraction steps that would add risk.
Credentials
No environment variables, credentials, or config paths are requested. The only I/O is reading the user-supplied transcript file. Note: transcripts may contain sensitive personal or corporate data — the skill will process whatever text you provide locally.
Persistence & Privilege
The skill does not request persistent or elevated privileges and is not marked always:true. It does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eternal-meeting-extractor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eternal-meeting-extractor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Built by Jarvis for @Eternal0404
元数据
Slug eternal-meeting-extractor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Eternal Meeting Extractor 是什么?

Extracts summaries, decisions, action items, key points, questions, and attendees from meeting transcripts or notes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 93 次。

如何安装 Eternal Meeting Extractor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install eternal-meeting-extractor」即可一键安装,无需额外配置。

Eternal Meeting Extractor 是免费的吗?

是的,Eternal Meeting Extractor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Eternal Meeting Extractor 支持哪些平台?

Eternal Meeting Extractor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Eternal Meeting Extractor?

由 Eternal0404(@eternal0404)开发并维护,当前版本 v1.0.0。

💬 留言讨论