← Back to Skills Marketplace
98
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install ms365-cli
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ms365-cli - After installation, invoke the skill by name or use
/ms365-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Ms365 Cli?
Run "/install ms365-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ms365 Cli free?
Yes, Ms365 Cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ms365 Cli support?
Ms365 Cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ms365 Cli?
It is built and maintained by Pritesh (@thecfguy); the current version is v1.1.0.
More Skills