Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计异常

granola-common-errors格兰诺拉麦片常见错误

Agent Skill

granola-common-errors 用于记录任务执行中的错误、用户纠正、经验和能力缺口,适合在 Codex、Claude、Cursor、Gemini CLI 中希望让 Agent 持续沉淀问题、修正和最佳实践时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

599

周安装

24

GitHub Stars

2,107

下载量

194
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:granola-common-errors(格兰诺拉麦片常见错误)
来源仓库:https://github.com/jeremylongshore/claude-code-plugins-plus-skills
仓库路径:skills/granola-common-errors
安装命令:
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill granola-common-errors
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill granola-common-errors

简介

granola-common-errors 用于记录任务执行中的错误、用户纠正和经验缺口。

  • 适合让 Agent 持续沉淀问题、修正实践并提升开发能力。
  • 通过 npx skills add 从 GitHub 仓库安装并使用。
  • 安装前应确认权限范围、维护状态及是否触发联网或文件读写。
  • 建议结合原始 README 继续核验具体用法和功能边界。

SKILL.md

Granola Common Errors

Overview

Diagnose and fix the most common Granola issues. Each error includes platform-specific symptoms, root causes, and step-by-step remediation. Granola captures audio from your device's system audio output (not via meeting platform APIs), so most issues trace back to audio permissions or device configuration.

Prerequisites

  • Granola installed (even if malfunctioning)
  • Terminal access for diagnostic commands (macOS) or PowerShell (Windows)
  • Admin/sudo access for permission changes

Instructions

Step 1 — Quick Diagnostic Check

# Is Granola running?
pgrep -l Granola

# What version?
defaults read /Applications/Granola.app/Contents/Info.plist CFBundleShortVersionString 2>/dev/null

# Audio devices available
system_profiler SPAudioDataType 2>/dev/null | grep -A2 "Default Input"

Step 2 — Match Your Symptom


Audio / Transcription Issues

"No Audio Captured" — Transcript is Empty

Root cause: Granola cannot hear system audio. On macOS, this is almost always a permissions issue.

macOS fix:

  1. System Settings > Privacy & Security > Screen & System Audio Recording
  2. Enable Granola (this grants system audio access despite the misleading name)
  3. System Settings > Privacy & Security > Microphone > Enable Granola
  4. Restart Granola after changing permissions (right-click menu bar icon > Restart)
# Nuclear option — reset Core Audio if devices are confused
sudo killall coreaudiod
# coreaudiod restarts automatically

Windows fix:

  1. Settings > Privacy & Security > Microphone > Ensure Granola is enabled
  2. Check that the correct audio device is set as default output
  3. Right-click sound icon > Sound settings > ensure no audio enhancements are enabled

"Transcription Starts Then Stops" (4-5 Minutes In)

Root cause: Granola stops transcription when it detects no new audio for ~15 minutes, or when the computer sleeps.

Fix:

  • Keep your machine awake during meetings (disable sleep/screen lock)
  • Ensure meeting audio is playing through your default output device
  • Bluetooth devices can cause dropouts — try built-in speakers or wired headset
  • Right-click Granola icon > Restart Granola, then reopen the note

"Poor Transcription Quality"

CauseFix
Background noiseUse noise-cancelling headset or quiet room
Echo/reverbSmaller room, soft furnishings
Crosstalk (multiple speakers)One person speaks at a time
Low mic volumePosition mic within 12 inches, check input levels
Non-English accentsGranola accuracy varies — speak clearly, slower

Calendar / Meeting Detection Issues

"Meeting Not Detected"

Symptoms: Granola doesn't show the floating notepad when you join a call.

Checklist:

  1. Calendar connected? Settings > Calendar — reconnect if expired
  2. Event has video link? Granola only detects events with Zoom/Meet/Teams/WebEx links
  3. Right calendar synced? Check that the meeting's calendar is in the sync list
  4. Force refresh: Click the sync icon in Granola, wait 30 seconds
  5. Manual start: Click Granola menu bar icon > Start Recording to bypass detection

"Calendar Authentication Failed"

Fix:

  1. Settings > Calendar > Disconnect
  2. Clear browser cookies for accounts.google.com or login.microsoftonline.com
  3. Reconnect calendar in a private/incognito browser window
  4. If using Google Workspace with admin restrictions, IT may need to approve Granola's OAuth app

Integration Errors

Slack — "Channel Not Found" or Post Fails

  1. Verify the channel exists and hasn't been renamed
  2. Invite the Granola bot to the channel: /invite @Granola
  3. Reconnect Slack at Settings > Integrations > Slack

Notion — "Database Missing" or Share Fails

  1. Granola creates its own database on first connect — don't delete it
  2. Reconnect Notion: Settings > Integrations > Notion > Disconnect > Reconnect
  3. Granola can only write to its own database (you cannot pick a custom database)

HubSpot — "Contact Not Matched"

  1. The attendee's email must match a HubSpot Contact record
  2. Granola does not create new contacts automatically
  3. Create the contact in HubSpot first, then re-share the note
  4. For auto-creation, use Zapier with a "Find or Create Contact" action

Zapier — "Trigger Not Firing"

  1. Verify Granola connection in Zapier (reconnect if needed)
  2. Check that the folder name in the trigger matches exactly
  3. For "Note Added to Folder" trigger, ensure the note is actually in that folder
  4. Add a 2-minute delay step — notes may still be processing when the trigger fires

App Issues

App Crashes or Freezes

# Force quit and restart
pkill -9 Granola
open -a Granola

# Clear caches if crashes persist
rm -rf ~/Library/Caches/Granola

App Won't Start After Update

# Clear preferences (you'll need to re-authenticate)
defaults delete ai.granola.app 2>/dev/null
rm -rf ~/Library/Caches/Granola

# Reinstall
brew reinstall --cask granola

"Processing Stuck" — Notes Never Finish

  • Normal processing takes 1-2 minutes per meeting
  • Wait up to 15 minutes for long meetings (2+ hours)
  • Check internet connectivity
  • Check status.granola.ai for service outages
  • Restart Granola and reopen the note

Output

  • Root cause identified for the specific Granola issue
  • Platform-specific fix applied and verified
  • Meeting capture confirmed working after remediation

Error Quick Reference

SymptomMost Likely CauseFirst Fix
No transcriptMissing Screen & System Audio permissionGrant permission, restart Granola
Transcript stops mid-meetingComputer sleep or Bluetooth dropoutKeep awake, try wired audio
Meeting not detectedNo video link in calendar eventAdd conferencing link or manually start
Slack post missingBot not in channel/invite @Granola
HubSpot sync failsContact doesn't existCreate contact in HubSpot first
App crashesCorrupted cacheDelete ~/Library/Caches/Granola

Resources

Next Steps

Proceed to granola-debug-bundle for creating comprehensive diagnostic reports.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.58%
按下载量换算69

Claude

29.19%
按下载量换算57

Cursor

19.87%
按下载量换算39

Gemini CLI

9.91%
按下载量换算19

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills