← 返回 Skills 市场
Outlook
作者
Otman Heddouch
· GitHub ↗
· v1.0.0
· MIT-0
90
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install outlook-matan
功能描述
Access Microsoft Outlook via Maton Gateway to read, send, and manage emails, folders, calendar events, and contacts with OAuth authentication.
安全使用建议
Do not install or enable this skill until you verify the provider and credential requirements. Specific actions to take: 1) Confirm with the skill publisher where MATON_API_KEY should come from and why the registry metadata omits it; demand that the skill declare required env vars and the token's minimum OAuth scopes. 2) Validate Maton (maton.ai / ctrl.maton.ai / gateway.maton.ai) as a trusted third party before giving any token that can read/send mail. 3) Prefer using official Microsoft Graph integration (with per-scope OAuth) or a vetted connector over a third-party gateway for sensitive mail access. 4) If you proceed, limit and rotate the API key, store it securely, and monitor for unexpected agent activity. 5) Ask the publisher for a homepage, source repository, or a signed provenance statement so you (or a reviewer) can audit what the skill will do.
功能分析
Type: OpenClaw Skill
Name: outlook-matan
Version: 1.0.0
The skill provides a standard interface for an AI agent to interact with Microsoft Outlook via the Maton AI gateway (gateway.maton.ai). The instructions in SKILL.md define legitimate API operations for managing emails, calendars, and contacts using a dedicated API key. No evidence of data exfiltration, malicious execution, or prompt injection was found; the high-risk capabilities (email access) are strictly aligned with the stated purpose of the skill.
能力标签
能力评估
Purpose & Capability
The SKILL.md and description align: it proxies Microsoft Graph (Outlook) via Maton Gateway (gateway.maton.ai / ctrl.maton.ai) and exposes mailbox, calendar, contacts, and connection management operations that match the stated purpose. However, the skill has unknown source/homepage metadata, which reduces trustworthiness of the provider.
Instruction Scope
The runtime instructions contain numerous curl examples that rely on an environment variable MATON_API_KEY and call ctrl.maton.ai for connection management and gateway.maton.ai for API access. The instructions do not tell the agent to read unrelated local files, but they do instruct use of an undeclared secret (MATON_API_KEY) and to 'open the returned url in your browser' for OAuth flows. The agent will need that API key to act; the SKILL.md expects it but the skill metadata doesn't declare it.
Install Mechanism
No install spec and no code files — this is instruction-only, which minimizes attack surface from bundled binaries or downloads. However, instruction-only also means there is no code to audit beyond the prose, and network calls will go to Maton endpoints.
Credentials
The SKILL.md requires MATON_API_KEY (a bearer token) for Authorization and demonstrates operations that would grant full mailbox/calendar/contact access. But the registry metadata lists no required environment variables and no primary credential. The absence of a declared primary credential is an inconsistency. Requesting a single API key is proportionate for this functionality, but the key grants sensitive access and the skill should have declared it and documented required scopes and storage/rotation practices.
Persistence & Privilege
The skill is not always-enabled and does not request system-level persistence or modification of other skills' configs. Autonomous invocation is allowed (the platform default) but this combination with an undeclared sensitive credential increases the blast radius if the key is provided.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install outlook-matan - 安装完成后,直接呼叫该 Skill 的名称或使用
/outlook-matan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Outlook integration via Maton Gateway.
- Enables access to Microsoft Outlook (emails, calendar, contacts, folders) using the Microsoft Graph API through Maton Gateway with managed OAuth.
- Provides step-by-step setup instructions for authentication and API key management.
- Includes detailed curl examples for reading, sending, managing emails, calendar events, and contacts.
- Supports connection management, including creating, listing, specifying, and deleting Outlook connections.
- Documents common query parameters, error codes, and troubleshooting tips.
元数据
常见问题
Outlook 是什么?
Access Microsoft Outlook via Maton Gateway to read, send, and manage emails, folders, calendar events, and contacts with OAuth authentication. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。
如何安装 Outlook?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install outlook-matan」即可一键安装,无需额外配置。
Outlook 是免费的吗?
是的,Outlook 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Outlook 支持哪些平台?
Outlook 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Outlook?
由 Otman Heddouch(@otman-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills