granola
Installation
SKILL.md
Granola
Access your Granola meeting notes. Granola is the AI notepad for people in back-to-back meetings.
Current Capabilities
1. CSV Export Import
Granola allows exporting historical notes as CSV. This skill can parse and search those exports.
# Parse a Granola CSV export
python3 {baseDir}/scripts/csv_import.py --file ~/Downloads/granola_export.csv
# Search parsed notes
python3 {baseDir}/scripts/csv_import.py --file ~/Downloads/granola_export.csv --search "quarterly review"
2. Shared Note Fetching
When you share a Granola note, it gets a public URL. This skill can fetch and parse shared notes.