← Back to Skills Marketplace
501
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install timeless
Description
Query and manage Timeless meetings, rooms, transcripts, and AI documents. Capture podcast episodes and YouTube videos into Timeless for transcription. Use wh...
Usage Guidance
This skill appears to do what it says: it needs your Timeless access token to read and manage meetings and to upload recordings. Before installing, consider: (1) TOKEN SCOPE — treat TIMELESS_ACCESS_TOKEN as sensitive: it gives the skill access to your account data and can upload media on your behalf; use a token with the minimum required scope if Timeless supports that. (2) EXTERNAL DOWNLOADS — the scripts download podcast RSS feeds and YouTube videos to your machine before uploading; avoid running those scripts on machines with sensitive files or where untrusted media might be problematic. (3) REVIEW & SANDBOX — if you don’t fully trust the skill source, review the three included scripts (podcast.sh, youtube.sh, upload.sh) yourself and run them in a sandboxed environment. (4) FIX TYPOS — the docs contain minor variable-name inconsistencies (TIMELESS_TOKEN vs TIMELESS_ACCESS_TOKEN); ensure you supply the correct variable when configuring. If you need the skill to auto-run, verify policies and token permissions first.
Capability Analysis
Type: OpenClaw Skill
Name: timeless
Version: 1.0.3
The 'timeless' skill bundle is a functional toolset for interacting with the Timeless meeting platform and capturing media from YouTube and podcasts. It uses standard utilities like curl, node, and yt-dlp to perform API requests, parse JSON/RSS data, and manage file uploads. The scripts (podcast.sh, upload.sh, youtube.sh) and the SKILL.md instructions are consistent with the stated purpose of meeting management and media transcription, with no evidence of data exfiltration, malicious persistence, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The skill is about interacting with Timeless (list meetings/rooms, fetch transcripts, upload recordings, capture podcasts/YouTube). Required binaries (curl, node, optional yt-dlp) and the single required env var (TIMELESS_ACCESS_TOKEN) are consistent with those tasks. The included scripts implement expected flows (download media, obtain presigned upload URL, upload and trigger processing).
Instruction Scope
Runtime instructions and scripts stay within the stated domain: they call my.timeless.day endpoints, use presigned storage URLs (storage.googleapis.com) for file upload, fetch podcast RSS/itunes and YouTube content for capture. Two small documentation inconsistencies: some examples in api-reference.md use TIMELESS_TOKEN instead of TIMELESS_ACCESS_TOKEN, and metadata versioning in SKILL.md differs from registry version; these are likely typos but should be corrected. Otherwise there is no instruction to read unrelated local files or network endpoints beyond those required for media capture and Timeless API access.
Install Mechanism
This is instruction-only (no install spec). No downloads from untrusted URLs or archive extraction are present. Scripts are included in the skill bundle and use system binaries (curl/node/yt-dlp) already expected for the functionality.
Credentials
The skill requests a single credential (TIMELESS_ACCESS_TOKEN), which is appropriate for accessing a Timeless account. Be aware this token grants access to the user's Timeless data (meetings, transcripts, recordings) and the ability to upload new media. YTDLP_PATH is supported as an optional override but is not required.
Persistence & Privilege
The skill is not set to always:true and is user-invocable; it does not request elevated or permanent platform privileges. It does not modify other skills or system-wide agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install timeless - After installation, invoke the skill by name or use
/timeless - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
No user-facing changes detected in this version.
- No changes to code or documentation.
- Functionality and requirements remain the same.
v1.0.2
No visible changes detected in this release.
- No file changes between 1.0.0 and 1.0.2.
- Functionality, documentation, and metadata remain unchanged.
v1.0.1
Timeless skill v1.0.1 changelog
- Updated skill metadata to declare required environment variables (`TIMELESS_ACCESS_TOKEN`, `YTDLP_PATH`) and binaries (`curl`, `node`, and optional `yt-dlp`)
- Specified `version: 1.0.0` and added a homepage link in metadata
- Improved installation/prerequisite instructions for YouTube download support
- No functional or API changes; documentation and metadata improvements only
v1.0.0
Timeless.day skill 1.0.0 – initial release
- Query and manage Timeless meetings, rooms, and transcripts.
- Upload audio/video recordings for transcription.
- Search meetings, get summaries, list or create rooms, and manage room conversations.
- Resolve Timeless share links and chat with Timeless AI about meeting content.
- Capture and transcribe podcast episodes and YouTube videos.
- Requires a Timeless access token and yt-dlp for YouTube processing.
Metadata
Frequently Asked Questions
What is Timeless.day Meeting Notes?
Query and manage Timeless meetings, rooms, transcripts, and AI documents. Capture podcast episodes and YouTube videos into Timeless for transcription. Use wh... It is an AI Agent Skill for Claude Code / OpenClaw, with 501 downloads so far.
How do I install Timeless.day Meeting Notes?
Run "/install timeless" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Timeless.day Meeting Notes free?
Yes, Timeless.day Meeting Notes is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Timeless.day Meeting Notes support?
Timeless.day Meeting Notes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Timeless.day Meeting Notes?
It is built and maintained by Eilon Mor (@eilonmore); the current version is v1.0.3.
More Skills