← 返回 Skills 市场
171
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install skill-alimail
功能描述
提供阿里邮箱API调用能力,支持用户信息查询、邮件详情获取、邮件搜索;当用户需要查询企业邮箱用户信息、查看特定邮件内容、搜索符合条件的邮件时使用
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-alimail - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-alimail触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Alimail Manager 是什么?
提供阿里邮箱API调用能力,支持用户信息查询、邮件详情获取、邮件搜索;当用户需要查询企业邮箱用户信息、查看特定邮件内容、搜索符合条件的邮件时使用. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。
如何安装 Alimail Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-alimail」即可一键安装,无需额外配置。
Alimail Manager 是免费的吗?
是的,Alimail Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Alimail Manager 支持哪些平台?
Alimail Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Alimail Manager?
由 vber(@vber)开发并维护,当前版本 v0.1.2。
推荐 Skills