outlook-notes

Manage Outlook sticky notes via PowerShell COM with color filters and search.

5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/mustafaakben/outlook-suite-plugin --skill outlook-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: outlook-notes
Source: https://github.com/mustafaakben/outlook-suite-plugin/tree/main/plugins/outlook-suite/skills/outlook-notes
Command: npx skills add https://github.com/mustafaakben/outlook-suite-plugin --skill outlook-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Outlook users often manage reminders and quick notes in separate places, leading to lost context and repetitive tasks. This Skill provides a PowerShell-based method to list, create, read, and delete Outlook sticky notes with color coding and search to centralize note-taking.

Core Features & Use Cases

  • List notes with optional color filters and search to surface relevant reminders.
  • Create colored notes directly from PowerShell with a Body and optional Color.
  • Read a note by EntryID or index to view content and metadata.
  • Delete notes by EntryID or index, with guardrails to confirm operations and preserve data as needed.
  • Use cases include meeting reminders, project notes, and quick personal reminders synced in Outlook.

Quick Start

Create a yellow note with body 'Meeting notes'.

Frequently Asked Questions about outlook-notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Outlook sticky notes with PowerShell?

You can manage Outlook sticky notes with PowerShell by using COM objects to list, create, read, and delete notes. This Skill automates these actions directly through the PowerShell command line.

Can I create colored Outlook notes from PowerShell?

Yes, you can create colored Outlook notes from PowerShell by specifying a Body and an optional Color parameter. This allows you to categorize meeting reminders or project notes directly from your scripts.

Does managing Outlook notes require a specific PowerShell version?

Managing Outlook notes requires PowerShell 5.1 or higher. You also need Microsoft Outlook installed with an active Outlook profile to access notes through the COM interface.

How do I search and filter Outlook notes by color in PowerShell?

You can search and filter Outlook notes by color in PowerShell using dedicated list commands. This Skill supports color filtering and content searching to surface relevant notes for workplace scenarios.

What are the limitations of deleting Outlook notes via PowerShell COM?

Deleting Outlook notes via PowerShell COM requires specifying the EntryID or index. The scripts include guardrails to confirm operations, helping prevent accidental data loss when removing notes.