Fireflies.ai

v1.0.0

Fireflies.ai GraphQL API integration with managed OAuth. Access meeting transcripts, summaries, users, contacts, and AI-powered meeting analysis. Use this skill when users want to retrieve meeting transcripts, search conversations, analyze meeting content with AskFred, or manage meeting recordings. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.

3· 1.9k·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
The name/description (Fireflies GraphQL via managed OAuth) matches the actual behavior: SKILL.md shows POSTs to a Maton gateway for Fireflies data and connection management. The single required env var (MATON_API_KEY) is consistent with a gateway-authenticated integration. Note: the package source/homepage is unspecified, but the instructions reference coherent maton.* endpoints.
Instruction Scope
The SKILL.md contains concrete GraphQL queries and short Python snippets that only perform HTTP requests to gateway.maton.ai and ctrl.maton.ai and instruct opening an OAuth URL in the browser. It does not instruct reading unrelated local files, scanning system state, or exfiltrating data to unexpected endpoints.
Install Mechanism
There is no install spec and no code files to execute on disk (instruction-only skill). This minimizes install-time risk — nothing is downloaded or written by an installer.
Credentials
Only MATON_API_KEY is required, which is proportional for an API gateway integration. No unrelated credentials or filesystem config paths are requested. Users should note this key grants the gateway access to Fireflies resources and should confirm token scope/permissions with Maton.
Persistence & Privilege
The skill is not marked always:true (so it is not forced-included). Model invocation is permitted (default), meaning the agent may autonomously call the gateway using MATON_API_KEY. This behavior is expected for an API integration but increases blast radius if the key is compromised or overly permissive.
Assessment
This skill is internally consistent: it simply sends GraphQL requests to Maton's Fireflies gateway and needs a single MATON_API_KEY. Before installing, confirm you trust Maton (gateway.maton.ai / ctrl.maton.ai / connect.maton.ai) because the MATON_API_KEY will allow the skill to read meeting transcripts and associated data. Ensure the key has the minimum necessary scope, rotate/revoke it if needed, and avoid sharing highly privileged keys. If you require provenance assurance, ask the publisher for a homepage or repository and verify Maton's privacy/security documentation.

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

latestvk976s1kfs7nasbtamc7fe29dwx80zh9r

License

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

Runtime requirements

🧠 Clawdis
EnvMATON_API_KEY

Comments