ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

read-ai

Access meeting summaries, transcripts, and action items from Read.ai. Get AI-powered meeting insights via API.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mrgoodb/read-ai
Or

Read.ai

AI meeting assistant with transcription and summaries.

Environment

export READAI_API_KEY="xxxxxxxxxx"

List Meetings

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

Get Meeting Details

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

Get Meeting Transcript

curl "https://api.read.ai/v1/meetings/{meeting_id}/transcript" \
  -H "Authorization: Bearer $READAI_API_KEY"

Get Meeting Summary

curl "https://api.read.ai/v1/meetings/{meeting_id}/summary" \
  -H "Authorization: Bearer $READAI_API_KEY"

Get Action Items

curl "https://api.read.ai/v1/meetings/{meeting_id}/action-items" \
  -H "Authorization: Bearer $READAI_API_KEY"

Get Key Topics

curl "https://api.read.ai/v1/meetings/{meeting_id}/topics" \
  -H "Authorization: Bearer $READAI_API_KEY"

Search Meetings

curl "https://api.read.ai/v1/meetings/search?query=project%20update" \
  -H "Authorization: Bearer $READAI_API_KEY"

Features

  • Automatic transcription for Zoom, Teams, Meet
  • AI-generated summaries
  • Action item extraction
  • Speaker identification
  • Sentiment analysis

Links

Metadata

Author@mrgoodb
Stars1401
Views0
Updated2026-02-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mrgoodb-read-ai": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.