extract-spark-meetings

Extract meeting metadata and action items from Spark Mail links into Markdown files.

2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/johnie/skills --skill extract-spark-meetings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extract-spark-meetings
Source: https://github.com/johnie/skills/tree/main/skills/extract-spark-meetings
Command: npx skills add https://github.com/johnie/skills --skill extract-spark-meetings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill extracts meeting summaries and action items from Spark Mail shared links, organizing them into searchable, structured notes to save time and improve traceability.

Core Features & Use Cases

  • Extracts meeting metadata (date, participants, duration) from Spark links
  • Generates a consistent Markdown file per meeting with YAML frontmatter
  • Supports single URL processing or batch processing via links.md for multiple links

Quick Start

Process a single Spark Mail link by passing the URL as an argument, or batch-process unchecked links from links.md.

Frequently Asked Questions about extract-spark-meetings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract meeting notes from Spark Mail links?

Extract meeting notes from Spark Mail links by passing a single URL or batch processing a links.md file, which captures metadata, summaries, and action items into structured Markdown files.

Can I batch process multiple Spark meeting links at once?

Yes, you can batch process multiple Spark meeting links by placing unchecked URLs into a links.md file, which the tool processes sequentially to extract structured meeting data.

What metadata is captured when extracting Spark meeting summaries?

Extracting Spark meeting summaries captures metadata such as date, participants, duration, action items, decisions, and next steps into organized Markdown files.

Does the extracted meeting data include YAML frontmatter?

Yes, the extracted meeting data includes consistent YAML frontmatter fields in the generated Markdown files to ensure efficient discovery and organized note structure.

Where are the extracted Spark meeting notes saved?

Extracted Spark meeting notes are saved as organized Markdown files within a dedicated spark-meetings/ directory, ensuring consistent file structure for efficient discovery.