返回顶部
f

ffcli

Query Fireflies.ai meeting data. Use when searching meetings, viewing transcripts, reading AI summaries, extracting action items, or looking up what was discussed in a call. Triggers on "meeting notes", "transcript", "action items from meeting", "what was discussed", "fireflies", "meeting summary".

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

ffcli

# ffcli — Fireflies.ai CLI Query meeting recordings, transcripts, and AI summaries from Fireflies.ai. ## Setup Install via Homebrew or npm: ```bash brew install ruigomeseu/tap/ffcli # or npm install -g @ruigomeseu/ffcli ``` Authenticate with your Fireflies API key (get it from [Settings → Developer Settings](https://app.fireflies.ai/settings)): ```bash ffcli auth <your-api-key> # Store key locally (~/.config/ffcli/) ffcli auth --check # Verify it works ``` Alternatively, set the `FIREFLIES_API_KEY` environment variable (takes precedence over stored config). In OpenClaw, configure it via `skills.entries.ffcli.apiKey` in `openclaw.json`. **Note:** `ffcli` is a third-party CLI by @ruigomeseu (Homebrew tap or npm). Verify the source before installing: check the [npm package](https://www.npmjs.com/package/@ruigomeseu/ffcli) or [Homebrew tap repo](https://github.com/ruigomeseu/homebrew-tap) for code review and publish history. ## Commands ### List meetings ```bash ffcli list --limit 10 --md # Recent meetings ffcli list --from 2026-02-01 --to 2026-02-12 --md # Date range ffcli list --participant vinney@opennode.com --md # By participant ffcli list --search "standup" --md # By title keyword ffcli list --limit 5 --include-summaries # With AI summaries (JSON) ``` ### Show meeting detail ```bash ffcli show <id> --md # Full detail (markdown) ffcli show <id> --summary-only --md # Just AI summary ffcli show <id> --transcript-only --md # Just transcript ffcli show <id> --include-transcript --md # Detail + transcript ``` ### User info ```bash ffcli me --md # Account info, transcript count ``` ### Scripting patterns ```bash # Action items from recent meetings ffcli list --limit 10 --include-summaries | jq '.[].summary.action_items' # All meeting IDs from a date range ffcli list --from 2026-02-01 --to 2026-02-07 | jq -r '.[].id' # Export a summary to file ffcli show <id> --summary-only --md > meeting-summary.md ``` ## Notes - Default output is JSON. Use `--md` for readable output. - `--include-summaries` on `list` adds AI summaries (increases response size). - Meeting IDs are needed for `show` — get them from `list` first. - Dates are UTC in JSON output.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ffcli-1776420033 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ffcli-1776420033 技能

通过命令行安装

skillhub install ffcli-1776420033

下载 Zip 包

⬇ 下载 ffcli v1.0.1

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

v1.0.1 最新 2026-4-17 18:07
- Added a `metadata` section for OpenClaw integration, specifying environment variables and installation methods.
- Clarified authentication setup, including instructions for configuring the API key in OpenClaw.
- Noted that `ffcli` is a third-party CLI and recommended verifying the source before installation, with links to npm and Homebrew repositories.

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

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

p2p_official_large
返回顶部