Auto-capture meeting transcripts from Fireflies.ai, extract action items and decisions, write structured markdown to memory.
echo "YOUR_FIREFLIES_API_KEY" > ~/.openclaw/secrets/fireflies-api-key.txt
Get your key from Fireflies dashboard → Settings → Developer Settings.
node scripts/poll-new-meetings.js
Schedule via OpenClaw cron every 30 minutes. Tracks processed meetings to avoid duplicates.
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
node scripts/fetch-transcript.js <meetingId>
Transcripts are saved to memory/meetings/YYYY-MM-DD- with:
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).
共 1 个版本