← 返回 Skills 市场
98
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ms365-cli
功能描述
Manage Microsoft 365 Emails and Calendar using the ms365 CLI. Trigger this skill when the user needs to "read my email", "send an email", "search emails", "c...
安全使用建议
This skill is coherent with its description: it relies on the ms365 CLI and your existing Microsoft/Azure AD authentication. Before enabling it, (1) confirm you trust the agent to access your mail/calendar if you have an active ms365 login — the agent will be able to read/send/move/delete messages using the CLI; (2) install the ms365 CLI from a trusted source (verify the npm package and publisher) and complete the interactive ms365 auth login yourself; (3) prefer creating an Azure AD app with minimal delegated permissions and use the device-code flow as documented; (4) restrict agent autonomy or require manual confirmation for sensitive actions (send/delete) if you want to prevent unintended operations; and (5) revoke the ms365 CLI tokens or logout (ms365 auth logout) if you later want to remove the agent's access. No regex scan findings were present, but that is expected for an instruction-only skill.
功能分析
Type: OpenClaw Skill
Name: ms365-cli
Version: 1.1.0
The skill bundle facilitates Microsoft 365 management via a CLI tool, but it recommends installing a non-standard package 'ms365' (the official Microsoft CLI is 'm365' or '@pnp/cli-microsoft365') and uses a command syntax that deviates from official tools. Furthermore, the '_meta.json' file contains a future-dated 'publishedAt' timestamp (April 2026). While no explicitly malicious logic or data exfiltration is present in the provided files, the reliance on a potentially untrusted or typosquatted dependency (ms365) poses a supply chain risk.
能力评估
Purpose & Capability
Name/description (MS365 email & calendar management) match the SKILL.md instructions, which explicitly call the ms365 CLI for listing/reading/searching/sending email and calendar operations. There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
Instructions constrain the agent to run ms365 CLI commands via the bash tool and to prompt the user to perform interactive authentication. The SKILL.md does not instruct reading unrelated files or exfiltrating data. It does rely on the agent being able to execute shell commands (normal for CLI-based skills).
Install Mechanism
This is an instruction-only skill with no install spec or bundled code. The SKILL.md asks the user to install the ms365 npm package (or use npx). There is no arbitrary download or archive extraction performed by the skill itself.
Credentials
The skill declares no required env vars or credentials (expected). However, it depends on an existing ms365 authentication session (Azure AD app + ms365 auth login). If the user has already authenticated locally, the agent can use those stored tokens via the ms365 CLI to access mail/calendar — this is expected but important for users to understand.
Persistence & Privilege
always is false and there is no install-time persistence. The skill can be invoked autonomously by the agent (platform default), which is typical; combined with an existing authenticated ms365 session, that allows the agent to act on the user's mailbox when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ms365-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/ms365-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Version 1.1.0 introduces expanded functionality and improved management options:
- Added Contacts Management capabilities (list and search contacts).
- Expanded Email Management: now supports folder management (list, info, create folders).
- Improved calendar handling, including support for creating recurring events.
- Enhanced email operations: folder selection now supports well-known names, display names, and IDs; batch listing from all folders; and listing folders directly.
- Updated prerequisites: now requires Node.js 22+ and Azure AD app registration details.
- SKILL.md now documents new commands, modifiers, and more example usages for email and calendar operations.
v1.0.0
Initial release
元数据
常见问题
Ms365 Cli 是什么?
Manage Microsoft 365 Emails and Calendar using the ms365 CLI. Trigger this skill when the user needs to "read my email", "send an email", "search emails", "c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 Ms365 Cli?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ms365-cli」即可一键安装,无需额外配置。
Ms365 Cli 是免费的吗?
是的,Ms365 Cli 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Ms365 Cli 支持哪些平台?
Ms365 Cli 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Ms365 Cli?
由 Pritesh(@thecfguy)开发并维护,当前版本 v1.1.0。
推荐 Skills