meeting-summary-cli
Installation
SKILL.md
Meeting Summary
Use the meeting-summary-cli CLI to browse, search, inspect, and import meeting summaries.
Authentication
Do not call meeting-summary APIs directly with the Turing API key. The CLI handles token exchange:
- It checks
~/.meeting-summary/token.json. - If the JWT is missing or expiring, it reads
TURING_API_KEY. - If the environment variable is missing, it reads
~/.meeting-summary/auth.env. auth.envformat:
TURING_API_KEY=<key>
If neither source exists, ask the user to set TURING_API_KEY or create ~/.meeting-summary/auth.env.