← 返回 Skills 市场
Outlook
作者
junzhongjunzi
· GitHub ↗
· v0.1.0
· MIT-0
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install maton-outlook
功能描述
Outlook / Microsoft mail integration via Maton managed OAuth and Microsoft Graph-compatible gateway. Use when users want to read, search, summarize, draft, s...
安全使用建议
This skill's code and documentation are coherent: it talks to Maton's Outlook gateway and both helper scripts only use the MATON_API_KEY and make HTTPS requests to gateway.maton.ai/ctrl.maton.ai. However, the registry metadata incorrectly omits the required MATON_API_KEY/primary credential — verify that you will need to provide a Maton API key and that you trust maton.ai and the skill publisher before installing. Confirm the MATON_API_KEY has limited scope (only mailbox access) and rotate/revoke it if you later uninstall the skill. Because the skill can send mail, be careful with automatic sends: follow the SKILL.md guidance to require explicit confirmation before any write/send action. If you need higher assurance, ask the publisher why the manifest omits the env var and request a validated package origin or official homepage for Maton.
功能分析
Type: OpenClaw Skill
Name: maton-outlook
Version: 0.1.0
The skill bundle provides a standard integration for Microsoft Outlook via the Maton AI gateway. The Python scripts (outlook_mail.py and outlook_send.py) use the standard library to perform authenticated API calls to the stated service (maton.ai), and the instructions in SKILL.md explicitly emphasize user confirmation for sensitive write actions like sending or deleting emails.
能力评估
Purpose & Capability
The SKILL.md and bundled scripts consistently call Maton gateway endpoints (gateway.maton.ai and ctrl.maton.ai) and implement Microsoft Graph-style requests; these align with the stated Outlook integration purpose. However, the registry metadata lists no required environment variables or primary credential while SKILL.md and both scripts require MATON_API_KEY — this mismatch is unexpected and noteworthy.
Instruction Scope
Runtime instructions and scripts are narrowly scoped to mailbox operations via the Maton gateway (list, read, search, draft, send, patch, move, delete). They do not instruct reading local files or other environment variables, and write operations are explicitly gated behind confirmation guidance in the docs.
Install Mechanism
This is an instruction-only skill with no install spec and no network-based installer. Two small Python helper scripts are included; there are no downloads, archives, or non-standard install actions.
Credentials
The code and SKILL.md require a single secret (MATON_API_KEY) to authenticate to Maton. That is proportionate for an API gateway integration. However, the published registry metadata does not declare this required environment variable/primary credential — an inconsistency that could lead to accidental credential exposure or misconfiguration. Confirm the required MATON_API_KEY before installing and ensure its scope is limited.
Persistence & Privilege
The skill is not always-enabled and is user-invocable; it does not request persistent or elevated agent/system privileges and does not modify other skills or system configs. Autonomous invocation is allowed (platform default) but not combined with other high-risk flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install maton-outlook - 安装完成后,直接呼叫该 Skill 的名称或使用
/maton-outlook触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: Outlook / Microsoft mail integration via Maton with read, search, draft, and send helper scripts.
元数据
常见问题
Outlook 是什么?
Outlook / Microsoft mail integration via Maton managed OAuth and Microsoft Graph-compatible gateway. Use when users want to read, search, summarize, draft, s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Outlook?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install maton-outlook」即可一键安装,无需额外配置。
Outlook 是免费的吗?
是的,Outlook 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Outlook 支持哪些平台?
Outlook 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Outlook?
由 junzhongjunzi(@junzhongjunzi)开发并维护,当前版本 v0.1.0。
推荐 Skills