moltbot-plugin-2do
Create tasks and send them to 2Do app via email. Use when the user wants to: (1) add, create, or record a task/todo/reminder in any form - e.g. '添加任务', '创建待办', '新建任务', '加个任务', '记录任务', 'add task', 'create todo'; (2) ask to be reminded of something - e.g. '提醒我', '别忘了', '记得', '帮我记一下', 'remind me', 'remember to'; (3) mention something they need to do and want it tracked - e.g. '明天要开会', '周五前交报告', '下午去买菜'; (4) want to add items to a todo list or task manager - e.g. '加到待办', '放到任务列表', '记到清单里'; (5) describe a task with list/tag organization - e.g. '添加到工作列表', '标签是紧急'; (6) mention urgency or importance - e.g. '紧急', '重要', 'urgent', 'important'. Parses natural language (Chinese and English) to extract task title, due date/time, priority, optional list name, and optional tags, then sends a formatted email to the user's configured 2Do inbox.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chuckiefan/moltbot-plugin-2doWhat This Skill Does
The moltbot-plugin-2do skill acts as a powerful bridge between natural language input and the 2Do task management application. By leveraging email-based task capturing, it enables users to seamlessly convert conversational requests into structured to-do items. The skill intelligently parses text to identify task titles, deadlines, priority levels, list categorization, and metadata tags, ensuring your task manager stays updated without manual entry.
Installation
To integrate this skill, use the ClawHub package manager. Run the following command in your terminal:
clawhub install openclaw/skills/skills/chuckiefan/moltbot-plugin-2do
Ensure you have configured the required environment variables: TWODO_EMAIL, SMTP_HOST, SMTP_PORT, SMTP_USER, and SMTP_PASS to allow the script to communicate with your email provider and 2Do's inbox processing service.
Use Cases
This skill is perfect for high-velocity environments where users need to offload cognitive tasks instantly. Whether you are in the middle of a meeting, driving, or chatting with the AI, you can offload reminders, project milestones, or grocery lists effortlessly. It excels in parsing temporal expressions like 'next Friday' or 'tomorrow at 3 PM', allowing for precise scheduling.
Example Prompts
- 'Remind me to submit the quarterly report by next Friday, list is Work, tag is urgent.'
- '明天下午三点去理发,记到生活清单里。'
- 'Add task: buy milk, important.'
Tips & Limitations
To get the best results, use clear, intent-driven prefixes like 'remind me' or 'create todo'. While the natural language parser is robust for both English and Chinese, highly complex or nested logical requests may require using the structured mode (--title, --list, --tags) to guarantee accuracy. Ensure your 2Do email address is correctly configured in your app settings to accept incoming tasks from the email sender address specified in your environment variables. The skill does not support real-time sync with 2Do's database, as it functions strictly through email protocol.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chuckiefan-moltbot-plugin-2do": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api