outlook-automation

Automate Outlook tasks via Rube MCP (Composio): emails, calendar, contacts, folders, attachments. Always search tools first for current schemas.

Content Preview
---
name: outlook-automation
description: "Automate Outlook tasks via Rube MCP (Composio): emails, calendar, contacts, folders, attachments. Always search tools first for current schemas."
requires:
  mcp: [rube]
category: email
---

# Outlook Automation via Rube MCP

Automate Microsoft Outlook operations through Composio's Outlook toolkit via Rube MCP.

**Toolkit docs**: [composio.dev/toolkits/outlook](https://composio.dev/toolkits/outlook)

## Prerequisites

- Rube MCP must be connected (RUBE_
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/outlook-automation.md \
  https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/all-skills/skills/outlook-automation/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/davepoon/buildwithclaude

Then reference at plugins/all-skills/skills/outlook-automation/SKILL.md

Related Skills