📦 Outlook Email — AI管理邮件

v0.1.7

让AI代理接管Outlook与Microsoft 365邮箱:按发件人信任度自动分拣、拟写语气贴合的回复、智能建文件夹与收件规则,实现零手动打理的高效收件箱。

0· 94·0 当前·0 累计
stevenobiajulu 头像by @stevenobiajulu (Steven Obiajulu)
下载技能包
最后更新
2026/4/9
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill looks like what it says: a set of Graph API patterns for managing Outlook mail. Before installing or granting consent: (1) prefer using the referenced runtime (email-agent-mcp) or another runtime that enforces the 'draft-first' + send-allowlist model, (2) grant the minimal Graph scopes needed — avoid Mail.Send and MailboxSettings.ReadWrite unless necessary, (3) verify the OAuth client/app ID and token storage (use OS keychain or secure storage), (4) consider testing against a non-prod...
详细分析 ▾
用途与能力
Name/description and the declared Microsoft Graph OAuth scopes (Mail.Read, Mail.ReadWrite, Mail.Send, MailboxSettings.ReadWrite, User.Read, offline_access) align with an email management skill; there are no unrelated binaries, environment variables, or config paths requested.
指令范围
The SKILL.md instructs only Graph API interactions (listing, drafting, sending, managing folders/rules, attachments) and explicitly warns that safety guardrails are provided by the reference runtime. It does not instruct the agent to read unrelated files or exfiltrate data to hidden endpoints.
安装机制
No install spec and no code files — the skill is instruction-only, so nothing is written to disk by the package itself (lowest install risk).
凭证需求
The skill declares only optional environment variables, but it legitimately requires high-impact Graph scopes for full functionality. Those scopes are proportionate to the stated capabilities, but they are sensitive (Mail.Send and MailboxSettings.ReadWrite can send mail or create forwarding rules), so consent should be limited to the least-privilege scopes you actually need.
持久化与权限
The skill is not always-enabled and has no install artifacts. However, platform-level autonomous invocation plus granted write scopes would increase risk if the runtime does not implement draft-first and send-allowlist protections; the SKILL.md correctly points out that the instruction-only skill cannot enforce those protections itself.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv0.1.72026/4/8

NULL

可疑

安装命令

点击复制
官方npx clawhub@latest install outlook-email-management
镜像加速npx clawhub@latest install outlook-email-management --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库