turing-meeting-summary
SKILL.md
Turing Meeting Summarisation
Browse and search your Turing meeting summaries via the Turing API.
Authentication
Check if <skill_dir>/auth.env exists and contains an API key. If it does, use it. If not, ask the user to provide their Turing API key:
"I need your Turing API key (one-time setup). You can generate one in the Turing platform: Profile menu → API Key Management. Paste it here and I'll save it so you won't need to provide it again."
Once received, save it to <skill_dir>/auth.env:
TURING_API_KEY=<key>