meeting-transcripts

Capture meeting transcripts from Fireflies.ai via polling or webhooks. Auto-fetches transcripts, extracts action items/decisions/summaries, and writes structured markdown to memory. Use when user asks to check for meeting transcripts, set up meeting capture, or review past meetings. Supports cron-based polling (every 30 min) and real-time webhooks.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "meeting-transcripts" with this command: npx skills add jessewunderlich/meeting-transcripts

Meeting Transcripts (Fireflies.ai)

Auto-capture meeting transcripts from Fireflies.ai, extract action items and decisions, write structured markdown to memory.

Setup

1. Store API key

echo "YOUR_FIREFLIES_API_KEY" > ~/.openclaw/secrets/fireflies-api-key.txt

Get your key from Fireflies dashboard → Settings → Developer Settings.

2. Poll for new transcripts (recommended)

node scripts/poll-new-meetings.js

Schedule via OpenClaw cron every 30 minutes. Tracks processed meetings to avoid duplicates.

3. Real-time webhooks (optional)

node scripts/webhook-server.js

Runs on port 3142. Expose via Cloudflare Tunnel or ngrok, then paste the URL into Fireflies Settings → Developer Settings → Webhook URL.

Optional webhook secret:

echo "YOUR_SECRET" > ~/.openclaw/secrets/fireflies-webhook-secret.txt

4. Fetch a specific transcript

node scripts/fetch-transcript.js <meetingId>

Output

Transcripts are saved to memory/meetings/YYYY-MM-DD-<title>.md with:

  • Title, date, duration, participants
  • AI summary from Fireflies
  • Action items (as checkboxes)
  • Key topics and keywords
  • Full transcript with speaker labels and timestamps

Cron Setup

Schedule polling every 30 minutes:

Check Fireflies for new meeting transcripts. Run: node <skill-path>/scripts/poll-new-meetings.js — if new meetings found, briefly notify the user with the meeting title(s). If no new meetings, do nothing (NO_REPLY).

Requirements

  • Fireflies.ai Pro account ($10/mo) — includes API access
  • Node.js 18+

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Data Classification

用于数据分类、数据分级、数据分类分级任务。用户要求对单一数据字段名、字段列表、数据库表 SQL/DDL 文件进行数据分类、数据分级或数据分类分级时使用;支持普通数据分类分级、GB/T 43697-2024 通用数据分类分级、金融数据分类分级、JR/T 0197-2020 金融数据安全级别,以及“通用数据标签 +...

Registry SourceRecently Updated
General

Flight Disruption Compensation Kit

Guides air passengers through documenting flight disruptions, checking compensation and duty-of-care eligibility under major regulatory frameworks, and prepa...

Registry SourceRecently Updated
General

Job Offer Evaluation Kit

Compare job offers with structured compensation, benefits, risk, career-fit, and life-fit frameworks. Provides comparison tools only; no financial, tax, lega...

Registry SourceRecently Updated
General

Medical Bill Review Kit

Organizes medical bills and EOBs into a reviewable inventory, provides an error-spotting checklist for common billing mistakes, and prepares structured commu...

Registry SourceRecently Updated