← Back to Skills Marketplace
Outlook
by
junzhongjunzi
· GitHub ↗
· v0.1.0
· MIT-0
92
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install maton-outlook
Description
Outlook / Microsoft mail integration via Maton managed OAuth and Microsoft Graph-compatible gateway. Use when users want to read, search, summarize, draft, s...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install maton-outlook - After installation, invoke the skill by name or use
/maton-outlook - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: Outlook / Microsoft mail integration via Maton with read, search, draft, and send helper scripts.
Metadata
Frequently Asked Questions
What is Outlook?
Outlook / Microsoft mail integration via Maton managed OAuth and Microsoft Graph-compatible gateway. Use when users want to read, search, summarize, draft, s... It is an AI Agent Skill for Claude Code / OpenClaw, with 92 downloads so far.
How do I install Outlook?
Run "/install maton-outlook" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Outlook free?
Yes, Outlook is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Outlook support?
Outlook is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Outlook?
It is built and maintained by junzhongjunzi (@junzhongjunzi); the current version is v0.1.0.
More Skills