{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/moltbot-plugin-2do",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=moltbot-plugin-2do",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "CLAUDE.md",
      "README.md",
      "SKILL.md",
      "package.json",
      "pnpm-lock.yaml"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/moltbot-plugin-2do",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "2Do Task Email",
        "body": "Create tasks from natural language and send them to 2Do app via email. Supports both Chinese and English input."
      },
      {
        "title": "Natural language mode (recommended)",
        "body": "Pass the user's raw message. The script parses task title, due date, priority, list, and tags automatically:\n\nbash {baseDir}/scripts/send-task.sh --raw \"USER_MESSAGE_HERE\""
      },
      {
        "title": "Structured mode",
        "body": "When task components are already extracted:\n\nbash {baseDir}/scripts/send-task.sh --title \"TITLE\" --list \"LIST_NAME\" --tags \"TAG1,TAG2\""
      },
      {
        "title": "Parameters",
        "body": "ParameterDescriptionRequired--rawRaw natural language input, auto-parsedEither --raw or --title--titleTask titleEither --raw or --title--listTarget list nameNo--tagsTags, comma-separatedNo"
      },
      {
        "title": "Task prefixes",
        "body": "Chinese: \"添加任务：\", \"创建待办：\", \"提醒我：\", \"记录任务：\", \"新建任务：\", \"加个任务：\"\n\nEnglish: \"add task:\", \"create todo:\", \"remind me to\", \"remember to\"\n\nNo-prefix input is also supported — the entire input becomes the task title."
      },
      {
        "title": "Date/time extraction",
        "body": "Relative dates: 今天, 明天, 后天, 大后天\n\nWeek days: 周一周日, 下周一下周日, 星期X\n\nSpecific dates: X月X日/号\n\nTime: 上午/下午/晚上 X点 X分/半\n\nExtracted dates are automatically converted to 2Do's start() and due() format in the email subject for proper task scheduling."
      },
      {
        "title": "List and tag assignment",
        "body": "Chinese: \"列表是X\", \"到X列表\", \"标签是X和Y\"\n\nEnglish: \", list X\", \", tag X and Y\""
      },
      {
        "title": "Priority",
        "body": "Chinese: 紧急(high), 重要(medium), 不急(low)\n\nEnglish: urgent(high), important(medium), low priority(low)"
      },
      {
        "title": "Output",
        "body": "Success: ✅ 任务已发送到 2Do: {task title}\n\nFailure: error message with non-zero exit code."
      },
      {
        "title": "Configuration",
        "body": "Required environment variables:\n\nTWODO_EMAIL - Recipient email address configured in 2Do\nSMTP_HOST - SMTP server (e.g. smtp.gmail.com)\nSMTP_PORT - SMTP port (587 for STARTTLS, 465 for SSL)\nSMTP_USER - SMTP username\nSMTP_PASS - SMTP password (app-specific password recommended)\n\nOptional:\n\nTITLE_PREFIX - Email subject prefix for matching 2Do capture rules (e.g. \"2Do:\")"
      }
    ],
    "body": "2Do Task Email\n\nCreate tasks from natural language and send them to 2Do app via email. Supports both Chinese and English input.\n\nExecution\nNatural language mode (recommended)\n\nPass the user's raw message. The script parses task title, due date, priority, list, and tags automatically:\n\nbash {baseDir}/scripts/send-task.sh --raw \"USER_MESSAGE_HERE\"\n\nStructured mode\n\nWhen task components are already extracted:\n\nbash {baseDir}/scripts/send-task.sh --title \"TITLE\" --list \"LIST_NAME\" --tags \"TAG1,TAG2\"\n\nParameters\nParameter\tDescription\tRequired\n--raw\tRaw natural language input, auto-parsed\tEither --raw or --title\n--title\tTask title\tEither --raw or --title\n--list\tTarget list name\tNo\n--tags\tTags, comma-separated\tNo\nNatural Language Patterns\nTask prefixes\n\nChinese: \"添加任务：\", \"创建待办：\", \"提醒我：\", \"记录任务：\", \"新建任务：\", \"加个任务：\"\n\nEnglish: \"add task:\", \"create todo:\", \"remind me to\", \"remember to\"\n\nNo-prefix input is also supported — the entire input becomes the task title.\n\nDate/time extraction\n\nRelative dates: 今天, 明天, 后天, 大后天\n\nWeek days: 周一周日, 下周一下周日, 星期X\n\nSpecific dates: X月X日/号\n\nTime: 上午/下午/晚上 X点 X分/半\n\nExtracted dates are automatically converted to 2Do's start() and due() format in the email subject for proper task scheduling.\n\nList and tag assignment\n\nChinese: \"列表是X\", \"到X列表\", \"标签是X和Y\"\n\nEnglish: \", list X\", \", tag X and Y\"\n\nPriority\n\nChinese: 紧急(high), 重要(medium), 不急(low)\n\nEnglish: urgent(high), important(medium), low priority(low)\n\nOutput\n\nSuccess: ✅ 任务已发送到 2Do: {task title}\n\nFailure: error message with non-zero exit code.\n\nConfiguration\n\nRequired environment variables:\n\nTWODO_EMAIL - Recipient email address configured in 2Do\nSMTP_HOST - SMTP server (e.g. smtp.gmail.com)\nSMTP_PORT - SMTP port (587 for STARTTLS, 465 for SSL)\nSMTP_USER - SMTP username\nSMTP_PASS - SMTP password (app-specific password recommended)\n\nOptional:\n\nTITLE_PREFIX - Email subject prefix for matching 2Do capture rules (e.g. \"2Do:\")"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/chuckiefan/moltbot-plugin-2do",
    "publisherUrl": "https://clawhub.ai/chuckiefan/moltbot-plugin-2do",
    "owner": "chuckiefan",
    "version": "1.0.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}