Agent skill · Code Review & Quality

outlook-emails-lawvable

Read, search, and download emails and attachments from Microsoft Outlook via OAuth2. Use when the user asks to (1) check, read, or fetch emails or messages from Outlook, (2) search emails by keyword, sender, or subject, (3) download email attachments such as contracts, NDAs, or documents, (4) chain email content into other skills (e.g. "read the latest email from X and review the attached NDA"), or (5) any task involving Microsoft Outlook, Office 365, or Exchange email access.

lawve-aigithub.com/lawve-aiGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add lawve-ai/awesome-legal-skills --skill outlook-malik-taiar --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 3 KB
Bundled scripts: yes
Version: 2026.02.02
Declared author: Malik Taiar (Lawvable)
Path: skills/outlook-malik-taiar/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 618
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Outlook Email Integration (Read-Only) ## Overview | What this skill does | What it does NOT do | | --- | --- | | Read and search Outlook emails | Send emails | | Download email attachments | Store any data between sessions | | Integrate with other Skills (NDA, contracts) | Require any technical setup | ## Getting Started No configuration needed. Just run the skill and sign in with your Microsoft account. ### Read emails ```bash # Last 10 emails uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py # Last 5 emails uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --limit 5 ``` ### Search emails ```bash # Search by keyword uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --search "NDA" # Search by sender uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --from "jean@example.com" ``` ### Download attachments ```bash uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --download ``` --- ## Authentication Each run opens a browser window for Microsoft login. Sign in with your Microsoft account and accept the permissions. **Read-only access.** The skill only requests permission to read yo

What's inside
Steps it walks through
  1. Overview
  2. Getting Started
  3. Read emails
  4. Search emails
  5. Download attachments
  6. Authentication
  7. Integration with Other Skills
  8. Example: Email → NDA Review
  9. Advanced: Use Your Own Azure App
Ships with 5 files
  • LICENSE.txt
  • README.md
  • references/AZURE_SETUP.md
  • references/WORKFLOWS.md
  • scripts/outlook_oauth.py
Commands it runs
Last 10 emails
uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py
Last 5 emails
uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --limit 5
Search by keyword
uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --search "NDA"
Search by sender
uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --from "jean@example.com"
uv run .agents/skills/outlook-emails-lawvable/scripts/outlook_oauth.py --download
More from awesome-legal-skills
All skills →
About this skill
What does the outlook-emails-lawvable skill do?

Read, search, and download emails and attachments from Microsoft Outlook via OAuth2. Use when the user asks to (1) check, read, or fetch emails or messages from Outlook, (2) search emails by keyword, sender, or subject, (3) download email attachments such as contracts, NDAs, or documents, (4) chain email content into other skills (e.g. "read the latest email from X and review the attached NDA"), or (5) any task involving Microsoft Outlook, Office 365, or Exchange email access.

How do I install it?

Run `npx skills add lawve-ai/awesome-legal-skills --skill outlook-malik-taiar --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From lawve-ai/awesome-legal-skills, a repository with 618 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going