moltbot-plugin-2do
This skill parses natural-language todo requests and sends formatted tasks to 2Do by email via SMTP. It requires `TWODO_EMAIL`, `SMTP_HOST`, `SMTP_PORT`, `SMTP_USER`, `SMTP_PASS` and instructs running `bash {baseDir}/scripts/send-task.sh` which invokes `node`/`tsx` and performs external SMTP connections (e.g. `smtp.gmail.com`).