{
  "schemaVersion": "1.0",
  "item": {
    "slug": "aliyun-mail",
    "name": "Aliyun Mail",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/jixsonwang/aliyun-mail",
    "canonicalUrl": "https://clawhub.ai/jixsonwang/aliyun-mail",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/aliyun-mail",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aliyun-mail",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "email_sender.py",
      "example-smtp-config.json",
      "package.json"
    ],
    "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",
      "slug": "aliyun-mail",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T03:31:04.658Z",
      "expiresAt": "2026-05-06T03:31:04.658Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aliyun-mail",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=aliyun-mail",
        "contentDisposition": "attachment; filename=\"aliyun-mail-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "aliyun-mail"
      },
      "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/aliyun-mail"
    },
    "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/aliyun-mail",
    "agentPageUrl": "https://openagent3.xyz/skills/aliyun-mail/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aliyun-mail/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aliyun-mail/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": "Aliyun Mail Skill",
        "body": "This skill enables sending emails through Aliyun enterprise email service with advanced features including Markdown conversion, HTML styling, file attachments, and syntax highlighting for code blocks."
      },
      {
        "title": "Features",
        "body": "Aliyun Enterprise Email Support: Optimized for Aliyun's SMTP service (smtp.mxhichina.com)\nMultiple Content Types: Send plain text, Markdown, or HTML emails\nMarkdown with Syntax Highlighting: Automatic syntax highlighting for code blocks in Markdown\nFile Attachments: Include one or more files as attachments\nConfiguration-based: Uses a secure configuration file for SMTP credentials\nError Handling: Includes retry logic and detailed error reporting"
      },
      {
        "title": "Prerequisites",
        "body": "SMTP Configuration File: Create aliyun-mail-config.json in your OpenClaw config directory (/root/.openclaw/)\n\nExample configuration file:\n\n{\n  \"server\": \"smtp.mxhichina.com\",\n  \"port\": 465,\n  \"username\": \"your-email@yourdomain.com\",\n  \"password\": \"your-app-password\",\n  \"emailFrom\": \"your-email@yourdomain.com\",\n  \"useTLS\": true\n}\n\nEnsure the configuration file has secure permissions:\n\nchmod 600 /root/.openclaw/aliyun-mail-config.json"
      },
      {
        "title": "Basic Text Email",
        "body": "aliyun-mail send --to \"recipient@example.com\" --subject \"Hello\" --body \"This is a plain text email\""
      },
      {
        "title": "Markdown Email with Syntax Highlighting",
        "body": "aliyun-mail send \\\n  --to \"recipient@example.com\" \\\n  --subject \"Code Report\" \\\n  --body \"**Check out this Python code:**\\n\\n```python\\nprint('Hello World')\\n```\" \\\n  --markdown"
      },
      {
        "title": "HTML Email with Attachment",
        "body": "aliyun-mail send \\\n  --to \"recipient@example.com\" \\\n  --subject \"Weekly Report\" \\\n  --body \"<h1>Weekly Report</h1><p>See attached file.</p>\" \\\n  --html \\\n  --attachments \"/path/to/report.pdf\""
      },
      {
        "title": "Using Body from File",
        "body": "aliyun-mail send \\\n  --to \"recipient@example.com\" \\\n  --subject \"Report from File\" \\\n  --body-file \"/path/to/report.md\" \\\n  --markdown \\\n  --attachments \"/path/to/data.csv\""
      },
      {
        "title": "Command Line Options",
        "body": "--to: Recipient email address (required)\n--subject: Email subject (required)\n--body: Email body content (required if --body-file not provided)\n--body-file: Path to file containing email body\n--html: Send as HTML email (default: plain text)\n--markdown: Send as Markdown email with syntax highlighting\n--attachments: Space-separated list of file paths to attach"
      },
      {
        "title": "Error Handling",
        "body": "The tool includes robust error handling with up to 3 retry attempts on failure. Network issues, authentication errors, and invalid email addresses are reported with detailed error messages."
      },
      {
        "title": "Security Notes",
        "body": "Always use app-specific passwords rather than your main email password\nKeep the configuration file secure with proper file permissions\nNever commit configuration files to version control"
      },
      {
        "title": "Future Enhancements",
        "body": "Support for CC/BCC recipients\nEmail templates system\nScheduled email sending\nRich text editor integration"
      }
    ],
    "body": "Aliyun Mail Skill\n\nThis skill enables sending emails through Aliyun enterprise email service with advanced features including Markdown conversion, HTML styling, file attachments, and syntax highlighting for code blocks.\n\nFeatures\nAliyun Enterprise Email Support: Optimized for Aliyun's SMTP service (smtp.mxhichina.com)\nMultiple Content Types: Send plain text, Markdown, or HTML emails\nMarkdown with Syntax Highlighting: Automatic syntax highlighting for code blocks in Markdown\nFile Attachments: Include one or more files as attachments\nConfiguration-based: Uses a secure configuration file for SMTP credentials\nError Handling: Includes retry logic and detailed error reporting\nPrerequisites\nSMTP Configuration File: Create aliyun-mail-config.json in your OpenClaw config directory (/root/.openclaw/)\n\nExample configuration file:\n\n{\n  \"server\": \"smtp.mxhichina.com\",\n  \"port\": 465,\n  \"username\": \"your-email@yourdomain.com\",\n  \"password\": \"your-app-password\",\n  \"emailFrom\": \"your-email@yourdomain.com\",\n  \"useTLS\": true\n}\n\n\nEnsure the configuration file has secure permissions:\n\nchmod 600 /root/.openclaw/aliyun-mail-config.json\n\nUsage\nBasic Text Email\naliyun-mail send --to \"recipient@example.com\" --subject \"Hello\" --body \"This is a plain text email\"\n\nMarkdown Email with Syntax Highlighting\naliyun-mail send \\\n  --to \"recipient@example.com\" \\\n  --subject \"Code Report\" \\\n  --body \"**Check out this Python code:**\\n\\n```python\\nprint('Hello World')\\n```\" \\\n  --markdown\n\nHTML Email with Attachment\naliyun-mail send \\\n  --to \"recipient@example.com\" \\\n  --subject \"Weekly Report\" \\\n  --body \"<h1>Weekly Report</h1><p>See attached file.</p>\" \\\n  --html \\\n  --attachments \"/path/to/report.pdf\"\n\nUsing Body from File\naliyun-mail send \\\n  --to \"recipient@example.com\" \\\n  --subject \"Report from File\" \\\n  --body-file \"/path/to/report.md\" \\\n  --markdown \\\n  --attachments \"/path/to/data.csv\"\n\nCommand Line Options\n--to: Recipient email address (required)\n--subject: Email subject (required)\n--body: Email body content (required if --body-file not provided)\n--body-file: Path to file containing email body\n--html: Send as HTML email (default: plain text)\n--markdown: Send as Markdown email with syntax highlighting\n--attachments: Space-separated list of file paths to attach\nError Handling\n\nThe tool includes robust error handling with up to 3 retry attempts on failure. Network issues, authentication errors, and invalid email addresses are reported with detailed error messages.\n\nSecurity Notes\nAlways use app-specific passwords rather than your main email password\nKeep the configuration file secure with proper file permissions\nNever commit configuration files to version control\nFuture Enhancements\nSupport for CC/BCC recipients\nEmail templates system\nScheduled email sending\nRich text editor integration"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jixsonwang/aliyun-mail",
    "publisherUrl": "https://clawhub.ai/jixsonwang/aliyun-mail",
    "owner": "jixsonwang",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/aliyun-mail",
    "downloadUrl": "https://openagent3.xyz/downloads/aliyun-mail",
    "agentUrl": "https://openagent3.xyz/skills/aliyun-mail/agent",
    "manifestUrl": "https://openagent3.xyz/skills/aliyun-mail/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/aliyun-mail/agent.md"
  }
}