Agent skill
powerskills-outlook
Outlook email and calendar automation via COM. Read inbox, unread, sent items. Search emails. Send, reply, draft. List calendar events and mail folders. Use when needing to check work email, read/send Outlook messages, search mail, or view calendar. Requires Outlook desktop app on Windows.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/outlook-dvcrn-openclaw-skills-mark
Metadata
Additional technical details for this skill
- cli
- powerskills
- author
- aloth
- parent
- powerskills
SKILL.md
PowerSkills — Outlook
Outlook COM automation for email and calendar.
Requirements
- Microsoft Outlook (desktop, COM-enabled)
- Non-admin PowerShell session (admin session cannot access user's Outlook profile)
Actions
.\powerskills.ps1 outlook <action> [--params]
| Action | Params | Description |
|---|---|---|
inbox |
--limit N |
List inbox messages (default: 15) |
unread |
--limit N |
List unread messages (default: 20) |
sent |
--limit N |
List sent items (default: 15) |
read |
--index N --folder inbox|sent|drafts |
Read full email by index |
search |
--query "text" --folder inbox|sent --limit N |
Search by subject/body |
calendar |
--days N |
List upcoming events (default: 7 days) |
send |
--to addr --subject text --body text [--cc addr] [--draft] |
Send or save as draft |
reply |
--index N --body text [--reply-all] [--draft] |
Reply to inbox email |
folders |
List all mail folders with counts |
Examples
# Check unread mail
.\powerskills.ps1 outlook unread --limit 5
# Read a specific email
.\powerskills.ps1 outlook read --index 0 --folder inbox
# Read from sent folder
.\powerskills.ps1 outlook read --index 3 --folder sent
# Search for emails
.\powerskills.ps1 outlook search --query "project update" --limit 10
# Save a reply as draft
.\powerskills.ps1 outlook reply --index 0 --body "Thanks, will review." --draft
# Check calendar for next 3 days
.\powerskills.ps1 outlook calendar --days 3
Output Fields
List actions (inbox, unread, sent)
index, subject, sender, sender_email, received, unread, importance, has_attachments
Read action
subject, sender, sender_email, to, cc, received, body, unread, importance, attachments
Calendar action
subject, start, end, location, organizer, is_recurring, all_day, busy_status
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?