meeting-prep
Installation
SKILL.md
Daily Meeting Prep
Config — read before starting
Read ../config/user.json (resolves to ~/executive-assistant-skills/config/user.json).
Extract and use throughout:
name,full_name— user's nameprimary_email,work_email— Gmail accounts to checkwhatsapp— WhatsApp number for deliverytimezone— IANA timezone (e.g. America/Argentina/Buenos_Aires)slack_username— Slack DM targetworkspace— absolute path to OpenClaw workspace (e.g. ~/.openclaw/workspace)
Do not proceed until you have these values.
Debug Logging (MANDATORY)
Read ../config/DEBUG_LOGGING.md for the full convention. Use python3 {user.workspace}/scripts/skill_log.py meeting-prep <level> "<message>" ['<details>'] at every key step. Log BEFORE and AFTER every external call (gog, mcporter, Granola, web search). On any error, log the full command and stderr before continuing.