Fireflies AI

v1.0.0

Fireflies.ai meeting intelligence — search meetings, get transcripts, action items, summaries, attendee info, and contacts via GraphQL API. No data storage;...

0· 482·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the implemented functionality. The script queries https://api.fireflies.ai/graphql and requires only FIREFLIES_API_KEY, which is precisely what a Fireflies client would need. The package is authored by a third party (agxntsix.ai) rather than Fireflies, which is informational but not inconsistent.
Instruction Scope
Instructions and the included CLI map to the script's behavior. The script honors FIREFLIES_API_KEY and will read a .env file in WORKSPACE (~/.openclaw/workspace/.env by default) to locate the key if not in the environment. It does not persist meeting data to disk and prints responses to stdout. The script includes a network fallback that invokes curl with a hardcoded SOCKS5 proxy (127.0.0.1:1080) if direct urllib requests fail.
Install Mechanism
No install spec; this is instruction-only plus a single Python script. The script uses only the Python stdlib and subprocess to call curl as a fallback. Nothing is downloaded from untrusted URLs or written to disk by an installer.
Credentials
Only FIREFLIES_API_KEY is required (declared as primary). The script will also consult WORKSPACE to locate a local .env file, but it only reads that file to extract FIREFLIES_API_KEY. No other credentials or config paths are requested.
Persistence & Privilege
Skill is not always:true and is user-invocable only. It does not modify other skills or system-wide agent settings and does not request permanent presence.
Assessment
This skill appears to be a straightforward Fireflies.ai GraphQL client and only needs your FIREFLIES_API_KEY. Before installing: (1) Verify you trust the third-party publisher (agxntsix.ai) and are comfortable using their wrapper rather than an official client. (2) Provide a Fireflies API key with the minimum necessary scope and be prepared to rotate it if needed. (3) Note the script will try a curl fallback using a hardcoded SOCKS5 proxy at 127.0.0.1:1080 if direct HTTP requests fail — if you have a local proxy or Tor listener on that port, traffic may be routed through it; if you do not want that behavior, inspect and remove the fallback in the script. (4) The script looks for FIREFLIES_API_KEY in a .env under WORKSPACE (~/.openclaw/workspace/.env) if the env var is absent — ensure that file does not contain other sensitive secrets you don’t want the script to read. (5) If you have high security requirements, review the script source yourself or run it in an isolated environment before granting access to your real API key.

Like a lobster shell, security has layers — review code before you run it.

ai-meeting-notesvk9732adbybz4pppxy18dt62hrh81a3h2firefliesvk9732adbybz4pppxy18dt62hrh81a3h2latestvk9732adbybz4pppxy18dt62hrh81a3h2meeting-transcriptionvk9732adbybz4pppxy18dt62hrh81a3h2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔥 Clawdis
EnvFIREFLIES_API_KEY
Primary envFIREFLIES_API_KEY

Comments