outlook

Manage Outlook email drafts, categories, rules, and inbox scanning via CLI.

2|2|Updated May 13, 2026
One-click install
npx skills add https://github.com/autonomy-cloud/kairos-interface --skill outlook-autonomy-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: outlook
Source: https://github.com/autonomy-cloud/kairos-interface/tree/main/skills/outlook
Command: npx skills add https://github.com/autonomy-cloud/kairos-interface --skill outlook-autonomy-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps you manage your Outlook inbox and messages quickly by drafting emails, organizing them with categories and rules, scanning for clutter, and handling follow-ups and attachments without tedious manual clicking.

Core Features & Use Cases

  • Email drafting, forwarding, and trashing: Draft new emails or reply drafts, create forward drafts with optional comments, and move messages to Deleted Items.
  • Risk-gated actions: Send-draft and unsubscribe require explicit user confirmation to prevent accidental irreversible actions.
  • Inbox operations and organization: Manage message categories, mark follow-ups with Outlook flags, manage server-side inbox rules, enable/disable vacation (out-of-office) replies, and download message attachments.
  • Inbox analysis and decluttering workflows: Scan your inbox by sender with unsubscribe detection, and identify likely cold outreach senders lacking List-Unsubscribe headers.

Quick Start

Draft a reply email in Outlook with the requested recipients, subject, and HTML body.

Frequently Asked Questions about outlook

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

FAQPage Schema
How do I scan my Outlook inbox to find senders I should unsubscribe from?

To scan your Outlook inbox for decluttering, the skill analyzes senders and detects List-Unsubscribe headers to identify likely cold outreach emails, returning a JSON output for your review.

Can I draft and send Outlook emails automatically through scripts?

Yes, you can draft, forward, and send Outlook emails using deterministic CLI scripts. Send-draft actions require explicit user confirmation gates to prevent accidental irreversible sends.

How do I organize Outlook messages without manually clicking through folders?

You can organize Outlook messages by managing categories, flagging follow-ups, creating server-side inbox rules, and moving items to Deleted Items without manual navigation.

Does this approach work for setting up Outlook vacation auto-replies?

Yes, you can enable or disable out-of-office vacation auto-replies directly. This is part of the inbox operations that also include downloading attachments and categorizing messages.

What happens if I try to unsubscribe from an email sender?

Unsubscribing requires explicit user confirmation before executing. This risk-gated action prevents accidental removal from mailing lists, while inbox scanning identifies senders lacking unsubscribe headers.