# Send Firefly AI to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "firefly",
    "name": "Firefly AI",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/codes71/firefly",
    "canonicalUrl": "https://clawhub.ai/codes71/firefly",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/firefly",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firefly",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/api.md",
      "scripts/firefly.cjs"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "firefly",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T03:19:08.493Z",
      "expiresAt": "2026-05-07T03:19:08.493Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firefly",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=firefly",
        "contentDisposition": "attachment; filename=\"firefly-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "firefly"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/firefly"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/firefly",
    "downloadUrl": "https://openagent3.xyz/downloads/firefly",
    "agentUrl": "https://openagent3.xyz/skills/firefly/agent",
    "manifestUrl": "https://openagent3.xyz/skills/firefly/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/firefly/agent.md"
  }
}
```
## Documentation

### 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=<key> node scripts/firefly.cjs <command> [options]

### Commands

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

### Workflow

Use list to find meetings and get IDs
Use summary or transcript with the ID to get details
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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: codes71
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T03:19:08.493Z
- Expires at: 2026-05-07T03:19:08.493Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/firefly)
- [Send to Agent page](https://openagent3.xyz/skills/firefly/agent)
- [JSON manifest](https://openagent3.xyz/skills/firefly/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/firefly/agent.md)
- [Download page](https://openagent3.xyz/downloads/firefly)