fireflies-hello-world
Installation
SKILL.md
Fireflies.ai Hello World
Overview
Minimal working example demonstrating core Fireflies.ai functionality.
Prerequisites
- Completed
fireflies-install-authsetup - Valid API credentials configured
- Development environment ready
Instructions
Step 1: Create Entry File
Create a new file for your hello world example.
Step 2: Import and Initialize Client
import { Fireflies.aiClient } from '@fireflies/sdk';
const client = new Fireflies.aiClient({
Related skills