granola-pipeline

Process Granola meeting transcripts into Notion pages with action items.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill granola-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: granola-pipeline
Source: https://github.com/Umbral-Bot/umbral-agent-stack/tree/main/openclaw/workspace-templates/skills/granola-pipeline
Command: npx skills add https://github.com/Umbral-Bot/umbral-agent-stack --skill granola-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of taking meeting transcripts from Granola, organizing them in Notion, extracting action items, and creating proactive follow-ups, reducing manual data entry and ensuring accountability.

Core Features & Use Cases

  • Transcript Processing: Creates a new page in Notion for each meeting transcript, extracting key details and action items.
  • Action Item Management: Identifies and lists action items from the transcript, optionally creating them as tasks in a Kanban board.
  • Proactive Follow-ups: Generates reminders, email drafts, or proposals based on meeting outcomes.
  • Use Case: After a client meeting, simply upload the Granola transcript, and the Skill will automatically create a Notion page with all notes, action items assigned to team members, and even draft a follow-up email for review.

Quick Start

Use the granola-pipeline skill to process the meeting transcript from the attached file 'project-kickoff.md'.

Frequently Asked Questions about granola-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically send Granola meeting transcripts to Notion?

To send Granola meeting transcripts to Notion, you can use an automated watcher script that processes transcripts, creates Notion pages, and extracts action items without manual data entry. This requires setting up a Notion API integration and specific database IDs.

Can I extract action items from meeting notes and add them to a Notion Kanban board?

Yes, you can extract action items from meeting notes and add them to a Notion Kanban board. The pipeline identifies tasks from the transcript and optionally creates them as tasks for team member accountability.

How do I generate follow-up emails from a client meeting transcript?

You can generate follow-up emails from a client meeting transcript by processing the text through the pipeline. It creates proactive follow-ups by drafting email proposals and reminders based on the extracted meeting outcomes.

Does processing meeting notes in Notion require specific database IDs?

Yes, processing meeting notes in Notion requires specific database IDs. You must configure the Notion API integration with distinct database IDs for both transcript page management and action item task management.

Can I manually process a single Granola transcript instead of running an automated watcher?

Yes, you can manually process a single Granola transcript instead of running an automated watcher. The pipeline supports manual processing through worker tasks, allowing you to upload a specific markdown file for immediate Notion page creation.