CtrlK
BlogDocsLog inGet started
Tessl Logo

fireflies-webhooks-events

Implement Fireflies.ai webhook receiver with HMAC signature verification and event processing. Use when setting up webhook endpoints, handling transcript-ready notifications, or building real-time meeting intelligence pipelines. Trigger with phrases like "fireflies webhook", "fireflies events", "fireflies webhook signature", "handle fireflies events", "fireflies notifications".

71

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

77%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is highly actionable with executable code and a clear sequenced workflow including signature-verification validation. It is somewhat verbose due to repeated fetch boilerplate, and uses a monolithic single-file structure with a dangling reference rather than progressive disclosure to bundle files.

Suggestions

Extract the repeated GraphQL fetch (auth headers + POST) into a shared helper shown once, then reference it in Steps 3, 4, and 5 to remove the duplicated boilerplate.

Split the webhook event reference and GraphQL schema into a referenced file (e.g. references/EVENTS.md) and link to it, rather than keeping everything inline in SKILL.md.

Fix the dangling 'Webhook Verification Example' line in Resources — either link it to a real file/URL or remove it.

DimensionReasoningScore

Conciseness

Mostly efficient and code-dense, but the GraphQL fetch boilerplate (auth headers + POST) is repeated nearly verbatim across Steps 3, 4, and 5, and stub functions like storeTranscript/notifyTeam add tokens that could be tightened.

2 / 3

Actionability

Provides fully executable TypeScript (Express receiver, HMAC verification, GraphQL fetch) and a copy-paste curl test command, with concrete dashboard registration steps.

3 / 3

Workflow Clarity

Five clearly numbered steps with an explicit validation checkpoint (HMAC signature verification rejecting before processing) and an error-handling table for recovery guidance.

3 / 3

Progressive Disclosure

Well-organized into labeled sections but monolithic — all event reference and code live inline with no reference files, and 'Webhook Verification Example' is a dangling non-link reference.

2 / 3

Total

10

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, complete, and distinctive, clearly stating both what the skill does and when to use it with natural trigger phrases. It uses appropriate imperative/third-person voice throughout.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Implement Fireflies.ai webhook receiver with HMAC signature verification and event processing' — naming specific capabilities rather than vague language.

3 / 3

Completeness

Explicitly answers both what ('Implement...webhook receiver with HMAC signature verification') and when ('Use when setting up webhook endpoints, handling transcript-ready notifications'), plus an explicit trigger-phrases clause.

3 / 3

Trigger Term Quality

Provides natural trigger phrases a user would say — 'fireflies webhook', 'fireflies events', 'handle fireflies events', 'fireflies notifications' — with good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

Clear niche (Fireflies.ai webhooks) with brand-specific triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.