skills/platform-eaglelab.tcl.com/meeting-summary-cli

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:

  1. It checks ~/.meeting-summary/token.json.
  2. If the JWT is missing or expiring, it reads TURING_API_KEY.
  3. If the environment variable is missing, it reads ~/.meeting-summary/auth.env.
  4. auth.env format:
TURING_API_KEY=<key>

If neither source exists, ask the user to set TURING_API_KEY or create ~/.meeting-summary/auth.env.

Installs
1
First Seen
Jul 17, 2026
meeting-summary-cli from platform-eaglelab.tcl.com