outlook-automation
Installation
SKILL.md
Outlook Automation
This skill enables email and calendar automation through Classic Outlook on Windows using the outlookctl CLI tool.
How to Run Commands
Run all commands using this pattern from any directory:
uv run --project "C:/Users/GordonMickel/work/outlookctl" python -m outlookctl.cli <command> [options]
For convenience, define this alias at the start of your session:
alias outlookctl='uv run --project "C:/Users/GordonMickel/work/outlookctl" python -m outlookctl.cli'