Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

moltbot-plugin-2domoltbot 插件 2do

Agent Skill

moltbot-plugin-2do 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

58,560

周安装

2,440

GitHub Stars

1

下载量

19,520
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:moltbot-plugin-2do(moltbot 插件 2do)
来源仓库:https://github.com/chuckiefan/moltbot-plugin-2do
安装命令:
openclaw skills install moltbot-plugin-2do
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install moltbot-plugin-2do

简介

创建任务并通过电子邮件将其发送到 2Do 应用程序。当用户想要执行以下操作时使用:(1) 以任何形式添加、创建或记录任务/待办事项/提醒 - 例如'添加任务', '创建待办', '新建任务', '加个任务', '记录任务', '添加任务', '创建待办事项'; (2) 要求提醒某事 - 例如'提醒我','别忘了','记住','帮我记一下','提醒我','记得'; (3) 提及他们需要做的事情并希望对其进行跟踪 - 例如'明天要开会', '周五前交报告', '下午去买菜'; (4) 想要将项目添加到待办事项列表或任务管理器 - 例如'加到待办', '添加任务列表', '记到清单里'; (5) 用列表/标签组织描述任务 - 例如'添加到工作列表', '标签是紧急'; (6) 提及紧迫性或重要性 - 例如“紧急”、“重要”、“紧急”、“重要”。解析自然语言(中文和英文)以提取任务标题、截止日期/时间、优先级、可选列表名称和可选标签,然后将格式化的电子邮件发送到用户配置的 2Do 收件箱。

SKILL.md

name
moltbot-plugin-2do
description
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.
metadata

2Do Task Email

Create tasks from natural language and send them to 2Do app via email. Supports both Chinese and English input.

Execution

Natural language mode (recommended)

Pass the user's raw message. The script parses task title, due date, priority, list, and tags automatically:

bash {baseDir}/scripts/send-task.sh --raw "USER_MESSAGE_HERE"

Structured mode

When task components are already extracted:

bash {baseDir}/scripts/send-task.sh --title "TITLE" --list "LIST_NAME" --tags "TAG1,TAG2"

Parameters

ParameterDescriptionRequired
--rawRaw natural language input, auto-parsedEither --raw or --title
--titleTask titleEither --raw or --title
--listTarget list nameNo
--tagsTags, comma-separatedNo

Natural Language Patterns

Task prefixes

Chinese: "添加任务:", "创建待办:", "提醒我:", "记录任务:", "新建任务:", "加个任务:"

English: "add task:", "create todo:", "remind me to", "remember to"

No-prefix input is also supported — the entire input becomes the task title.

Date/time extraction

Relative dates: 今天, 明天, 后天, 大后天

Week days: 周一~周日, 下周一~下周日, 星期X

Specific dates: X月X日/号

Time: 上午/下午/晚上 X点 X分/半

Extracted dates are automatically converted to 2Do's start() and due() format in the email subject for proper task scheduling.

List and tag assignment

Chinese: "列表是X", "到X列表", "标签是X和Y"

English: ", list X", ", tag X and Y"

Priority

Chinese: 紧急(high), 重要(medium), 不急(low)

English: urgent(high), important(medium), low priority(low)

Output

Success: ✅ 任务已发送到 2Do: {task title}

Failure: error message with non-zero exit code.

Configuration

Required environment variables:

  • TWODO_EMAIL - Recipient email address configured in 2Do
  • SMTP_HOST - SMTP server (e.g. smtp.gmail.com)
  • SMTP_PORT - SMTP port (587 for STARTTLS, 465 for SSL)
  • SMTP_USER - SMTP username
  • SMTP_PASS - SMTP password (app-specific password recommended)

Optional:

  • TITLE_PREFIX - Email subject prefix for matching 2Do capture rules (e.g. "2Do:")

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.69%
按下载量换算17,117

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills