timeless
Installation
SKILL.md
Timeless
Interact with Timeless meeting data: search meetings, read transcripts, get AI summaries, browse rooms, upload recordings, chat with the AI agent, and capture podcasts/YouTube videos for transcription.
API Reference
For full endpoint documentation with response schemas, status enums, and detailed examples, read api-reference.md (in this skill folder).
Prerequisites
TIMELESS_ACCESS_TOKENenv var (get token at my.timeless.day/api-token)yt-dlpfor YouTube downloads (install via package manager:apt install yt-dlp,brew install yt-dlp, orpip install yt-dlp. Alternatively setYTDLP_PATHto point to an existing binary.)
Set up in OpenClaw:
openclaw config patch env.vars.TIMELESS_ACCESS_TOKEN=<your_token>