An AI-driven meeting assistant skill that provides automated transcription, summaries, and action item extraction for seamless team collaboration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install read-ai
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 read-ai using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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"
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. |
Loading
Monitor application performance and infrastructure health using New Relic's robust API and NRQL querying engine.

A comprehensive tool for programmatically managing Miro boards, sticky notes, and shapes via the Miro V2 API.

A robust utility for exporting and importing Clawdbot installations to facilitate seamless machine migrations, backups, and setup restoration.

Automate the creation of AI-powered presentations, documents, and web pages via the Gamma API.

A B2B intelligence skill for accessing ZoomInfo API to enrich lead data and find company prospects.

A comprehensive CLI tool for AI agents to manage Microsoft 365 services including Outlook mail, calendars, OneDrive storage, and SharePoint sites.








































