← Back to Skills Marketplace
Eternal Meeting Extractor
by
Eternal0404
· GitHub ↗
· v1.0.0
· MIT-0
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install eternal-meeting-extractor
Description
Extracts summaries, decisions, action items, key points, questions, and attendees from meeting transcripts or notes.
README (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
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install eternal-meeting-extractor - After installation, invoke the skill by name or use
/eternal-meeting-extractor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Built by Jarvis for @Eternal0404
Metadata
Frequently Asked Questions
What is Eternal Meeting Extractor?
Extracts summaries, decisions, action items, key points, questions, and attendees from meeting transcripts or notes. It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.
How do I install Eternal Meeting Extractor?
Run "/install eternal-meeting-extractor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Eternal Meeting Extractor free?
Yes, Eternal Meeting Extractor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Eternal Meeting Extractor support?
Eternal Meeting Extractor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Eternal Meeting Extractor?
It is built and maintained by Eternal0404 (@eternal0404); the current version is v1.0.0.
More Skills