
Outlook Suite
- 5 repo stars
- Updated February 18, 2026
- mustafaakben/outlook-suite-plugin
Automate local Microsoft Outlook on Windows via PowerShell COM — mail, calendar, and contacts tasks.
About
outlook-suite automates a local Microsoft Outlook install on Windows through PowerShell COM, letting an agent drive mail, calendar, and related tasks. A developer uses it to offload repetitive Outlook operations to an agent on their own machine.
- Local Outlook automation
- PowerShell COM on Windows
- Mail/calendar workflows
Outlook Suite by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add mustafaakben/outlook-suite-plugin/plugin install outlook-suite@outlook-suite-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 5 |
|---|---|
| Last updated | February 18, 2026 |
| Repository | mustafaakben/outlook-suite-plugin ↗ |
What it does
Automate local Microsoft Outlook on Windows via PowerShell COM — mail, calendar, and contacts tasks.
README.md
Outlook Suite Plugin
Claude Code plugin package for Outlook automation on Windows.
Included Skills
outlook-suiteoutlook-mailoutlook-calendaroutlook-contactsoutlook-tasksoutlook-notes
Each skill is under skills/<skill-name>/ and includes SKILL.md plus scripts where applicable.
Structure
plugins/outlook-suite/
├── .claude-plugin/
│ └── plugin.json
└── skills/
├── outlook-suite/
├── outlook-mail/
├── outlook-calendar/
├── outlook-contacts/
├── outlook-tasks/
└── outlook-notes/
Install via Marketplace
From a repo that contains .claude-plugin/marketplace.json at the root:
/plugin marketplace add <owner>/<repo>
/plugin install outlook-suite@outlook-suite-marketplace
Manage Installed Plugin
/plugin marketplace update outlook-suite-marketplace
/plugin update outlook-suite
/plugin uninstall outlook-suite
Requirements
- Windows
- Microsoft Outlook desktop installed
- PowerShell 5.1+
- Claude Code with plugin support