Automated analysis: 1 risk factor(s) detected (Network Access). Permissions: 40/100, Data handling: 80/100.
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 46/100 (Partially Verified) · 18+ installs
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.
Generate a polished Israeli-style CV (korot chayim) in Hebrew and/or English following Israeli conventions: 1 page reverse chronological, mandatory military service section, dugri (direct) language, metrics-driven bullets, plus an optional Israeli cover letter (michtav mukdam). Use when a user needs to write a CV for AllJobs, Drushim, JobMaster, or LinkedIn Israel; prepare a bilingual Hebrew + English tech CV; or draft a cover letter in Israeli style. Automatically omits personal data prohibited by the Equal Employment Opportunities Law 1988 (age, photo, marital status, religion) to protect the candidate from discrimination claims. Do NOT use for job market research, interview preparation, salary negotiation, or employment contract review.
Aggregate Israeli job market data, optimize Hebrew CVs, benchmark salaries, and track employment trends. Use when user asks about job searching in Israel, Israeli CV writing, Hebrew resume, salary expectations in Israel, AllJobs, Drushim, JobMaster, JobNet, LinkedIn Israel, Israeli job interviews, or Israeli employment benefits. Covers major job platforms, salary data, and Israeli workplace culture. Do NOT use for international job markets outside Israel or immigration/visa work permits (see separate skill).
Employer-side hiring automation for Israeli companies. Generates Hebrew job descriptions compliant with the Equal Employment Opportunities Law 1988, posts to Israeli job boards (AllJobs, Drushim, JobMaster, LinkedIn Israel), screens resumes with Israeli context (military service, academic institutions, tech bootcamps), schedules interviews around Israeli holidays and Shabbat, and generates offer letters with mandatory Israeli employment clauses (pension, keren hishtalmut, Section 14, vacation, sick days, convalescence pay). Do NOT use for job searching, interview preparation, salary negotiation, employment contracts legal review, or freelancer hiring.
Want to build your own skill? Try the Skill Creator · Submit a Skill