Back to Skills Hub
Clippy - Microsoft 365 CLI

Clippy - Microsoft 365 CLI

@foeken
productivityMicrosoft 365Calendar ManagementEmail Automation

A command-line interface for Microsoft 365 that automates calendar and email management through browser automation (Playwright). No Azure AD app registration required—authenticate directly with your Microsoft account via interactive login.

🚀 Clippy is a command-line tool for managing Microsoft 365 (Outlook, Teams, Calendar) without needing Azure AD setup. It works directly through your browser using Playwright automation, so you just log in normally—no complex app registration required.

💡 Perfect for automating calendar management, scheduling meetings, handling emails, and finding available meeting times. Create recurring events, respond to invitations, search emails, and manage attachments all from the terminal. Great for workflows, scripts, and power users who prefer CLI over web interfaces.

✨ Unique advantage: No API credentials needed—just authenticate once and optionally keep a background session alive to prevent token expiry. Simple, lightweight, and works with your existing Microsoft 365 account.

GitHub

Requirements

Playwright

Browser automation library for web UI interaction