# Zoom Meeting Transcription Skill

**Shared by:** Aly Elayat  
**Shared in:** #kiro-productivity-for-all  
**Date:** 2026-05-19  
**Platform:** Aria (Kiro-compatible)

## Description

Agentic skill that automatically downloads Zoom recordings, transcribes them using Mac's Whisper, identifies the customer call context, and stores notes in the correct OneDrive/SharePoint location. Includes full documentation, Python scripts, and setup instructions for team customization.

## What It Does

1. **Downloads** Zoom cloud recordings automatically
2. **Transcribes** audio using Mac Whisper (local, no data leaving your machine)
3. **Identifies** the customer/meeting context from the transcript
4. **Routes** and stores the notes to the correct OneDrive/SharePoint folder
5. **Summarizes** key action items and decisions

## Requirements

- Mac with Whisper installed (`brew install whisper`)
- Zoom API credentials (personal or OAuth)
- OneDrive/SharePoint access configured
- Aria or compatible Kiro agentic environment
- Python 3.9+

## Files Included (from original share)

- `zoom-transcription-skill.md` — Main skill file
- `zoom_download.py` — Downloads Zoom recordings via API
- `transcribe.py` — Runs Whisper transcription locally
- `route_notes.py` — Routes notes to correct SharePoint folder
- `setup.md` — Setup and configuration guide
- `README.md` — Full documentation

## Setup

1. Install Whisper: `brew install whisper`
2. Configure Zoom API credentials in `.env`
3. Set your OneDrive/SharePoint base path in `config.json`
4. Run `python3 setup.py` to verify connections
5. Drag `zoom-transcription-skill.md` into Kiro/Aria

## Notes

- Works best with Zoom cloud recordings (not local)
- Whisper runs locally — transcription data never leaves your Mac
- Folder routing uses keyword matching against your customer list

---
*Source: #kiro-productivity-for-all, shared by Aly Elayat, May 19 2026*
