← Back to Skills Marketplace
171
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install skill-alimail
Description
提供阿里邮箱API调用能力,支持用户信息查询、邮件详情获取、邮件搜索;当用户需要查询企业邮箱用户信息、查看特定邮件内容、搜索符合条件的邮件时使用
Usage Guidance
This skill appears internally consistent with its stated purpose. Before installing, verify the following: (1) only provide ALMAIL_APP_ID and ALMAIL_SECRET for an app with the minimum scopes needed (prefer read-only scopes such as Mail.Read.* and User.Read.* where possible); (2) review or pin the alimail-node-sdk package/version and its source to reduce npm supply-chain risk; (3) run first in an isolated or non-production environment to confirm behavior; (4) rotate credentials if you later remove the skill; and (5) if you are uncomfortable with autonomous agent invocation, disable autonomous use for this skill until you have vetted it.
Capability Analysis
Type: OpenClaw Skill
Name: skill-alimail
Version: 0.1.2
The skill bundle provides a legitimate set of tools for managing Alibaba Mail via its API. The scripts (get_user.js, get_message.js, search_messages.js) use a standard Node.js SDK (alimail-node-sdk) to perform authenticated queries using OAuth2 credentials. There is no evidence of data exfiltration, obfuscation, or malicious instructions; the code logic is transparent and strictly follows the stated purpose of email and user management.
Capability Assessment
Purpose & Capability
Name/description, required env vars (ALMAIL_APP_ID, ALMAIL_SECRET), and the npm dependency (alimail-node-sdk) line up with an AliMail API client. The scripts only call user/message/search APIs consistent with the stated capabilities.
Instruction Scope
SKILL.md instructs running the included scripts (get_user, get_message, search_messages) and to install the official SDK. The instructions do not ask the agent to read unrelated files, transmit data to unexpected endpoints, or access additional environment variables beyond the declared ALMAIL_* values. The only internal file referenced for docs is references/alimail-api.md, which documents the API.
Install Mechanism
There is no platform install spec; SKILL.md instructs installing the npm package alimail-node-sdk. That is a normal dependency for a Node.js SDK but does carry typical npm supply-chain risk — the package source/version should be verified before installing in sensitive environments.
Credentials
The skill requires only ALMAIL_APP_ID and ALMAIL_SECRET, which are exactly the credentials needed for OAuth2 client_credentials to call AliMail. No unrelated credentials or secrets are requested.
Persistence & Privilege
Skill flags are default (not always:true). It does not request persistent system privileges or modify other skills. Scripts run ad-hoc and require the SDK and environment variables; nothing indicates elevated or permanent system presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-alimail - After installation, invoke the skill by name or use
/skill-alimail - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
alimail-manager 0.1.2
- Added OAuth2 client credentials authentication support.
- Updated documentation to specify required ALMAIL_APP_ID and ALMAIL_SECRET environment variables.
- Declared authentication and required environment variables in SKILL.md for improved setup clarity.
v0.1.1
- 修改依赖安装命令为本地安装:从 `npm install -g alimail-node-sdk` 改为 `npm install alimail-node-sdk`
- 其余说明、用法、示例未发生变化
v0.1.0
alimail-manager skill v0.1.0 initial release
- Provides API integration for Alibaba Mail: user info lookup, email detail retrieval, and email search.
- Supports user info queries, specific email content viewing, and paginated search of messages.
- Includes usage instructions and setup steps with example scripts.
- Requires global installation of alimail-node-sdk.
Metadata
Frequently Asked Questions
What is Alimail Manager?
提供阿里邮箱API调用能力,支持用户信息查询、邮件详情获取、邮件搜索;当用户需要查询企业邮箱用户信息、查看特定邮件内容、搜索符合条件的邮件时使用. It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.
How do I install Alimail Manager?
Run "/install skill-alimail" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Alimail Manager free?
Yes, Alimail Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Alimail Manager support?
Alimail Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Alimail Manager?
It is built and maintained by vber (@vber); the current version is v0.1.2.
More Skills