# Send Moltbot Plugin 2do to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "moltbot-plugin-2do",
    "name": "Moltbot Plugin 2do",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/chuckiefan/moltbot-plugin-2do",
    "canonicalUrl": "https://clawhub.ai/chuckiefan/moltbot-plugin-2do",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/moltbot-plugin-2do",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltbot-plugin-2do",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "CLAUDE.md",
      "README.md",
      "SKILL.md",
      "package.json",
      "pnpm-lock.yaml"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "moltbot-plugin-2do",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:59:29.043Z",
      "expiresAt": "2026-05-07T16:59:29.043Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltbot-plugin-2do",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltbot-plugin-2do",
        "contentDisposition": "attachment; filename=\"moltbot-plugin-2do-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "moltbot-plugin-2do"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/moltbot-plugin-2do"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/moltbot-plugin-2do",
    "downloadUrl": "https://openagent3.xyz/downloads/moltbot-plugin-2do",
    "agentUrl": "https://openagent3.xyz/skills/moltbot-plugin-2do/agent",
    "manifestUrl": "https://openagent3.xyz/skills/moltbot-plugin-2do/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/moltbot-plugin-2do/agent.md"
  }
}
```
## Documentation

### 2Do Task Email

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

### 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

### 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:")
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: chuckiefan
- Version: 1.0.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:59:29.043Z
- Expires at: 2026-05-07T16:59:29.043Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/moltbot-plugin-2do)
- [Send to Agent page](https://openagent3.xyz/skills/moltbot-plugin-2do/agent)
- [JSON manifest](https://openagent3.xyz/skills/moltbot-plugin-2do/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/moltbot-plugin-2do/agent.md)
- [Download page](https://openagent3.xyz/downloads/moltbot-plugin-2do)