Read.ai for Openclaw

An AI-driven meeting assistant skill that provides automated transcription, summaries, and action item extraction for seamless team collaboration.

mrgoodb
v1.0.0
Jan 30, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install read-ai

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install read-ai using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Read.ai?

The Read.ai skill is a sophisticated integration designed to bridge the gap between live discussions and actionable documentation. By utilizing this skill within the Openclaw Skills framework, developers can programmatically retrieve meeting data from major platforms including Zoom, Microsoft Teams, and Google Meet.

This tool goes beyond simple recording by providing deep insights such as sentiment analysis and speaker identification. It allows teams to maintain a high level of accountability and transparency by making meeting outputs accessible through simple API calls, ensuring that the collective intelligence of every session is preserved and searchable.

Read.ai Use Cases

  • Automatically syncing meeting action items to external task management and CRM systems.
  • Building custom internal dashboards to track key topics and sentiment trends across department meetings using Openclaw Skills.
  • Providing instant access to meeting transcripts for team members who were unable to attend live sessions.
  • Archiving and indexing meeting summaries for long-term knowledge management and compliance.

How Read.ai Works

  1. The skill authenticates with the Read.ai API using a secure Bearer token.
  2. It fetches a list of recent meetings or performs a targeted search based on specific queries.
  3. Upon selecting a meeting ID, the skill requests specific data components such as the transcript, summary, or action items.
  4. The retrieved data is then processed or passed to other agents within the Openclaw Skills environment for further automation.

Read.ai Setup

To enable the Read.ai skill, you must first obtain an API key from your Read.ai dashboard. Once obtained, configure your environment variables as follows:

export READAI_API_KEY="your_api_key_here"

You can verify the setup by running a simple curl command to list your meetings:

curl "https://api.read.ai/v1/meetings" -H "Authorization: Bearer $READAI_API_KEY"

Read.ai Data Schema & Taxonomy

The Read.ai skill organizes meeting data into a structured format that facilitates easy parsing. Below are the primary data endpoints and their associated metadata:

Endpoint Data Returned
/meetings A list of meeting objects including IDs and timestamps.
/transcript Full text documentation of the conversation with speaker labels.
/summary AI-generated overview and executive highlights.
/action-items A discrete list of tasks and assignments identified by the AI.
/topics Key themes and subjects categorized for quick reference.

Read.ai Advanced Features

  • Automatic platform detection for seamless integration with Zoom, Teams, and Google Meet.
  • AI-powered sentiment analysis to evaluate the emotional tone of discussions.
  • Speaker identification technology to attribute specific insights or tasks to individual participants.
  • Advanced keyword search across all meeting records to find specific information quickly within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*