Query and manage Timeless meetings, rooms, transcripts, and AI documents. Capture podcast episodes and YouTube videos into Timeless for transcription. Use when working with meeting data, searching transcripts, getting AI summaries, or building meeting automations.
Trust score 72/100 (Trusted) · 21+ installs · MIT license
Israeli teams and freelancers run mixed Hebrew/English meetings across Zoom and Meet, and extracting transcripts, summaries, and action items is expensive. Timeless handles transcription, AI summaries, and semantic search, but its API has split: an official api.timeless.day/v1 with Bearer auth and webhooks, and the older my.timeless.day with Token auth that still exposes podcast/YouTube capture, AI chat, and spaces. Agents need to pick the right one per task and verify webhooks safely.
npx skills-il add supertools/timeless-skills -a claude-codeThis is a community skill from an external source. The ZIP upload may not work on all platforms if the SKILL.md format is not fully compatible.
Fetch all my Timeless meetings from the last 7 days via GET https://api.timeless.day/v1/meetings with scope=owned and status=completed. For each, pull the AI document (expand=documents) and summarize the action items and key decisions.
Write me a FastAPI endpoint that receives a Timeless meeting.initial_summary_ready webhook, verifies the X-Webhook-Signature via HMAC-SHA256 against the env secret, forwards the summary to a Slack channel, and returns 200 within 10 seconds so Timeless does not retry.
Search for podcast X, take the latest episode, download the MP3, upload it to Timeless via PUT https://api.timeless.day/v1/meetings/upload with language=he and an appropriate title, poll until status=completed, then fetch the transcript and display it speaker-attributed with timestamps.
I got a link https://my.timeless.day/m/... Decode it (base64 into space_id + host_id, 22 chars each), fetch the space via the unofficial API (try private, then workspace with host_uuid, then public), and pull the artifact whose type is summary.
Deploy and configure customer support automation for Israeli businesses. Categorizes and routes Hebrew support tickets, manages complaint workflows per Israeli Consumer Protection Law 1981 (14-day return policy, cooling-off periods, mandatory response timeframes), configures SLA management with Israeli business hours (Sunday-Thursday), builds escalation rules, and generates canned responses in Hebrew for multi-channel support (WhatsApp, email, phone, social media). Do NOT use for building chatbots from scratch, WhatsApp Business API integration, general CRM setup, or non-Israeli consumer protection compliance.
Gmail automation for Israeli freelancers using the Google Workspace CLI (gws). Use when user asks to draft bilingual Hebrew emails with gws gmail +send, send payment reminders in Shekels, label the inbox in Hebrew via users.messages.list and users.messages.modify, set up persistent Gmail filters via users.settings.filters, or save drafts that respect Israeli business hours and Shabbat. Built around real gws v0.22.x command syntax (no fabricated flags). Do NOT use for non-Gmail email providers, Microsoft Outlook automation, or CRM-level contact management.
Reference guide for Israeli daily context: work week (Sunday-Thursday), holidays and observances, business obligation reminders (VAT, Bituach Leumi), local communication norms, and tips for formal Hebrew writing. Use when you need context on the Israeli calendar, professional message drafting conventions, scheduling around Shabbat and holidays, or formal Hebrew email structure. Do NOT use for calendar API integration (use shabbat-aware-scheduler), automated email sending (use gws-hebrew-email-automation), or accounting calculations (use accounting skills).
Want to build your own skill? Try the Skill Creator · Submit a Skill