📦 Outlook Pywin32 — 本地邮件管理
v0.8.0基于 pywin32 的 Outlook 命令行工具,一键管理邮件与日历:查看、发送、删除、移动邮件;创建、修改、删除约会;支持批量操作与参数化调用。
0· 453·1 当前·1 累计
下载技能包
最后更新
2026/3/16
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
This tool automates your local Outlook client: it will read message metadata and bodies, mark messages as read, save drafts, and create/modify calendar items. Before installing/running: 1) Confirm you trust the source — the package owner is unknown. 2) Review the code (it is included) if you have sensitive mail, because the script has full local Outlook access via COM. 3) Expect Outlook to show security prompts when automated access occurs. 4) Note the optional OUTLOOK_ACCOUNT env var and script...详细分析 ▾
✓ 用途与能力
Name/description promise local Outlook automation via pywin32. The bundled Python modules use win32com.client to enumerate accounts, read/write mail and calendar items, and list folders — which matches the declared functionality.
✓ 指令范围
SKILL.md tells the agent to run the local Python CLI and documents methods and parameters. Runtime behavior is limited to local Outlook COM automation (reading/saving/mutating messages and calendar items) and reading an optional config.json or OUTLOOK_ACCOUNT environment variable. There are no instructions to read unrelated system files or send data to external endpoints.
✓ 安装机制
There is no packaged installer; the README/SKILL.md recommends pip install pywin32 and running the script. No remote downloads, archive extraction, or external installers are used by the skill itself.
ℹ 凭证需求
The repository metadata lists no required env vars, but the code and documentation use an optional OUTLOOK_ACCOUNT environment variable and a local scripts/config.json. This is a minor inconsistency (the env var is optional and reasonable for the purpose) but worth noting because the declared 'required env' is empty while runtime code may read OUTLOOK_ACCOUNT.
✓ 持久化与权限
always is false and the skill does not request persistent platform privileges or modify other skills. It operates on the local Outlook client only and requires user invocation.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.8.02026/3/11
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install outlook-pywin32
镜像加速npx clawhub@latest install outlook-pywin32 --registry https://cn.longxiaskill.com镜像同步中