← 返回 Skills 市场
Outlook-email
作者
abhiramee08b021
· GitHub ↗
· v0.1.0
2974
总下载
4
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install outlook-email
功能描述
Microsoft Outlook/Live.com email client via Microsoft Graph API. List, search, read, send, and reply to emails.
安全使用建议
Do not install or run the tool without first checking the external GitHub repository referenced in README/SKILL.md. Verify the repository contains the 'outlook' CLI, review its source for any network endpoints or unexpected behavior (especially any code that uploads data to third-party servers), and confirm how config and token files are stored (permissions, plaintext). When creating the Azure AD app, grant the minimal Microsoft Graph scopes required (least privilege), use a temporary test account if possible, and avoid reusing high-privilege credentials. If you want the agent to use this skill, consider disabling autonomous invocation or limiting the app scopes so an autonomous skill cannot send or delete mail without explicit consent.
功能分析
Type: OpenClaw Skill
Name: outlook-email
Version: 0.1.0
The skill bundle describes a legitimate command-line email client for Microsoft Outlook using the Microsoft Graph API. The `SKILL.md` and `README.md` files provide clear instructions for setup (Azure AD app registration, OAuth flow) and usage, which are standard for such an application. There is no evidence of prompt injection against the agent, data exfiltration, malicious execution, persistence mechanisms, or obfuscation in the provided documentation. The required dependencies (`python3`, `requests`) are standard for a Python-based CLI tool interacting with web APIs.
能力评估
Purpose & Capability
The SKILL.md and README describe an 'outlook' CLI script and config files (e.g., ./outlook, ~/.config/outlook-cli/config.json), but the skill bundle contains only README.md and SKILL.md (no CLI code). The metadata requires python3 and the requests package which is appropriate for a Python CLI, yet no install/download is provided. This mismatch is a red flag: either the skill expects the user to manually clone the GitHub repo (not enforced/automated) or the distributed package is incomplete.
Instruction Scope
Instructions are focused on registering an Azure AD app, configuring client ID/secret, and performing OAuth to Microsoft Graph — all expected for Outlook integration. They direct the tool to store tokens and client secrets in ~/.config/outlook-cli, which is reasonable for a CLI but is not declared in the registry's required config paths. There are no instructions to read unrelated system files, but the guidance to paste callback URLs and store secrets locally means users will provide sensitive credentials that must be protected.
Install Mechanism
There is no automated install spec (install is 'manual'). README suggests cloning https://github.com/abhiramee08b021/outlook-cli to obtain the tool. Manual install is lower technical risk than arbitrary downloads, but the registry package does not include or fetch the actual code — the user must trust and inspect the external GitHub repo before running it.
Credentials
The skill does not request unrelated environment variables. It legitimately requires Azure AD credentials (client ID and secret) to access Microsoft Graph; these are expected for the described functionality. However, those credentials are collected interactively and stored locally rather than declared as required env vars in the registry, so users should confirm local storage practices before providing secrets.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. Model invocation is allowed (disable-model-invocation: false), so an agent could call the skill autonomously. Combined with OAuth tokens that grant mailbox access, autonomous invocation could let the skill read or send mail without explicit user action — ensure you understand the scopes granted and consider restricting autonomous use if undesired.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install outlook-email - 安装完成后,直接呼叫该 Skill 的名称或使用
/outlook-email触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of Outlook CLI skill (v0.1.0).
- Provides command-line access to Microsoft Outlook/Live.com email via Microsoft Graph API.
- Supports listing, searching, reading, sending, and replying to emails from the terminal.
- Includes setup instructions for Azure AD app registration and authentication.
- Offers sample commands and search operators for efficient email management.
元数据
常见问题
Outlook-email 是什么?
Microsoft Outlook/Live.com email client via Microsoft Graph API. List, search, read, send, and reply to emails. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2974 次。
如何安装 Outlook-email?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install outlook-email」即可一键安装,无需额外配置。
Outlook-email 是免费的吗?
是的,Outlook-email 完全免费(开源免费),可自由下载、安装和使用。
Outlook-email 支持哪些平台?
Outlook-email 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Outlook-email?
由 abhiramee08b021(@abhiramee08b021)开发并维护,当前版本 v0.1.0。
推荐 Skills