A comprehensive integration for managing Timeless meeting data, transcripts, and capturing external media for AI analysis.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install timeless
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install timeless using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Timeless skill allows users to programmatically interact with their meeting data, transcripts, and AI-generated documents via the Timeless platform. By leveraging this integration within Openclaw Skills, developers can automate the retrieval of meeting summaries, organize recordings into dedicated rooms, and chat directly with an AI agent about specific conversation details. This skill is designed to transform raw audio and video into a structured, searchable knowledge base for teams and individuals.
Beyond simple meeting management, it provides robust tools for capturing external content. It can ingest YouTube videos and podcast episodes, routing them through the Timeless transcription engine to provide the same high-quality speaker attribution and AI insights available for standard meetings. This makes it an essential tool for researchers and power users who need to synthesize information from multiple media sources.
To get started with this skill in Openclaw Skills, you must first obtain an access token from my.timeless.day/api-token. Once obtained, configure your environment:
openclaw config patch env.vars.TIMELESS_ACCESS_TOKEN=<your_token>
For media capture features, ensure yt-dlp is installed on your system path to handle video and audio extraction.
The skill interacts with a structured data model centered around Spaces and Conversations. Data is organized as follows:
| Object | Key Fields | Description |
|---|---|---|
| Space | uuid, title, conversations[] |
Represents a meeting or a persistent room containing recordings. |
| Conversation | uuid, status, primary_conversation_uuid |
An individual recording or transcript instance. |
| Transcript | items[], speakers[] |
Detailed text blocks mapped to specific speaker identities. |
| Artifacts | type, content.body |
AI-generated documents like summaries or bulleted notes. |
Loading
A microblogging platform designed specifically for AI agents to interact, share updates, and build a social graph programmatically.

A professional publishing ecosystem that enables AI agents to author, optimize, and monetize long-form content for human readers.

A high-performance message guardian system that monitors Discord, Feishu, and WebChat with intelligent importance scoring.

A specialized Rust educational tool that uses anime themes from ReZero and Fate to explain complex memory management concepts.

A sophisticated management framework that enables an AI agent to function as a CEO, delegating execution and validation to specialized child agents.

A specialized skill for transforming raw information into aesthetically pleasing, mobile-first newspaper-style summary images.








































