← 返回 Skills 市场
codes71

Firefly AI

作者 codes71 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
678
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install firefly
功能描述
Fetch meeting transcripts, summaries, and action items from Firefly AI (fireflies.ai). Use when the user asks about meetings, transcripts, meeting notes, act...
使用说明 (SKILL.md)

Firefly AI Integration

Pull meeting data from Firefly AI via their GraphQL API.

Setup

Requires FIREFLY_API_KEY environment variable. Store in gateway env config.

Usage

Run the script at scripts/firefly.cjs with Node.js:

FIREFLY_API_KEY=\x3Ckey> node scripts/firefly.cjs \x3Ccommand> [options]

Commands

  • list — List recent meetings. Options: --days \x3Cn> (default 14), --limit \x3Cn> (default 50)
  • transcript — Full transcript with timestamps. Requires --id \x3Cmeeting_id>
  • summary — Meeting summary, overview, and action items. Requires --id \x3Cmeeting_id>
  • search — Search by keyword in titles/content. Requires --keyword \x3Ctext>, optional --limit \x3Cn>

Workflow

  1. Use list to find meetings and get IDs
  2. Use summary or transcript with the ID to get details
  3. Use search to find meetings by topic

For custom queries

Build GraphQL queries directly against https://api.fireflies.ai/graphql. See references/api.md for full schema and available fields.

Large transcripts

Full transcripts can be very long (2000+ sentences). When a user asks for a transcript:

  • Save to a file in the workspace if they want to keep it
  • Summarize or extract relevant sections if they want specific info
  • Show a preview (first ~50 lines) and ask if they want more
安全使用建议
This skill appears to be a straightforward Fireflies.ai client, but the package metadata omits two important runtime requirements: FIREFLY_API_KEY (required by the script) and Node.js (to run scripts/firefly.cjs). Before installing: 1) Verify the skill source/publisher (homepage is missing). 2) Only provide a Fireflies API key you trust the skill with — prefer a scoped or read-only key if Fireflies supports that. 3) Understand that transcripts may contain sensitive personal or company data; if you run the script or save outputs to the workspace, treat those files as sensitive. 4) Consider reviewing the included script locally (it is small and readable) or running it in a restricted environment. 5) Ask the publisher to correct the registry metadata so required env vars and runtime dependencies are declared.
功能分析
Type: OpenClaw Skill Name: firefly Version: 1.0.0 The skill bundle provides a Node.js client (`scripts/firefly.cjs`) to interact with the Firefly AI GraphQL API, as described in `SKILL.md` and `references/api.md`. The script correctly uses environment variables for API keys, parameterizes user inputs for GraphQL queries to prevent injection, and only makes network requests to the specified `api.fireflies.ai` endpoint. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection designed to subvert the agent's intended behavior. The instructions in `SKILL.md` are aligned with the skill's stated purpose and do not contain malicious directives.
能力评估
Purpose & Capability
The code and SKILL.md implement a Fireflies.ai GraphQL client (list, transcript, summary, search) and require an API key — this matches the skill description. However, registry metadata lists no required env vars or binaries while both SKILL.md and the script require FIREFLY_API_KEY and Node.js respectively (inconsistency).
Instruction Scope
Runtime instructions are scoped to calling https://api.fireflies.ai/graphql with an Authorization: Bearer <API_KEY> header and presenting results. The SKILL.md suggests saving large transcripts to the workspace if the user requests that, but the included script itself prints to stdout and does not autonomously write files or send data to any other endpoint.
Install Mechanism
There is no install spec (instruction-only) and the script is included in the package — low installation risk. One metadata omission: the registry does not declare Node.js as a required binary even though the SKILL.md and script require running with node.
Credentials
The skill legitimately needs a single credential (FIREFLY_API_KEY) to call Fireflies.ai. However, the registry metadata lists no required environment variables and no primary credential, so the manifest underreports the sensitive access this skill needs. Confirm the gateway will store the API key securely and that the key scope is limited.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and does not persist credentials itself. Autonomous invocation is allowed (platform default) but is not combined here with other elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install firefly
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /firefly 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: list meetings, full transcripts, summaries with action items, keyword search via Firefly AI GraphQL API
元数据
Slug firefly
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Firefly AI 是什么?

Fetch meeting transcripts, summaries, and action items from Firefly AI (fireflies.ai). Use when the user asks about meetings, transcripts, meeting notes, act... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 678 次。

如何安装 Firefly AI?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install firefly」即可一键安装,无需额外配置。

Firefly AI 是免费的吗?

是的,Firefly AI 完全免费(开源免费),可自由下载、安装和使用。

Firefly AI 支持哪些平台?

Firefly AI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Firefly AI?

由 codes71(@codes71)开发并维护,当前版本 v1.0.0。

💬 留言讨论