Eternal Meeting Extractor

v1.0.0

Extracts summaries, decisions, action items, key points, questions, and attendees from meeting transcripts or notes.

0· 94·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for eternal0404/eternal-meeting-extractor.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Eternal Meeting Extractor" (eternal0404/eternal-meeting-extractor) from ClawHub.
Skill page: https://clawhub.ai/eternal0404/eternal-meeting-extractor
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install eternal-meeting-extractor

ClawHub CLI

Package manager switcher

npx clawhub@latest install eternal-meeting-extractor
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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).

Like a lobster shell, security has layers — review code before you run it.

latestvk979n747r6d95403rtrh03j53h83zah2
94downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

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

Comments

Loading comments...