원클릭으로
granola
Query Granola meeting notes and transcripts. Use when asked about meeting content, action items, or what was discussed.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Query Granola meeting notes and transcripts. Use when asked about meeting content, action items, or what was discussed.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use for questions about people, teams, or relationships. Record source notes, reconcile durable memory, create relationships, and query the knowledge graph. Handles sensitive HR data with privacy labels.
List Google Groups via the gog CLI. Use for viewing group membership or finding groups.
Use for any calendar work - scheduling meetings, finding free time, searching for events, auditing 1:1s, checking availability, or managing recurring meetings.
Manage Notion pages, databases, and comments from the command line. Search, view, create, and edit content in your Notion workspace.
Read Slack messages, threads, and channels via CLI. Use when asked to view Slack URLs, search Slack, or look up Slack users.
| name | granola |
| description | Query Granola meeting notes and transcripts. Use when asked about meeting content, action items, or what was discussed. |
| allowed-tools | Bash(granola-cli:*) |
Access meeting notes and transcripts via granola-cli.
# List recent meetings
granola-cli meetings list --json
# List meetings in a time range
granola-cli meetings list --from 2026-03-01 --to 2026-03-07 --json
# View meeting details (notes, attendees, summary)
granola-cli meetings view <id> --json
# View meeting transcript
granola-cli meetings transcript <id>
# Natural language query across meetings
granola-cli query "what did we discuss about the roadmap?"
Use granola-cli <command> --help for full options.
query for open-ended questions about meeting contentmeetings list then meetings view for specific meetings