fireflies
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name FIREFLIES_TOKEN or zero doctor check-connector --url https://api.fireflies.ai/graphql --method POST
How to Use
All examples below assume you have FIREFLIES_TOKEN set.
Endpoint: https://api.fireflies.ai/graphql
The Fireflies API is GraphQL-based. All requests are POST to a single endpoint. Write the GraphQL query to /tmp/fireflies_request.json, then execute with curl.
1. Get Current User
Fetch details for the API key owner. Omit the userId variable to get the current user.
Write to /tmp/fireflies_request.json: