Automatically capture, summarize, and organize meeting transcripts from Fireflies.ai into structured Markdown files.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install meeting-transcripts
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 meeting-transcripts using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The meeting-transcripts skill for Openclaw Skills provides a robust bridge between Fireflies.ai and your AI agent's long-term memory. It streamlines the process of capturing spoken dialogue from meetings, processing it through Fireflies' AI, and injecting the resulting insights—including action items, key decisions, and full speaker-labeled transcripts—directly into your local workspace.
By utilizing this integration, developers and teams can maintain a searchable, local archive of every conversation without manual copy-pasting. This skill ensures that your Openclaw Skills environment stays synchronized with your verbal commitments and project discussions, turning voice data into actionable technical documentation.
First, secure your Fireflies API key in the secrets directory:
echo "YOUR_FIREFLIES_API_KEY" > ~/.openclaw/secrets/fireflies-api-key.txt
To keep your records current, initiate the polling script. This tracks processed meetings to avoid duplicates:
node scripts/poll-new-meetings.js
For instant updates, launch the webhook server on port 3142:
node scripts/webhook-server.js
Expose this via a tunnel (like ngrok) and configure the URL in your Fireflies Developer Settings.
Transcripts are organized within the memory/meetings/ directory using a chronological naming convention: YYYY-MM-DD-<title>.md.
| Component | Content Detail |
|---|---|
| Metadata | Title, date, duration, and participant list. |
| AI Summary | The high-level overview generated by Fireflies. |
| Action Items | Extracted tasks formatted as Markdown checkboxes. |
| Topics | Key topics and keywords for searchability. |
| Full Transcript | Complete dialogue with speaker labels and timestamps. |
Loading
A professional-grade security auditing tool for OpenClaw host machines that identifies vulnerabilities and system health risks.

A high-performance transcription skill using Deepgram Nova-3 for lightning-fast, accurate audio-to-text conversion with speaker diarization.

A physical status indicator for AI agents that uses Philips Hue lights to signal thinking and completion states.

Automate the publication of image-rich posts to Xiaohongshu via browser-based CDP control.

A comprehensive financial intelligence skill that allows AI agents to query net worth, portfolio holdings, transactions, and AI-driven financial insights.

An automated Docker deployment skill designed to simplify container orchestration and service management through one-click templates.








































