mail-meetings

Locate meeting invites and extract details from mailbox data using sqlite3 and python3.

5|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/aashari/ai-agent-skills --skill mail-meetings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mail-meetings
Source: https://github.com/aashari/ai-agent-skills/tree/main/skills/apple-mail/mail-meetings
Command: npx skills add https://github.com/aashari/ai-agent-skills --skill mail-meetings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locate meeting invites, calendar events, and related emails (notes, agendas, reschedules) across your mailbox, so you can stay on top of your upcoming meetings without manual searching.

Core Features & Use Cases

  • Locate invites and calendar events from emails and calendars.
  • Extract meeting details such as title, date/time, organizer, and links.
  • Surface meeting notes or agendas from transcripts or notes apps and categorize by upcoming, updated, or cancelled events.

Quick Start

Search my mailbox for meeting invites and notes and present upcoming meetings with organizers and links.

Frequently Asked Questions about mail-meetings

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

FAQPage Schema
How do I find and extract meeting invites from my mailbox?

You can locate meeting invites and calendar events from your mailbox by parsing emails to extract details such as title, date/time, organizer, and links. This surfaces upcoming meetings without manual searching.

Can I surface meeting notes and agendas from past emails?

Yes, you can surface meeting notes and agendas from transcripts or notes apps. The Skill categorizes meeting-related emails by upcoming, updated, or cancelled events to keep you organized.

Do I need python3 and sqlite3 to parse calendar events from emails?

Yes, parsing calendar events and meeting invites requires a Bash-enabled workflow with sqlite3 and python3. These dependencies handle data access and extraction from your mailbox.

What meeting details can I extract from email invites?

You can extract meeting details including the event title, date and time, organizer information, and meeting links. This allows you to quickly identify upcoming invites and rescheduled events.

What is the best way to categorize updated or cancelled meeting invites?

The best way to categorize updated or cancelled meeting invites is to locate meeting-related emails and automatically sort them into upcoming, updated, or cancelled event categories.

Why does locating meeting invites require a Bash-enabled workflow?

Locating meeting invites relies on a Bash-enabled workflow because it uses sqlite3 and python3 for data access and parsing. This environment is required to query the mailbox and extract event details.