executive-digest
Installation
SKILL.md
Daily Executive Digest
Config — read before starting
Read ../config/user.json (resolves to ~/executive-assistant-skills/config/user.json).
Extract and use throughout:
primary_email,work_email— both Gmail accounts to checkwhatsapp— for deliveryworkspace— absolute path to 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 exec-digest <level> "<message>" ['<details>'] at every key step. Log BEFORE and AFTER every external call (gog, mcporter, todoist-cli). On any error, log the full command and stderr before continuing.
Steps
1. Read rules and state
- Read
{user.workspace}/style/DIGEST_RULES.mdfor format and rules - Read state files:
{user.workspace}/state/scheduling-threads.json— stalled threads (>3 days since proposed)
Related skills