返回顶部
m

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
275
下载量
0
收藏
概述
安装方式
版本历史

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 ```bash 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) ```bash node scripts/poll-new-meetings.js ``` Schedule via OpenClaw cron every 30 minutes. Tracks processed meetings to avoid duplicates. ### 3. Real-time webhooks (optional) ```bash 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: ```bash echo "YOUR_SECRET" > ~/.openclaw/secrets/fireflies-webhook-secret.txt ``` ### 4. Fetch a specific transcript ```bash 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+

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 meeting-transcripts-1776279870 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 meeting-transcripts-1776279870 技能

通过命令行安装

skillhub install meeting-transcripts-1776279870

下载 Zip 包

⬇ 下载 meeting-transcripts v1.0.0

文件大小: 9.62 KB | 发布时间: 2026-4-16 18:07

v1.0.0 最新 2026-4-16 18:07
Initial release — Fireflies.ai integration with polling, webhooks, and structured markdown output

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部