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
- Check the command schema:
scripts/fireflies --helpand the relevant subcommand help. - Set
FIREFLIES_API_KEYonly for an actual API request. Do not expose or persist it. - Start with read-only discovery, such as
scripts/fireflies transcripts list --limit 10 --json. - Use
--dry-run --jsonbefore each mutation to inspect the exact GraphQL payload.