read-ai
Access meeting summaries, transcripts, and action items from Read.ai. Get AI-powered meeting insights via API.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrgoodb/read-aiRead.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
- Dashboard: https://app.read.ai
- Docs: https://docs.read.ai
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrgoodb-read-ai": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
smartsheet
Manage sheets, rows, and columns via Smartsheet API. Automate spreadsheet workflows.
onelogin
Manage users and apps via OneLogin API. Handle SSO and identity management.
google-sheets
Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
postmark
Send transactional emails with high deliverability via Postmark API. Manage templates, track bounces, and view analytics.
loom
Manage Loom video recordings - list, share, and get analytics via Loom API.