Meeting Autopilot

A comprehensive AI agent skill that handles every stage of the meeting lifecycle. Prepares you before every meeting with context, attendee backgrounds, and talking points. Takes structured notes during the meeting. After the meeting, extracts action items, sends follow-up summaries, and tracks commitments until they are closed. Designed for professionals, managers, founders, and anyone who spends significant time in meetings and wants to walk in prepared and walk out with everything captured. No manual note-taking required.

3,891 stars

Best use case

Meeting Autopilot is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

A comprehensive AI agent skill that handles every stage of the meeting lifecycle. Prepares you before every meeting with context, attendee backgrounds, and talking points. Takes structured notes during the meeting. After the meeting, extracts action items, sends follow-up summaries, and tracks commitments until they are closed. Designed for professionals, managers, founders, and anyone who spends significant time in meetings and wants to walk in prepared and walk out with everything captured. No manual note-taking required.

Teams using Meeting Autopilot should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/meeting-autopilot-pro/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/agistack/meeting-autopilot-pro/skill.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/meeting-autopilot-pro/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Meeting Autopilot Compares

Feature / AgentMeeting AutopilotStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

A comprehensive AI agent skill that handles every stage of the meeting lifecycle. Prepares you before every meeting with context, attendee backgrounds, and talking points. Takes structured notes during the meeting. After the meeting, extracts action items, sends follow-up summaries, and tracks commitments until they are closed. Designed for professionals, managers, founders, and anyone who spends significant time in meetings and wants to walk in prepared and walk out with everything captured. No manual note-taking required.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Meeting Autopilot

## Philosophy

Meetings fail at three moments: before, during, and after. Before the meeting, people show up unprepared because pulling context together is too much work. During the meeting, important details get lost because no one is fully focused on capturing them. After the meeting, action items evaporate because there is no system tracking them.

Meeting Autopilot fixes all three moments. Your agent becomes the most prepared person in every room, the most attentive note-taker, and the most reliable follow-up system you have ever had.

---

## Trigger Map

| What you say | What happens |
|---|---|
| "Prep me for my meeting with X" | Full meeting brief generated |
| "I have a call in 30 minutes" | Quick prep summary |
| "Meeting starting now" | Note-taking mode activates |
| "Meeting done, here are my notes" | Notes processed and structured |
| "Send the follow-up for today's call" | Follow-up email drafted |
| "What action items came out of today" | Action item summary |
| "Did anyone follow through on X" | Commitment tracker checked |
| "How many meetings did I have this week" | Meeting load report |

---

## Module 1: Pre-Meeting Intelligence Brief

Trigger: "Prep me for my meeting with X", or automatically 30 minutes before any calendar event

**The brief covers**:

**About the meeting**
- Meeting title, time, duration, and location or video link
- Stated purpose from the calendar invite
- Who requested the meeting and why

**About the attendees**
- Name, role, and company for each attendee
- Your relationship history with each person
- Recent email threads or conversations with each attendee
- Any open action items or commitments between you and them
- Last time you spoke and what was discussed

**Context and preparation**
- Relevant documents or emails related to the meeting topic
- Any decisions made in previous meetings on this topic
- Open questions that should be resolved in this meeting
- 3 to 5 suggested talking points based on the meeting purpose
- Potential objections or difficult questions to be ready for

**Logistics**
- Dial-in details or video link extracted from invite
- Time zone confirmation if attendees are in different locations
- Back-to-back meeting warning if you have less than 10 minutes before or after

**Output format**: Fits on one screen. Readable in under 2 minutes. Designed to be read right before you join.

---

## Module 2: During-Meeting Note Capture

Trigger: "Meeting starting now" or "Take notes on this"

**What the agent captures**:
- Key decisions made during the meeting
- Action items with owner and deadline as you mention them
- Questions raised that were not answered
- Important numbers, dates, or names mentioned
- Any commitments you made to others
- Any commitments others made to you

**How to feed notes during the meeting**:
- Type or dictate quick fragments: "John will send the proposal by Friday"
- The agent structures and expands them in real time
- At the end say "meeting done" and the agent produces a clean structured summary

**Output after meeting ends**:
- One paragraph executive summary of what the meeting accomplished
- Full list of decisions made
- Full list of action items with owner, task, and deadline
- Open questions to be resolved later
- Key quotes or commitments worth remembering

---

## Module 3: Post-Meeting Follow-up System

Trigger: "Send the follow-up for today's meeting", or say "Meeting done" and the agent offers automatically

**Follow-up email draft**:
- Professional summary of what was discussed
- Clear list of action items with each person's name and deadline
- Next steps and any scheduled follow-up meeting
- Tone matches the relationship: formal for new contacts, warm for existing relationships
- Always shown to you for approval before sending
- Never sent without your explicit confirmation

**Internal summary**:
- Stored in your agent's memory for future meeting prep
- Searchable: "What did we decide about X in our last call with Y"
- Used automatically in future meeting briefs with the same attendees

---

## Module 4: Action Item and Commitment Tracker

Trigger: Automatic after every meeting. Also: "What action items do I have open", "Did Sarah send me the report"

**How tracking works**:
- Every action item from every meeting is stored with owner, task, deadline, and source meeting
- Your action items surface in your daily morning briefing when due date is approaching
- Other people's action items are tracked separately so you can follow up if they go overdue
- When you complete an item, say "mark X as done" to close it

**Overdue handling**:
- Your overdue items flagged immediately in morning briefing
- Others' overdue items trigger a suggested follow-up message for your approval
- Pattern detection: if someone consistently misses commitments, the agent notes this

**Weekly action item review**:
- Every Friday: full list of open items, overdue items, and items completed this week
- Clear picture of your meeting-generated workload at all times

---

## Module 5: Recurring Meeting Intelligence

Trigger: Automatic for any meeting that appears more than once with the same attendees

**What the agent builds over time**:
- History of every previous meeting with this group
- Decisions made and their current status
- Action items from previous meetings and whether they were completed
- Topics that keep coming up without resolution, flagged as recurring issues
- Attendance patterns: who consistently misses or joins late

**Standing meeting brief**:
- For weekly team meetings, the agent prepares an agenda suggestion based on open items
- For 1-on-1s, it surfaces what your direct report or manager has been working on
- For client calls, it summarizes account status and any open issues

---

## Module 6: Meeting Load Analysis

Trigger: "How many meetings did I have this week", "Am I in too many meetings", "Show me my meeting patterns"

**What the analysis covers**:
- Total meeting hours per week and per month
- Percentage of working day spent in meetings
- Meetings you attended but had no speaking role (potential calendar audit targets)
- Back-to-back meeting chains that leave no processing time
- Early morning or late evening meetings outside normal hours
- Meetings with no clear agenda or outcome

**Recommendations**:
- Specific meetings to consider declining or making optional
- Time blocks to protect for deep work
- Meetings that could be replaced with a quick email or async update

---

## Module 7: Meeting Memory and Search

Trigger: "What did we decide about X", "When did I last talk to Y", "What was agreed in the Q3 planning meeting"

**How it works**:
- Every processed meeting is stored and fully searchable
- Ask natural questions and the agent retrieves relevant context
- Cross-references people, topics, decisions, and dates
- Surfaces institutional memory that would otherwise be lost in old notes

**Examples**:
- "What did John say about the budget last time we spoke" → retrieves relevant meeting notes
- "Have we discussed this feature before" → finds previous discussions
- "What did I promise the client in our last call" → surfaces your commitments

---

## Who This Skill Is For

**Managers and team leads** who run multiple meetings per day and need to stay on top of every commitment and decision.

**Founders and executives** who meet with investors, clients, and partners constantly and cannot afford to show up unprepared.

**Sales professionals** who need detailed context on every account before every call.

**Consultants** who juggle multiple client relationships and need to remember everything from every engagement.

**Anyone who has ever left a meeting and forgotten half of what was decided within an hour.**

---

## What Makes This Different

Most note-taking tools require you to write the notes. Most calendar apps show you the event but give you no context. Most task managers require you to manually enter action items.

Meeting Autopilot requires nothing except speaking naturally before, during, and after your meetings. The agent does the preparation, the capture, and the follow-through. You show up present and focused instead of scrambling to take notes and remember everything.

---

## Privacy and Safety Boundaries

- The agent will never join a meeting autonomously or record audio without your explicit instruction
- The agent will never send any follow-up email without your review and approval of the exact text
- Meeting notes and attendee information are never shared with external services
- The agent will never share what was discussed in one meeting with attendees of a different meeting
- All meeting memory stays within your personal agent context

---

## Setup

No configuration required. The agent reads your calendar automatically. For the best experience, tell the agent your role and industry in the first conversation so it can tailor talking points and summaries to your context.

Related Skills

Meeting Prep

3891
from openclaw/skills

Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.

Workflow & Productivity

Meeting Mastery — AI Meeting Prep, Notes & Follow-Up Engine

3891
from openclaw/skills

You are an elite meeting preparation and follow-up agent. You ensure every meeting is high-value — thoroughly prepared beforehand, cleanly documented during, and actioned after.

Workflow & Productivity

Board Meeting Prep

3891
from openclaw/skills

Generate complete board meeting packages — agenda, financial summary, KPI dashboard, risk register, and action item tracker.

Workflow & Productivity

agent-autopilot

3891
from openclaw/skills

Self-driving agent workflow with heartbeat-driven task execution, day/night progress reports, and long-term memory consolidation. Integrates with todo-management for task tracking.

Workflow & Productivity

linkedin-autopilot

3891
from openclaw/skills

Your agent builds your LinkedIn presence while you sleep. Schedule posts, auto-engage with target accounts, run personalized DM sequences, and never miss an engagement opportunity. Handles connection requests, profile visiting campaigns, post engagement, and follow-up sequences with safety throttling and human-like behavior patterns. Configure your targets, define engagement rules, and let your agent network 24/7. Use when setting up LinkedIn automation, managing posting schedules, running engagement campaigns, or building agent-driven LinkedIn lead generation workflows.

Meeting Brief Copilot

3891
from openclaw/skills

Turn people, companies, agendas, notes, and email threads into consulting-style meeting briefs, sharp questions, follow-up emails, and action items.

andara-meeting-minutes

3891
from openclaw/skills

Capture meeting summaries and action items from voice or text

customer-support-autopilot

3891
from openclaw/skills

Classify customer support tickets, draft accurate responses, suggest macros, and route escalations based on risk, SLA, and business impact.

board-meeting

3891
from openclaw/skills

Multi-agent board meeting protocol for strategic decisions. Runs a structured 6-phase deliberation: context loading, independent C-suite contributions (isolated, no cross-pollination), critic analysis, synthesis, founder review, and decision extraction. Use when the user invokes /cs:board, calls a board meeting, or wants structured multi-perspective executive deliberation on a strategic question.

mentorship-meeting-agenda

3891
from openclaw/skills

Generate structured agendas for mentor-student one-on-one meetings

meeting-minutes

3891
from openclaw/skills

Use meeting minutes for other workflows that need structured execution, explicit assumptions, and clear output boundaries.

Finance Autopilot

3891
from openclaw/skills

A proactive personal finance manager for AI agents. Tracks income and expenses, monitors subscriptions and bills, detects unusual spending, builds monthly budget reports, reminds you of payment due dates, and helps you understand where your money goes every month. Designed for individuals and families who want financial clarity without using complex apps. No accounting knowledge required. Just forward your bills and receipts and talk naturally.