aliyun-mailA skill to send emails via Aliyun enterprise email service with support for markdown, HTML text, attachments, and syntax highlighting for code blocks.
Install via ClawdBot CLI:
clawdbot install jixsonwang/aliyun-mailThis 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.
aliyun-mail-config.json in your OpenClaw config directory (/root/.openclaw/)Example configuration file:
{
"server": "smtp.mxhichina.com",
"port": 465,
"username": "your-email@yourdomain.com",
"password": "your-app-password",
"emailFrom": "your-email@yourdomain.com",
"useTLS": true
}
Ensure the configuration file has secure permissions:
chmod 600 /root/.openclaw/aliyun-mail-config.json
aliyun-mail send --to "recipient@example.com" --subject "Hello" --body "This is a plain text email"
aliyun-mail send \
--to "recipient@example.com" \
--subject "Code Report" \
--body "**Check out this Python code:**\n\npython\nprint('Hello World')\n```" \
--markdown
### HTML Email with Attachmentbash
aliyun-mail send \
--to "recipient@example.com" \
--subject "Weekly Report" \
--body "
See attached file.
" \--html \
--attachments "/path/to/report.pdf"
### Using Body from Filebash
aliyun-mail send \
--to "recipient@example.com" \
--subject "Report from File" \
--body-file "/path/to/report.md" \
--markdown \
--attachments "/path/to/data.csv"
```
--to: Recipient email address (required)--subject: Email subject (required)--body: Email body content (required if --body-file not provided)--body-file: Path to file containing email body--html: Send as HTML email (default: plain text)--markdown: Send as Markdown email with syntax highlighting--attachments: Space-separated list of file paths to attachThe 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.
Generated Mar 1, 2026
IT teams can use this skill to send automated email alerts for system monitoring, such as server downtime or security breaches. The markdown support with syntax highlighting is ideal for including code snippets or log excerpts directly in the email body, making diagnostics faster.
Marketing departments can send personalized HTML emails to customers with embedded graphics and links for promotions or newsletters. The attachment feature allows including PDF brochures or CSV data files to enhance campaign effectiveness and track engagement.
Researchers and universities can distribute papers, reports, or datasets via email with attachments like PDFs or CSV files. The markdown conversion helps format code or equations clearly, supporting collaboration and peer review processes efficiently.
Online retailers can automate order confirmation and shipping update emails to customers, using HTML for branded templates and attachments for invoices or tracking details. This improves customer communication and reduces manual effort in logistics.
Development teams can send code reviews, bug reports, or release notes via email with syntax-highlighted code blocks in markdown. This facilitates clear communication among remote or distributed teams, integrating with version control systems.
Offer this skill as part of a subscription service for businesses needing reliable email automation, with tiered pricing based on email volume or advanced features like templates. Revenue comes from monthly or annual fees, targeting SMEs and enterprises.
Provide a free version with basic email sending and limited attachments, then charge for premium features such as scheduled sending, CC/BCC support, or enhanced security. This model attracts individual users and upsells to professional teams.
License the skill to other software providers or platforms for integration into their products, such as CRM or project management tools. Revenue is generated through one-time licensing fees or revenue-sharing agreements based on usage.
💬 Integration Tip
Ensure the configuration file is securely stored and permissions are set correctly to prevent unauthorized access; test with sample emails before deployment to verify SMTP settings and attachment handling.
Automate Xiaohongshu (RedNote) content operations using a Python client for the xiaohongshu-mcp server. Use for: (1) Publishing image, text, and video content, (2) Searching for notes and trends, (3) Analyzing post details and comments, (4) Managing user profiles and content feeds. Triggers: xiaohongshu automation, rednote content, publish to xiaohongshu, xiaohongshu search, social media management.
Feishu-integrated wrapper for the capability-evolver. Manages the evolution loop lifecycle (start/stop/ensure), sends rich Feishu card reports, and provides...
The Baidu Baike Component is a knowledge service tool designed to query authoritative encyclopedia explanations for various nouns. Its core function is given a specific "noun" (object, person, location, concept, event, etc.) provided by the user, it returns a standardized, detailed entry explanation sourced from Baidu Baike.
Draft and publish posts to 小红书 (Xiaohongshu/RED). Use when creating content for 小红书, drafting posts, generating cover images, or publishing via browser automation. Covers the full workflow from content creation to browser-based publishing, including cover image generation with Pillow.
AI-assisted creation, rendering, and automated publishing of Xiaohongshu-style content with support for Markdown to image cards and data tracking.
小红书全能助手 — 文案生成、封面制作、内容发布与管理。当用户要求写小红书笔记、生成小红书文案/标题/封面、发小红书、搜索小红书、评论点赞收藏等任何小红书相关操作时使用。支持一站式从文案创作到自动发布的完整流程。封面AI生图需配置可选环境变量(GEMINI_API_KEY 或 IMG_API_KEY 或 HUNY...