← 返回 Skills 市场
chuckiefan

Moltbot Plugin 2do

作者 chuckiefan · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
1836
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
This skill appears to do what it claims: parse natural-language tasks and send them by SMTP to your configured 2Do email. Before installing: 1) Only provide an SMTP account you trust (use an app-specific password where possible) — the skill will send task text to that email/your mail provider. 2) Configure 2Do capture rules (sender or TITLE_PREFIX) to avoid other emails being captured as tasks. 3) Prefer building the package (npm/pnpm install && npm run build) so the script runs the compiled artifact instead of falling back to npx tsx (which may fetch code at runtime). 4) Review the repository/source yourself if you want higher assurance — the registry entry lists no homepage/source URL (source shown as unknown), so verify origin before giving credentials. 5) If you have sensitive task contents, remember they will be transmitted to your SMTP provider and stored according to that provider's policies.
功能分析
Type: OpenClaw Skill Name: moltbot-plugin-2do Version: 1.0.2 The skill is designed to parse natural language tasks and send them to the 2Do app via email. It transparently requires and uses SMTP credentials (SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASS) and a recipient email (TWODO_EMAIL) from environment variables, as detailed in SKILL.md and src/config.ts. The email sending is handled by the legitimate 'nodemailer' library with secure TLS settings (src/email-sender.ts). There is no evidence of intentional harmful behavior such as data exfiltration beyond the stated purpose, unauthorized command execution, persistence mechanisms, obfuscation, or malicious prompt injection attempts in any of the analyzed files (code or documentation). All functionalities are clearly aligned with the skill's stated purpose.
能力评估
Purpose & Capability
Name/description align with required items: node and SMTP credentials (TWODO_EMAIL, SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASS) are exactly what a mail-to-2Do implementation needs. No unrelated credentials or surprising binaries are requested.
Instruction Scope
SKILL.md instructs running scripts/send-task.sh (which runs the built Node artifact or falls back to npx tsx). Runtime behavior is limited to parsing the user's message and sending email via SMTP to TWODO_EMAIL; it does not read unrelated system files or other env vars. Note: the fallback uses npx tsx which can fetch packages at runtime if a build is not present — building the project first avoids that network fetch.
Install Mechanism
No install spec is provided (lowest install risk). Code and package.json are present and dependencies are standard (nodemailer). There are no downloads from arbitrary URLs or extract steps. The only minor point: the shell wrapper may invoke npx/tsx in dev mode, which can pull code from npm if dependencies are not already installed/built.
Credentials
The skill requires only SMTP connection info and the target TWODO_EMAIL — these are appropriate for sending email. Number and naming of env vars are proportional. The code reads only the declared env vars.
Persistence & Privilege
Skill does not request permanent presence (always:false) and does not try to modify other skills or system-wide configs. It performs ordinary SMTP email sending; autonomous invocation is allowed by platform default but not combined with other concerning privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltbot-plugin-2do
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltbot-plugin-2do 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Version 1.0.2 - Added detailed natural language pattern support for Chinese and English task creation, including due dates, priority, lists, and tags. - Improved documentation: README and SKILL.md now thoroughly describe natural language modes, parameter examples, and extraction logic. - Introduced a date parser module for more accurate date/time recognition. - Added and updated automated tests for parsing logic. - Minor updates to configuration and metadata for easier deployment.
v1.0.0
- Initial release of moltbot-plugin-2do. - Create tasks from natural language and send them to the 2Do app via email. - Supports specifying task list and tags using natural language or structured parameters. - Tasks can be added by direct command or parsed input. - Requires configuration of 2Do email and SMTP credentials.
元数据
Slug moltbot-plugin-2do
版本 1.0.2
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1836 次。

如何安装 Moltbot Plugin 2do?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltbot-plugin-2do」即可一键安装,无需额外配置。

Moltbot Plugin 2do 是免费的吗?

是的,Moltbot Plugin 2do 完全免费(开源免费),可自由下载、安装和使用。

Moltbot Plugin 2do 支持哪些平台?

Moltbot Plugin 2do 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Moltbot Plugin 2do?

由 chuckiefan(@chuckiefan)开发并维护,当前版本 v1.0.2。

💬 留言讨论