jeremylongshore

granola-install-auth

@jeremylongshore/granola-install-auth
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

Install and configure Granola AI meeting notes app with calendar integration. Use when setting up Granola for the first time, connecting calendar accounts, or configuring audio capture permissions. Trigger with phrases like "install granola", "setup granola", "granola calendar", "configure granola", "granola permissions".

Installation

$skills install @jeremylongshore/granola-install-auth
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/saas-packs/granola-pack/skills/granola-install-auth/SKILL.md
Branchmain
Scoped Name@jeremylongshore/granola-install-auth

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: granola-install-auth description: | Install and configure Granola AI meeting notes app with calendar integration. Use when setting up Granola for the first time, connecting calendar accounts, or configuring audio capture permissions. Trigger with phrases like "install granola", "setup granola", "granola calendar", "configure granola", "granola permissions". allowed-tools: Read, Write, Edit, Bash(brew:), Bash(open:) version: 1.0.0 license: MIT author: Jeremy Longshore jeremy@intentsolutions.io

Granola Install & Auth

Overview

Set up Granola AI meeting notes app and configure calendar integration for automatic meeting capture.

Prerequisites

  • macOS 12+ or Windows 10+ (or iPhone for mobile)
  • Google Calendar or Microsoft Outlook account
  • Microphone permissions enabled
  • Stable internet connection

Instructions

Step 1: Download Granola

# macOS via Homebrew (if available)
brew install --cask granola

# Or download directly from https://granola.ai/download
open https://granola.ai/download

Step 2: Create Account

  1. Open Granola application
  2. Click "Sign up" or "Log in"
  3. Authenticate with Google or Microsoft account
  4. Grant calendar access permissions

Step 3: Configure Audio Permissions

macOS:
System Preferences > Security & Privacy > Privacy > Microphone
- Enable Granola

Windows:
Settings > Privacy > Microphone
- Allow Granola to access microphone

Step 4: Connect Calendar

  1. In Granola settings, go to "Integrations"
  2. Connect Google Calendar or Outlook
  3. Select which calendars to sync
  4. Enable automatic meeting detection

Step 5: Verify Setup

  1. Schedule a test meeting
  2. Start the meeting
  3. Confirm Granola shows "Recording" indicator
  4. End meeting and verify notes generated

Output

  • Granola app installed and configured
  • Calendar connected with meeting sync enabled
  • Audio permissions granted
  • Test meeting successfully captured

Error Handling

ErrorCauseSolution
Audio Not CapturedMicrophone permission deniedGrant microphone access in system settings
Calendar Not SyncingOAuth token expiredDisconnect and reconnect calendar
App Won't StartOutdated OS versionUpdate to macOS 12+ or Windows 10+
No Meeting DetectedCalendar not connectedVerify calendar integration in settings

Examples

macOS Quick Setup

# Download and open Granola
open https://granola.ai/download

# After installation, grant permissions
open "x-apple.systempreferences:com.apple.preference.security?Privacy_Microphone"

Verify Installation

# Check if Granola is running (macOS)
pgrep -l Granola

# Check app location
ls -la /Applications/Granola.app

Resources

Next Steps

After successful installation, proceed to granola-hello-world for your first meeting capture.

More by jeremylongshore

View all
oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.

rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").