fireflies

Installation
SKILL.md

Fireflies.ai

Use scripts/fireflies from this skill directory. It uses the Fireflies GraphQL endpoint directly and emits the API response as JSON. Read-only discovery is safe. Before any state change, confirm the target, scope, and rollback path; then route the change through the CLI's literal --confirm. --dry-run previews a payload only and never authorizes a write.

First Use

  1. Check the command schema: scripts/fireflies --help and the relevant subcommand help.
  2. Set FIREFLIES_API_KEY only for an actual API request. Do not expose or persist it.
  3. Start with read-only discovery, such as scripts/fireflies transcripts list --limit 10 --json.
  4. Use --dry-run --json before each mutation to inspect the exact GraphQL payload.

Command Map

Installs
8
GitHub Stars
76
First Seen
Aug 5, 2026
fireflies — magnus919/agent-skills