Sync new Granola meetings to local Knowledge folder. Use during morning planning, when user asks "what should I do today", or asks to review/sync meetings.
Check for new Granola meetings and offer to sync them to your local Knowledge/Transcripts folder.
Call the check_new_meetings tool via the Granola MCP to see unsynced meetings.
If new meetings are found, present them to the user:
I found X new meeting(s) since your last sync:
1. **Meeting Title** (Date)
2. **Meeting Title** (Date)
...
Add to Knowledge folder?
Use AskUserQuestion with these options:
| Option | Description | |--------|-------------| | Sync all | Add all new meetings to Knowledge/Transcripts | | Select specific | Let user choose which meetings to sync | | Skip for now | Continue without syncing |
For each meeting the user wants to sync:
sync_meeting_to_local with the meeting IDAfter syncing (or skipping), continue with the normal morning planning workflow:
User: "What should I do today?"
Claude:
check_new_meetingsKnowledge/.granola-sync.jsonKnowledge/Transcripts/ with sanitized filenames下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity