granola-hello-world

支持首次使用 Granola 时自动捕获会议音视频,结合实时笔记与 AI 处理能力生成结构化会议纪要,涵盖摘要、要点、待办事项及可搜索全文,并在本地环境完成端到端验证。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add jeremylongshore/claude-code-plugins-plus-skills --skill "granola-hello-world"

Granola Hello World

Overview

Capture your first meeting with Granola and learn the three-phase workflow: live notepad, Enhance Notes, and Granola Chat. Granola captures audio from your device (no bot joins), transcribes it, and merges your typed notes with the full transcript to produce structured output.

Prerequisites

  • Completed granola-install-auth setup
  • Calendar connected with an upcoming meeting (or create a test one)
  • Microphone + Screen & System Audio permissions granted

Instructions

Step 1 — Start a Meeting

  1. Join any video call — Zoom, Google Meet, Teams, Slack Huddle, or WebEx
  2. Granola auto-detects the meeting from your synced calendar
  3. A floating notepad appears showing the meeting title and attendees
  4. If auto-detection fails, click the Granola icon in your menu bar and select Start Recording

Step 2 — Take Live Notes in the Notepad

During the meeting, type rough notes directly in the Granola notepad:

- discussed Q1 priorities
- sarah owns onboarding revamp
- need design review by thursday
- budget question - follow up with finance

These notes give Granola context. The AI uses your notes plus the full transcript to produce better output — you do not need to capture everything.

Step 3 — End Meeting and Enhance

  1. End your video call
  2. Granola processes the transcript (typically 1-2 minutes)
  3. Click Enhance Notes — Granola merges your notes with the transcript
  4. Select a template (or use the default) to structure the output

Step 4 — Review Enhanced Output

Granola produces structured notes based on your template:

# Team Standup — March 22, 2026

## Summary
Discussed Q1 priorities. Agreed to focus on customer onboarding
improvements. Sarah will lead the initiative with a design review
by Thursday.

## Key Decisions
- Onboarding revamp is the top priority for Q1
- Budget approval needed from Finance before expanding scope

## Action Items
- [ ] @sarah: Schedule design review meeting by Thursday
- [ ] @mike: Create onboarding improvement tickets in Linear
- [ ] @alex: Follow up with Finance on budget allocation

## Participants
Sarah Chen, Mike Johnson, Alex Kim

Step 5 — Use Granola Chat

After enhancement, use the chat panel to ask questions about the meeting:

  • “List my action items”
  • “Draft a follow-up email to the attendees”
  • “What were the open questions?”
  • “Summarize the budget discussion”

Granola Chat has full context of the transcript and your notes.

Step 6 — Use Recipes for Repeatable Prompts

Type / in Granola Chat to invoke Recipes — saved prompts for common tasks:

  • /standup — extract blockers and progress updates
  • /follow-up — draft a follow-up email
  • /action-items — list all action items with owners
  • Create custom recipes for your team’s workflows

Output

  • Complete meeting notes with AI-generated summary
  • Key decisions and action items extracted with owners
  • Full searchable transcript (expandable in the note)
  • Granola Chat available for post-meeting queries

Tips for Better Notes

  1. Type key points during the meeting — even rough notes dramatically improve output
  2. State names when assigning actions — “Action item: Sarah will schedule the review”
  3. Use explicit action language — “We decided…”, “Next step is…”
  4. Summarize decisions verbally — the AI picks up on decision language
  5. One speaker at a time — reduces transcription errors

Error Handling

ErrorCauseFix
No transcript generatedWrong audio device selectedCheck System Settings > Sound > Input matches your meeting audio
Meeting not detectedCalendar event missing video linkAdd Zoom/Meet/Teams link to event, or manually start recording
Processing stuck > 5 minConnectivity issueCheck internet, restart Granola (right-click icon > Restart)
Empty enhanced notesMeeting < 2 minutesGranola needs sufficient audio for meaningful enhancement
Poor transcriptionBackground noise or crosstalkUse headset, mute when not speaking

People & Companies (Automatic)

After your first meeting, check the People and Companies views in the sidebar. Granola automatically:

  • Creates contact entries from calendar attendees
  • Enriches with job titles, profile photos, and company info
  • Links all past meeting notes to each person
  • Lets you review full conversation history before follow-ups

Resources

Next Steps

Proceed to granola-core-workflow-a for meeting template setup and preparation workflows.