Meeting Notes Summarizer

PassAudited by ClawScan on Feb 22, 2026.

Overview

The skill's code and runtime instructions match its stated purpose (summarizing transcripts via the Anthropic API); it requests one appropriate secret (ANTHROPIC_API_KEY) and otherwise behaves as expected.

This script will send any piped meeting transcript to api.anthropic.com using your ANTHROPIC_API_KEY—do not use it with sensitive or confidential transcripts unless you are comfortable with that provider receiving the data. Before running: (1) review the script locally (it is short) to confirm behavior; (2) ensure python3 is installed (the script uses python3 but SKILL.md doesn't list it); (3) use an API key tied to an account/policy you control and rotate or restrict it if needed; (4) if you need stricter privacy, avoid sending PII to third-party APIs or run a local/offline summarizer instead.