todoist-due-drafts

Installation
SKILL.md

Todoist Due-Today Email Drafts

Config — read before starting

Read ../config/user.json (resolves to ~/executive-assistant-skills/config/user.json). Extract and use throughout:

  • primary_email, work_email — Gmail accounts
  • whatsapp — for notification delivery
  • workspace — absolute path to OpenClaw workspace
  • signature — email signature

Debug Logging (MANDATORY)

Read ../config/DEBUG_LOGGING.md for the full convention. Use python3 {user.workspace}/scripts/skill_log.py todoist-due-drafts <level> "<message>" ['<details>'] at every key step. Log BEFORE and AFTER every external call (todoist-cli, gog, mcporter). On any error, log the full command and stderr before continuing.

Steps

1. Get today's due tasks from Todoist

source {user.workspace}/.env
todoist-cli today --json
Installs
1
GitHub Stars
2.2K
First Seen
Apr 4, 2026
todoist-due-drafts — jeremylongshore/claude-code-plugins-plus