fireflies-prod-checklist

Featured

Execute Fireflies.ai production deployment checklist with health checks and rollback. Use when deploying Fireflies.ai integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "fireflies production", "deploy fireflies", "fireflies go-live", "fireflies launch checklist".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Fireflies.ai Production Checklist ## Overview Complete checklist for deploying Fireflies.ai integrations to production. Covers API key management, webhook setup, health checks, and monitoring. ## Prerequisites - Staging environment tested - Production API key from Fireflies dashboard - Webhook endpoint with HTTPS and signature verification - Monitoring infrastructure ready ## Pre-Deployment Checklist ### API & Auth - [ ] Production `FIREFLIES_API_KEY` in secret manager (not env file) - [ ] API key has minimum required access - [ ] `FIREFLIES_WEBHOOK_SECRET` configured (16-32 chars) - [ ] Separate keys for dev/staging/prod environments - [ ] Key rotation procedure documented ### Code Quality - [ ] All GraphQL queries tested against real API in staging - [ ] Error handling for all Fireflies error codes (`auth_failed`, `too_many_requests`, `require_ai_credits`) - [ ] Rate limiting with exponential backoff implemented - [ ] No hardcoded API keys or transcript IDs - [ ] Webhook signature verification (HMAC-SHA256) enabled ### Webhook Configuration - [ ] Webhook URL registered in Fireflies dashboard (Settings > Developer settings) - [ ] HTTPS endpoint with valid TLS certificate - [ ] `x-hub-signature` header verified on every request - [ ] Webhook handler responds with 200 immediately (process async) - [ ] Dead-letter queue for failed webhook processing ### Health Check Endpoint ```typescript // /api/health export async function GET() { const checks: Record<string, any> ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

firecrawl-prod-checklist

Execute Firecrawl production deployment checklist and rollback procedures. Use when deploying Firecrawl integrations to production, preparing for launch, or implementing go-live procedures. Trigger with phrases like "firecrawl production", "deploy firecrawl", "firecrawl go-live", "firecrawl launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Solid

webflow-prod-checklist

Execute Webflow production deployment checklist — token security, rate limit hardening, health checks, circuit breakers, gradual rollout, and rollback procedures. Use when deploying Webflow integrations to production or preparing for launch. Trigger with phrases like "webflow production", "deploy webflow", "webflow go-live", "webflow launch checklist", "webflow production ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

flyio-prod-checklist

Execute Fly.io production deployment checklist with health checks, auto-scaling, monitoring, and rollback procedures. Trigger: "fly.io production", "fly.io go-live", "fly.io prod checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

adobe-prod-checklist

Execute Adobe production deployment checklist covering credential management, API health checks, rate limit configuration, and rollback procedures for Firefly Services, PDF Services, and I/O Events integrations. Trigger with phrases like "adobe production", "deploy adobe", "adobe go-live", "adobe launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

flexport-prod-checklist

Execute Flexport production deployment checklist for logistics integrations. Use when deploying shipment tracking, booking automation, or supply chain integrations to production with proper monitoring and rollback. Trigger: "flexport production", "deploy flexport", "flexport go-live checklist".

2,266 Updated today
jeremylongshore