--- name: meetings-summary description: Generate comprehensive summary of meeting. **Use this skill when the user requests to 'create meeting summary', 'summarize the meeting', 'generate meeting email'. --- # Meetings Summary ## Overview Generate professional HTML email summaries of meetings that include attendees, main topics discussed, decisions taken, and actions decided. The skill integrates with existing skills to process audio recordings, calendar events, and additional attachments into a structured, validated email summary. **IMPORTANT:** Email summaries are NEVER sent automatically. They must be validated by the user before sending. ## Workflow ### Step 1: Gather Meeting Inputs Collect the following inputs from the user: 1. **Audio Recording:** Use audio-recorder skill. - If audio recording used, ensure it does exist by listing records - If not provided, list available recordings and try to figure out the correct recording according to user input. If unsure to identify properly the records, present recordings to user and ask which one to use - If user explicitly says "no record", don't try to find a record 1. **Calendar Event:** Use o365-manager skill. - If an audio recording is identified at the previous step, use the date of this audio to list event of this day to find a recording with a similar input. - If no audio recording are identified and a date of the meeting is provided by the user, try to find event with input maching user information. - In any case when identifying the calendar relevant event, if unsure, present the most relevant meeting and if unsure at all, present all the meeting of the day. - If event is idenfitied, event details (to get subject, attendees list, date/time of event, agenda) and download attachments If you find all the relevant information, you can continue the process, but if you are not sure about the event or recording to use, ask for user confirmation. **IMPORTANT:** If no record nor calendar event is provided, the user must provide clear input to fill the email (meeting name, date, agenda, list of attendees, and minutes of the meeting at least). ### Step 2: Process Recording If a recording is provided: 1. **Transcribe the audio** using speech-to-text skill: this will provide the discovered attendees list and the minutes of the meeting 2. **Analyze the transcript** to extract: - **Attendees**: List of participants identified from transcript and event - **Topics discussed**: Discussed topics with details of discussion and important information - **Decisions**: Concrete decisions made during the meeting - **Actions**: Action items decided with owners if mentioned **IMPORTANT:** Mentioned attendees must not be part of the attendees list. They can be part of the topics information, decisions or actions, but not in the attendees list. ### Step 3: Merge Data Combine data from all sources: 1. **Merge attendees** from transcript, event, and possibly provided by user input. 2. **Use event subject** as meeting title (fallback to transcript title and as last resort, as user input) 3. **Use event date/time** for accuracy 4. **Include agenda** from event if available ### Step 4: Generate HTML Summary With all the information rate the HTML email. The email is composed of 5 sections The global style to apply to the email is the following: ```html ``` The summary must content: 1. **Meeting information**: Must content the information about the meeting: title, date and agenda, something like: ```html
| Label | Owner | ETA |
|---|---|---|
| Action 1 | Toto KLOK | not provided |
| Action 2 | Tito MAROU | December 2025 |